Rosbag file location
Hello,
I would like to know where are rosbags saved to access them through my file explorer (if that is possible).
Thank you!
Hello,
I would like to know where are rosbags saved to access them through my file explorer (if that is possible).
Thank you!
Hi, I found the answer here: http://wiki.ros.org/rosbag/Tutorials/...
So it's necessary to create a directory to store the bag files: mkdir ~/bagfiles
it's necessary to create a directory to store the bag files
Not really, when you record a bag file it will be stored at the same location as you were when doing rosbag record
, the tutorial tells you to create the folder bagfile and then go to this new directory to have your bagfile at this location. If you are not in the folder bagfiles
when issuing rosbag record
, it won't be stored there.
You can use the argument -o
to add a prefix to the bagfile name, if you specify an absolute path from then you can choose the location :
rosbag record -a -o $HOME/bagfiles/
This command will save your bagfile in your ~/bagfiles
folder regardless of which directory you are currently in.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2020-08-21 05:33:01 -0500
Seen: 1,051 times
Last updated: Aug 21 '20
How can i convert .mat file to a rosbag ?
execute a pose in moveit too slow
What does [rospack] Permission denied means?
Interactive marker with the same name
Running Gazebo using Turtlebot on Kinetic Kame
pcd file to PointCloud visualization problem in Rviz [closed]
How do I install Kinetic from a DVD?