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.
trajectory_follower_wrapper_node.hpp File Reference
#include <rclcpp/rclcpp.hpp>
#include <carma_planning_msgs/msg/trajectory_plan.hpp>
#include <carma_guidance_plugins/control_plugin.hpp>
#include <autoware_auto_msgs/msg/vehicle_kinematic_state.hpp>
#include <autoware_auto_msgs/msg/vehicle_control_command.hpp>
#include <autoware_auto_msgs/msg/trajectory.hpp>
#include <autoware_auto_msgs/msg/ackermann_control_command.hpp>
#include <gtest/gtest_prod.h>
#include <basic_autonomy/basic_autonomy.hpp>
#include <optional>
#include "trajectory_follower_wrapper/trajectory_follower_wrapper_config.hpp"
Include dependency graph for trajectory_follower_wrapper_node.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  trajectory_follower_wrapper::TrajectoryFollowerWrapperNode
 

Namespaces

namespace  trajectory_follower_wrapper
 

Variables

constexpr double EPSILON = 0.0001
 

Variable Documentation

◆ EPSILON

constexpr double EPSILON = 0.0001
constexpr

Definition at line 32 of file trajectory_follower_wrapper_node.hpp.