ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I don't know of any open implementation, but if you can tolerate the added latency of one additional hop though a ros node, you can write a very simple forwarding node that subscribes to a sensor_msgs/JointState
topic, and publishes to the ROS interface of whatever controller you have otherwise found suitable.