move3d_ros_lib  0.1.0
move3d/ros API interface
 All Classes Namespaces Functions Variables Typedefs Pages
Public Member Functions | List of all members
move3d::RobotsTfPublisher Class Reference

The RobotsTfPublisher class publishes tf for robots in the scene uppon request. More...

#include <robots_tf_publisher.h>

Public Member Functions

 RobotsTfPublisher (SceneManager *scMgr, ros::NodeHandle *nh)
 RobotsTfPublisher constructor. More...
 
bool publishTf (const std::vector< std::string > &names, const ros::Time &date)
 publish tf for given robots More...
 
bool publishTf (Robot *r, const ros::Time &date)
 publish tf for a single move3d robot object More...
 

Detailed Description

The RobotsTfPublisher class publishes tf for robots in the scene uppon request.

The tf published are named <move3d_robot_name>/<move3d_link_name>

Constructor & Destructor Documentation

move3d::RobotsTfPublisher::RobotsTfPublisher ( SceneManager scMgr,
ros::NodeHandle *  nh 
)

RobotsTfPublisher constructor.

Parameters
scMgrthe scene manager from which to get robot positions
nhthe node handle used to publish tf

Member Function Documentation

bool move3d::RobotsTfPublisher::publishTf ( const std::vector< std::string > &  names,
const ros::Time &  date 
)

publish tf for given robots

Parameters
nameslist of robots names
datedate used in the tf header stamp
Returns

Uses the current world state inside move3d scene. date parameter is used only for stamping the transforms sent to the broadcaster

bool move3d::RobotsTfPublisher::publishTf ( Robot *  r,
const ros::Time &  date 
)

publish tf for a single move3d robot object

Parameters
rpointer to the move3d robot
datedate used in the tf header stamp
Returns

Uses the current world state inside move3d scene. date parameter is used only for stamping the transforms sent to the broadcaster


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