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.
|
Struct representing a vehicle state for the purposes of planning. More...
#include <stop_and_dwell_strategic_plugin.hpp>
Public Attributes | |
rclcpp::Time | stamp |
double | downtrack |
double | speed |
lanelet::Id | lane_id |
Struct representing a vehicle state for the purposes of planning.
Definition at line 43 of file stop_and_dwell_strategic_plugin.hpp.
double stop_and_dwell_strategic_plugin::VehicleState::downtrack |
lanelet::Id stop_and_dwell_strategic_plugin::VehicleState::lane_id |
Definition at line 48 of file stop_and_dwell_strategic_plugin.hpp.
Referenced by stop_and_dwell_strategic_plugin::StopAndDwellStrategicPlugin::extractInitialState().
double stop_and_dwell_strategic_plugin::VehicleState::speed |
rclcpp::Time stop_and_dwell_strategic_plugin::VehicleState::stamp |
Definition at line 45 of file stop_and_dwell_strategic_plugin.hpp.
Referenced by stop_and_dwell_strategic_plugin::StopAndDwellStrategicPlugin::extractInitialState().