robot_state_publisher.h
Go to the documentation of this file.
1 #ifndef DYNAMIC_ROBOT_STATE_PUBLISHER_ROBOT_STATE_PUBLISHER_H
2 #define DYNAMIC_ROBOT_STATE_PUBLISHER_ROBOT_STATE_PUBLISHER_H
3 
4 #include <robot_state_publisher/robot_state_publisher.h>
5 
6 namespace robot_state_publisher
7 {
12 {
13 public:
16  const std::string DELETED_STATIC_TFS_FRAME = "__deleted_static_tfs__";
17 
23 
28  virtual void updateTree(const KDL::Tree& tree);
29 
34  virtual size_t getNumMovingJoints() const;
35 
40  virtual size_t getNumFixedJoints() const;
41 
42 protected:
45 };
46 }
47 
48 #endif //DYNAMIC_ROBOT_STATE_PUBLISHER_ROBOT_STATE_PUBLISHER_H
DynamicRobotStatePublisher(RobotStatePublisher *publisher)
Create the publisher.
RobotStatePublisher * publisher
The underlying (hacked) publisher.
An alternative RobotStatePublisher with update option.
virtual size_t getNumFixedJoints() const
Return the number of fixed joints in the currently represented model.
virtual void updateTree(const KDL::Tree &tree)
Sets the robot model.
const std::string DELETED_STATIC_TFS_FRAME
The TF frame name of the virtual frame that&#39;s parent of all deleted static TF frames.
virtual size_t getNumMovingJoints() const
Return the number of moving joints in the currently represented model.


dynamic_robot_state_publisher
Author(s): Martin Pecka
autogenerated on Mon Jun 10 2019 13:05:57