Does the robot_state_publisher support sensor_msgs/MultiDOFJointState messages?
Hi,
I found the message definition sensor_msgs/MultiDOFJointState and was expecting robot_state_publisher to also support it:
https://github.com/ros/common_msgs/bl...
What I had in mind was that the node would populate TF with the current transforms taking the respective frame_ids from the URDF. When searching the repository, however, I could not find any usage of this message definition:
https://github.com/ros/robot_state_pu...
Do I see this correctly that robot_state_publisher does not support this message definition?
If not,
- is there an established good practice of using multi-DOF joints with robot_state_publisher?
- is there a good reason that speaks against adding support for sensor_msgs/MultiDOFJointState to robot_state_publisher?
Best, Georg.