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.
|
Classes | |
class | TrafficIncidentParserNode |
The class responsible for processing incoming MobilityOperation messages with strategy "carma3/Incident_Use_Case". More... | |
class | TrafficIncidentParserWorker |
Functions | |
size_t | getNearestPointIndex (const lanelet::ConstLineString3d &points, const lanelet::BasicPoint2d &point) |
Helper method to get the nearest point index of a point and a linestring. More... | |
size_t traffic_incident_parser::getNearestPointIndex | ( | const lanelet::ConstLineString3d & | points, |
const lanelet::BasicPoint2d & | point | ||
) |
Helper method to get the nearest point index of a point and a linestring.
Definition at line 163 of file traffic_incident_parser_worker.cpp.
References process_bag::i, and process_traj_logs::point.
Referenced by traffic_incident_parser::TrafficIncidentParserWorker::getAdjacentForwardCenterlines(), and traffic_incident_parser::TrafficIncidentParserWorker::getAdjacentReverseCenterlines().