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.
pose_to_tf::PoseToTF2Config Struct Reference

Stuct containing the frame configuration values for pose_to_tf. More...

#include <PoseToTF2Config.hpp>

Collaboration diagram for pose_to_tf::PoseToTF2Config:
Collaboration graph

Public Attributes

std::string child_frame = "base_link"
 
std::string default_parent_frame = "map"
 

Friends

std::ostream & operator<< (std::ostream &output, const PoseToTF2Config &c)
 

Detailed Description

Stuct containing the frame configuration values for pose_to_tf.

Definition at line 26 of file PoseToTF2Config.hpp.

Friends And Related Function Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream &  output,
const PoseToTF2Config c 
)
friend

Definition at line 32 of file PoseToTF2Config.hpp.

33 {
34 output << "pose_to_tf::PoseToTF2Config { " << std::endl
35 << "child_frame: " << c.child_frame << std::endl
36 << "default_parent_frame: " << c.default_parent_frame << std::endl
37 << "}" << std::endl;
38 return output;
39 }

Member Data Documentation

◆ child_frame

◆ default_parent_frame

std::string pose_to_tf::PoseToTF2Config::default_parent_frame = "map"

The documentation for this struct was generated from the following file: