ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Here is an example in JavaScript on how to make the call, but the service call can easily be ported to other languages as well:
https://github.com/RobotWebTools/roslibjs/blob/devel/src/core/Ros.js#L195-L213
2 | No.2 Revision |
Here is an example in JavaScript on how to make the call, but the service call can easily be ported to other languages as well:
https://github.com/RobotWebTools/roslibjs/blob/devel/src/core/Ros.js#L195-L213https://github.com/RobotWebTools/roslibjs/blob/a00fc0d8fc4b0da7bca11a67d1c92cedcd16a5fc/src/core/Ros.js#L195-L213