ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Ignore the old answers published in this thread. The realtime_tools
package provides everything you need to do this. If you want to subscribe to a rostopic from your controller, you can use a RealtimeBuffer
. An example of this can be found in the ackermann steering controller.