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 | |
void | setManeuverStartingLaneletId (carma_planning_msgs::msg::Maneuver &mvr, lanelet::Id start_id) |
Anonymous function to set the starting_lane_id for all maneuver types except lane following. This maneuver parameter cannot be set with SET_MANEUVER_PROPERTY calls since it is not included in LANE_FOLLOW maneuvers. More... | |
void | setManeuverEndingLaneletId (carma_planning_msgs::msg::Maneuver &mvr, lanelet::Id end_id) |
Anonymous function to set the ending_lane_id for all maneuver types except lane following. This maneuver parameter cannot be set with SET_MANEUVER_PROPERTY calls since it is not included in LANE_FOLLOW maneuvers. More... | |
std::string | getManeuverStartingLaneletId (carma_planning_msgs::msg::Maneuver mvr) |
Anonymous function to get the starting lanelet id for all maneuver types except lane following. This maneuver parameters cannot be obtained with GET_MANEUVER_PROPERTY calls since they are not included in LANE_FOLLOW maneuvers. More... | |
std::string | getManeuverEndingLaneletId (carma_planning_msgs::msg::Maneuver mvr) |
Anonymous function to get the ending lanelet id for all maneuver types except lane following. This maneuver parameters cannot be obtained with GET_MANEUVER_PROPERTY calls since they are not included in LANE_FOLLOW maneuvers. More... | |
std::string plan_delegator::anonymous_namespace{plan_delegator.cpp}::getManeuverEndingLaneletId | ( | carma_planning_msgs::msg::Maneuver | mvr | ) |
Anonymous function to get the ending lanelet id for all maneuver types except lane following. This maneuver parameters cannot be obtained with GET_MANEUVER_PROPERTY calls since they are not included in LANE_FOLLOW maneuvers.
Definition at line 112 of file plan_delegator.cpp.
Referenced by plan_delegator::PlanDelegator::updateManeuverParameters().
std::string plan_delegator::anonymous_namespace{plan_delegator.cpp}::getManeuverStartingLaneletId | ( | carma_planning_msgs::msg::Maneuver | mvr | ) |
Anonymous function to get the starting lanelet id for all maneuver types except lane following. This maneuver parameters cannot be obtained with GET_MANEUVER_PROPERTY calls since they are not included in LANE_FOLLOW maneuvers.
Definition at line 90 of file plan_delegator.cpp.
Referenced by plan_delegator::PlanDelegator::updateManeuverParameters().
void plan_delegator::anonymous_namespace{plan_delegator.cpp}::setManeuverEndingLaneletId | ( | carma_planning_msgs::msg::Maneuver & | mvr, |
lanelet::Id | end_id | ||
) |
Anonymous function to set the ending_lane_id for all maneuver types except lane following. This maneuver parameter cannot be set with SET_MANEUVER_PROPERTY calls since it is not included in LANE_FOLLOW maneuvers.
Definition at line 61 of file plan_delegator.cpp.
References carma_cooperative_perception::to_string().
Referenced by plan_delegator::PlanDelegator::updateManeuverParameters().
void plan_delegator::anonymous_namespace{plan_delegator.cpp}::setManeuverStartingLaneletId | ( | carma_planning_msgs::msg::Maneuver & | mvr, |
lanelet::Id | start_id | ||
) |
Anonymous function to set the starting_lane_id for all maneuver types except lane following. This maneuver parameter cannot be set with SET_MANEUVER_PROPERTY calls since it is not included in LANE_FOLLOW maneuvers.
Definition at line 32 of file plan_delegator.cpp.
References carma_cooperative_perception::to_string().
Referenced by plan_delegator::PlanDelegator::updateManeuverParameters().