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.
|
Functions | |
double | getManeuverEndSpeed (const carma_planning_msgs::msg::Maneuver &mvr) |
Anonymous function to extract maneuver end speed which can not be optained with GET_MANEUVER_PROPERY calls due to it missing in stop and wait plugin. More... | |
void | setManeuverLaneletIds (carma_planning_msgs::msg::Maneuver &mvr, lanelet::Id start_id, lanelet::Id end_id) |
Anonymous function to set the lanelet ids for all maneuver types except lane following. More... | |
double route_following_plugin::anonymous_namespace{route_following_plugin.cpp}::getManeuverEndSpeed | ( | const carma_planning_msgs::msg::Maneuver & | mvr | ) |
Anonymous function to extract maneuver end speed which can not be optained with GET_MANEUVER_PROPERY calls due to it missing in stop and wait plugin.
Definition at line 36 of file route_following_plugin.cpp.
Referenced by route_following_plugin::RouteFollowingPlugin::getManeuverDuration(), route_following_plugin::RouteFollowingPlugin::maneuverWithBufferStartsAfterDowntrack(), and route_following_plugin::RouteFollowingPlugin::routeCb().
void route_following_plugin::anonymous_namespace{route_following_plugin.cpp}::setManeuverLaneletIds | ( | carma_planning_msgs::msg::Maneuver & | mvr, |
lanelet::Id | start_id, | ||
lanelet::Id | end_id | ||
) |
Anonymous function to set the lanelet ids for all maneuver types except lane following.
Definition at line 58 of file route_following_plugin.cpp.
References carma_cooperative_perception::to_string().
Referenced by route_following_plugin::RouteFollowingPlugin::addStopAndWaitAtRouteEnd().