ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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.