ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered 2012-05-30 07:51:15 -0500

joq gravatar image

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.