ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I don't know of a rospy
implementation analogous to getParamCached()
. Maybe there is one.
Another option, which definitely works with rospy
is dynamic_reconfigure. It is easy to program in Python and offers several advantages over the basic ROS parameter server.