Please ask about problems and questions regarding this tutorial on answers.ros.org. Don't forget to include in your question the link to this page, the versions of your OS & ROS, and also add appropriate tags. |
HrpsysROSBridge specific interface
Description: This tutorial shows hrpsys-base specific tutorialsTutorial Level: INTERMEDIATE
Next Tutorial: Using hrpsys with gazebo
publish /odom from ROS RTM Bridge
(TBD)
Manipulating IDL
During runtime hrpsys can be configured by accessing APIs in IDL. rtmros bridge automatically wraps these APIs by rosservice so that accessing IDLs can be done without writing codes.
To use,
make sure the name of ROS service. It might come under certain namespace.
Run rosservice command with appropriate argument. E.g., to use `setInterpolationMode` in `SequencePlayerService.idl` (as said, namespace varies),
$ rosservice call /SequencePlayerServiceROSBridge/setInterpolationMode True