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

How to save topics in file?

asked 2014-05-14 02:05:43 -0500

yasamin gravatar image

I want to save these topics in file :/amcl/parameter_descriptions /amcl/parameter_updates

what can i do?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-05-14 02:21:41 -0500

BennyRe gravatar image

rosbag is the thing you are looking for.

http://wiki.ros.org/rosbag

Good described in this tutorial.

edit flag offensive delete link more

Comments

Thank you I have a problem with these :rosbag record -a when i type these command give me these error :[ WARN] [1400075193.299487382]: /use_sim_time set to true and no clock published. Still waiting for valid time... what can i do??

yasamin gravatar image yasamin  ( 2014-05-14 03:55:10 -0500 )edit

It sounds like you have (or had) a simulator running, but for some reason it isn't publishing the clock topic, or your rosbag node can't subscribe to it. You should make sure the simulator is running, and see if there are any messages published to /clock

ahendrix gravatar image ahendrix  ( 2014-05-14 06:43:49 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2014-05-14 02:05:43 -0500

Seen: 2,288 times

Last updated: May 14 '14