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.
pure_pursuit_wrapper.hpp File Reference
#include <functional>
#include <rclcpp/rclcpp.hpp>
#include <carma_planning_msgs/msg/trajectory_plan.hpp>
#include <autoware_msgs/msg/lane.hpp>
#include "pure_pursuit_wrapper_config.hpp"
#include <algorithm>
#include <trajectory_utils/trajectory_utils.hpp>
#include <carma_guidance_plugins/control_plugin.hpp>
#include <pure_pursuit/pure_pursuit.hpp>
#include <gtest/gtest_prod.h>
#include <basic_autonomy/basic_autonomy.hpp>
Include dependency graph for pure_pursuit_wrapper.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  pure_pursuit_wrapper::PurePursuitWrapperNode
 

Namespaces

namespace  pure_pursuit_wrapper
 

Typedefs

using pure_pursuit_wrapper::WaypointPub = std::function< void(autoware_msgs::msg::Lane)>
 
using pure_pursuit_wrapper::PluginDiscoveryPub = std::function< void(carma_planning_msgs::msg::Plugin)>