Autoware.Auto
|
|
#include <tracking/visibility_control.hpp>
#include <autoware_auto_perception_msgs/msg/detected_objects.hpp>
#include <common/types.hpp>
#include <hungarian_assigner/hungarian_assigner.hpp>
#include <tracking/objects_with_associations.hpp>
#include <tracking/tracked_object.hpp>
#include <tracking/tracker_types.hpp>
#include <experimental/optional>
#include <map>
#include <vector>
Go to the source code of this file.
Classes | |
class | autoware::perception::tracking::DataAssociationConfig |
Class to create configuration parameters for data association. More... | |
class | autoware::perception::tracking::DetectedObjectAssociator |
Class to perform data association between existing tracks and new detections using mahalanobis distance and hungarian assigner. 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 | |
Typedefs | |
using | autoware::perception::tracking::assigner_idx_t = autoware::fusion::hungarian_assigner::index_t |