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.
|
Convenience struct for storing information regarding a lane change maneuver. More...
#include <plan_delegator.hpp>
Public Attributes | |
double | starting_downtrack |
bool | is_right_lane_change |
Convenience struct for storing information regarding a lane change maneuver.
Definition at line 100 of file plan_delegator.hpp.
bool plan_delegator::LaneChangeInformation::is_right_lane_change |
Definition at line 103 of file plan_delegator.hpp.
Referenced by plan_delegator::PlanDelegator::getLaneChangeInformation().
double plan_delegator::LaneChangeInformation::starting_downtrack |
Definition at line 102 of file plan_delegator.hpp.
Referenced by plan_delegator::PlanDelegator::getLaneChangeInformation().