Autoware.Auto
tracker_types.hpp File Reference
#include <tracking/visibility_control.hpp>
#include <limits>
#include <unordered_set>
#include <vector>
Include dependency graph for tracker_types.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  autoware::perception::tracking::AssociatorResult
 Struct to store results after the assignment is done. More...
 

Namespaces

 autoware
 This file defines the lanelet2_map_provider_node class.
 
 autoware::perception
 Perception related algorithms and functionality, such as those acting on 3D lidar data, camera data, radar, or ultrasonic information.
 
 autoware::perception::tracking
 

Enumerations

enum  autoware::perception::tracking::TrackCreationPolicy { autoware::perception::tracking::TrackCreationPolicy::LidarClusterOnly, autoware::perception::tracking::TrackCreationPolicy::LidarClusterIfVision }
 

Variables

constexpr uint16_t autoware::perception::tracking::MAX_NUM_TRACKS = 256U
 Maximum number of tracks possible in every timestep. More...
 
constexpr uint16_t autoware::perception::tracking::NUM_OBJ_POSE_DIM = 2U
 Number of dimensions needed to represent object position for tracking (x and y) More...