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

You need to reload the Python module. After the first call, Python has loaded 'janus' and will not go back out to disk.

http://docs.python.org/release/2.7/library/functions.html#reload

Note: in general, you have to be careful when calling reload as it can result in inconsistent modules. It should be fine if you are just fetching msg files.