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 class for saving collision results. More...
#include <yield_plugin.hpp>
Public Attributes | |
rclcpp::Time | collision_time |
lanelet::BasicPoint2d | point1 |
lanelet::BasicPoint2d | point2 |
Convenience class for saving collision results.
Definition at line 66 of file yield_plugin.hpp.
rclcpp::Time yield_plugin::GetCollisionResult::collision_time |
Definition at line 68 of file yield_plugin.hpp.
Referenced by yield_plugin::YieldPlugin::get_collision().
lanelet::BasicPoint2d yield_plugin::GetCollisionResult::point1 |
Definition at line 69 of file yield_plugin.hpp.
Referenced by yield_plugin::YieldPlugin::get_collision().
lanelet::BasicPoint2d yield_plugin::GetCollisionResult::point2 |
Definition at line 70 of file yield_plugin.hpp.
Referenced by yield_plugin::YieldPlugin::get_collision().