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.
|
Transformer base class provides default member variables for tf2 lookup and ros network access. The constructor is also private meaning it must be called by extending classes in an attempt to enforce a construction interface. More...
#include <frame_transformer_base.hpp>
Protected Member Functions | |
TransformerBase (const Config &config, std::shared_ptr< tf2_ros::Buffer > buffer, std::shared_ptr< carma_ros2_utils::CarmaLifecycleNode > node) | |
Protected Attributes | |
Config | config_ |
Transformation configuration. More... | |
std::shared_ptr< tf2_ros::Buffer > | buffer_ |
TF2 Buffer for storing transform history and looking up transforms. More... | |
std::shared_ptr< carma_ros2_utils::CarmaLifecycleNode > | node_ |
Containing node which provides access to the ros network. More... | |
Transformer base class provides default member variables for tf2 lookup and ros network access. The constructor is also private meaning it must be called by extending classes in an attempt to enforce a construction interface.
Definition at line 30 of file frame_transformer_base.hpp.
|
inlineprotected |
Definition at line 45 of file frame_transformer_base.hpp.
|
protected |
TF2 Buffer for storing transform history and looking up transforms.
Definition at line 39 of file frame_transformer_base.hpp.
Referenced by frame_transformer::Transformer< T >::transform().
|
protected |
Transformation configuration.
Definition at line 36 of file frame_transformer_base.hpp.
Referenced by frame_transformer::Transformer< T >::Transformer(), and frame_transformer::Transformer< T >::input_callback().
|
protected |
Containing node which provides access to the ros network.
Definition at line 42 of file frame_transformer_base.hpp.
Referenced by frame_transformer::Transformer< T >::Transformer(), and frame_transformer::Transformer< T >::transform().