AWViz-ROS C++ API Reference
Loading...
Searching...
No Matches
Public Member Functions | List of all members
awviz_common::TransformationManager Class Reference

A class to manage transform frames. More...

#include <transformation_manager.hpp>

Public Member Functions

 TransformationManager (rclcpp::Node::SharedPtr node, std::shared_ptr< rerun::RecordingStream > stream)
 Construct a new object.
 
const std::shared_ptr< std::unordered_map< std::string, std::string > > entities () const
 Return the entity paths.
 

Detailed Description

A class to manage transform frames.

Constructor & Destructor Documentation

◆ TransformationManager()

awviz_common::TransformationManager::TransformationManager ( rclcpp::Node::SharedPtr  node,
std::shared_ptr< rerun::RecordingStream >  stream 
)

Construct a new object.

Parameters
nodeNode shared pointer.
streamRecordingStream shared pointer.

Member Function Documentation

◆ entities()

const std::shared_ptr< std::unordered_map< std::string, std::string > > awviz_common::TransformationManager::entities ( ) const
inline

Return the entity paths.

Returns
Shared pointer of the entity paths map.

The documentation for this class was generated from the following files: