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 defining the vehicle state required for maneuver planning. More...
#include <vehicle_state.hpp>
Public Attributes | |
rclcpp::Time | stamp |
double | x = 0 |
double | y = 0 |
double | downtrack = 0 |
double | velocity = 0 |
lanelet::Id | lane_id = lanelet::InvalId |
Struct defining the vehicle state required for maneuver planning.
Definition at line 28 of file vehicle_state.hpp.
double arbitrator::VehicleState::downtrack = 0 |
Definition at line 33 of file vehicle_state.hpp.
Referenced by arbitrator::Arbitrator::bumper_pose_cb().
lanelet::Id arbitrator::VehicleState::lane_id = lanelet::InvalId |
Definition at line 35 of file vehicle_state.hpp.
Referenced by arbitrator::Arbitrator::bumper_pose_cb().
rclcpp::Time arbitrator::VehicleState::stamp |
Definition at line 30 of file vehicle_state.hpp.
Referenced by arbitrator::Arbitrator::bumper_pose_cb().
double arbitrator::VehicleState::velocity = 0 |
Definition at line 34 of file vehicle_state.hpp.
Referenced by arbitrator::Arbitrator::twist_cb().
double arbitrator::VehicleState::x = 0 |
Definition at line 31 of file vehicle_state.hpp.
Referenced by arbitrator::Arbitrator::bumper_pose_cb().
double arbitrator::VehicleState::y = 0 |
Definition at line 32 of file vehicle_state.hpp.
Referenced by arbitrator::Arbitrator::bumper_pose_cb().