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.
|
Classes | |
struct | Config |
max_speed values for trajectory_visualizer More... | |
class | TrajectoryVisualizer |
Functions | |
bool | validateTime (const rclcpp::Time &time) |
Variables | |
const double | MPH_TO_MS = 0.44704 |
bool trajectory_visualizer::validateTime | ( | const rclcpp::Time & | time | ) |
Definition at line 47 of file trajectory_visualizer.cpp.
Referenced by trajectory_visualizer::TrajectoryVisualizer::callbackPlanTrajectory().
const double trajectory_visualizer::MPH_TO_MS = 0.44704 |
TrajectoryVisualizer . publishes trajectory represented by various colors of rviz markers depending on the speed of trajectory. More than 75% of max_speed is red, more 50% is blue, more than 25% is teal, less then 25% is green.
Definition at line 33 of file trajectory_visualizer.hpp.
Referenced by trajectory_visualizer::TrajectoryVisualizer::callbackPlanTrajectory().