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.
|
#include <rclcpp/rclcpp.hpp>
#include <functional>
#include <std_msgs/msg/string.hpp>
#include <std_srvs/srv/empty.hpp>
#include <gtest/gtest_prod.h>
#include <carma_ros2_utils/carma_lifecycle_node.hpp>
#include "frame_transformer/frame_transformer_config.hpp"
#include "frame_transformer/frame_transformer_base.hpp"
#include "frame_transformer/frame_transformer.hpp"
Go to the source code of this file.
Classes | |
class | frame_transformer::Node |
Node which subcribes to and input topic, transforms the data into a new frame and republishes it onto an output topic. More... | |
Namespaces | |
namespace | frame_transformer |