Carma-platform v4.2.0
CARMA Platform is built on robot operating system (ROS) and utilizes open source software (OSS) that enables Cooperative Driving Automation (CDA) features to allow Automated Driving Systems to interact and cooperate with infrastructure and other vehicles through communication.
|
Calculates distance between a point and detection in SE(2) (special Euclidean) space. More...
Public Member Functions | |
template<typename Detection > | |
auto | operator() (const mot::Point &point, const Detection &detection) const -> double |
template<typename... Alternatives> | |
auto | operator() (mot::Point point, const std::variant< Alternatives... > &detection) const -> double |
Calculates distance between a point and detection in SE(2) (special Euclidean) space.
Definition at line 527 of file multiple_object_tracker_component.cpp.
|
inline |
Definition at line 530 of file multiple_object_tracker_component.cpp.
References process_traj_logs::point, and carma_cooperative_perception::remove_units().
|
inline |
Definition at line 546 of file multiple_object_tracker_component.cpp.
References process_traj_logs::point.