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

For the inattentive bunch (to which I am included):

If you followed http://wiki.ros.org/rosbag/migration, in the myrule.bmr rules generated :

Those need to be manually checked and edited. The variable valid needs set to True in the last portion of the code (when you generate it, at least in the version I am using, it defaults to false and the rule will fail). Probably so that ROS knows it is not botching anything.

In myrule.bmr change:

valid = False

to:

valid = True

Then the migration rules work.

For the inattentive bunch (to which I am included):

If you followed http://wiki.ros.org/rosbag/migration, in the myrule.bmr rules generated :generated:

Those need to be manually checked and edited. The variable valid needs set to True in the last portion of the code (when you generate it, at least in the version I am using, it defaults to false and the rule will fail). Probably so that ROS knows it is not botching anything.

In myrule.bmr change:

valid = False

to:

valid = True

Then the migration rules work.