Robotics StackExchange | Archived questions

Problem launching rxbag (global name 'roslib' is not defined)

I am running Fuerte and I am getting the following error when launching rxbag with the --record option. It works fine when launching without the --record option (using an existing .bag file). Other rx utilities work fine (rxconsole, rxgraph). Recording using rosbag also works fine.

~/ros_workspace$ rxbag --record --all
[INFO] [WallTime: 1341922965.474574] Master found.  Connecting...
[INFO] [WallTime: 1341922965.791212] Connected to ROS master.
[INFO] [WallTime: 1341922965.792201] Recording to 2012-07-10-07-22-45.bag.
Error subscribing to /rosout (ignoring): global name 'roslib' is not defined
Error subscribing to /rosout_agg (ignoring): global name 'roslib' is not defined

Any ideas?

Thanks! Vassilis

Asked by Vassilis on 2012-07-10 02:31:43 UTC

Comments

I should also mention that rosbag works fine.

Asked by Vassilis on 2012-07-10 16:38:12 UTC

Answers