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.
platooning_tactical_plugin.cpp File Reference
#include "platooning_tactical_plugin/platooning_tactical_plugin.h"
#include <string>
#include <algorithm>
#include <memory>
#include <boost/uuid/uuid_generators.hpp>
#include <boost/uuid/uuid_io.hpp>
#include <lanelet2_core/geometry/Point.h>
#include <trajectory_utils/trajectory_utils.hpp>
#include <trajectory_utils/conversions/conversions.hpp>
#include <sstream>
#include <chrono>
#include <carma_ros2_utils/containers/containers.hpp>
#include <Eigen/Core>
#include <Eigen/Geometry>
#include <Eigen/LU>
#include <Eigen/SVD>
#include <unordered_set>
Include dependency graph for platooning_tactical_plugin.cpp:

Go to the source code of this file.

Namespaces

namespace  platooning_tactical_plugin
 

Typedefs

using oss = std::ostringstream
 

Typedef Documentation

◆ oss

using oss = std::ostringstream

Definition at line 35 of file platooning_tactical_plugin.cpp.