#include <robot_state_publisher.h>
|
virtual void | addChildren (const KDL::SegmentMap::const_iterator segment) |
|
Definition at line 96 of file robot_state_publisher.h.
◆ RobotStatePublisher() [1/2]
robot_state_publisher::RobotStatePublisher::RobotStatePublisher |
( |
| ) |
|
◆ RobotStatePublisher() [2/2]
robot_state_publisher::RobotStatePublisher::RobotStatePublisher |
( |
const KDL::Tree & |
tree, |
|
|
const urdf::Model & |
model = urdf::Model() |
|
) |
| |
Constructor
- Parameters
-
tree | The kinematic model of a robot, represented by a KDL Tree |
Definition at line 84 of file robot_state_publisher.cpp.
◆ ~RobotStatePublisher()
robot_state_publisher::RobotStatePublisher::~RobotStatePublisher |
( |
| ) |
|
|
inline |
◆ addChildren()
void robot_state_publisher::RobotStatePublisher::addChildren |
( |
const KDL::SegmentMap::const_iterator |
segment | ) |
|
|
protectedvirtual |
◆ publishFixedTransforms() [1/2]
void robot_state_publisher::RobotStatePublisher::publishFixedTransforms |
( |
bool |
use_tf_static = false | ) |
|
|
virtual |
◆ publishFixedTransforms() [2/2]
void robot_state_publisher::RobotStatePublisher::publishFixedTransforms |
( |
const std::string & |
tf_prefix, |
|
|
bool |
use_tf_static = false |
|
) |
| |
◆ publishTransforms() [1/2]
void robot_state_publisher::RobotStatePublisher::publishTransforms |
( |
const std::map< std::string, double > & |
joint_positions, |
|
|
const ros::Time & |
time |
|
) |
| |
|
virtual |
Publish transforms to tf
- Parameters
-
joint_positions | A map of joint names and joint positions. |
time | The time at which the joint positions were recorded |
Definition at line 202 of file robot_state_publisher.cpp.
◆ publishTransforms() [2/2]
void robot_state_publisher::RobotStatePublisher::publishTransforms |
( |
const std::map< std::string, double > & |
joint_positions, |
|
|
const ros::Time & |
time, |
|
|
const std::string & |
tf_prefix |
|
) |
| |
◆ model_
urdf::Model robot_state_publisher::RobotStatePublisher::model_ |
|
protected |
◆ segments_
std::map<std::string, SegmentPair> robot_state_publisher::RobotStatePublisher::segments_ |
|
protected |
◆ segments_fixed_
std::map<std::string, SegmentPair> robot_state_publisher::RobotStatePublisher::segments_fixed_ |
|
protected |
◆ static_tf_broadcaster_
◆ tf_broadcaster_
The documentation for this class was generated from the following files: