ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Hi,

A simple idea would be to create a node that subscribe to all of those topics. Then this new node would merge them in a new sensor_msgs/JointState message that can be afterward published on the topic /joint_states !

Hope it helps !