Skip to content

Extracts and formats the data from a .bag file so that it can be used for plotting

License

Notifications You must be signed in to change notification settings

araujorayza/extractRosbag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

extractRosbag

What is it?

It's a bash script that selects special topics from a .bag file, formats their contents and saves them into separate .txt files.

Which topics?

  • /bebop/cmd_vel
  • /bebop/joy
  • /bebop/transf_position
  • /bebop/waypoint
  • /bebop/odom

and, if present,

  • /vicon/bebop/bebop

How to use it?

  1. Rename your .bag file Voo.bag
  2. Put extractRosbag.sh in the same folder as the Voo.bag file
  3. Run in terminal
./extractRosbag.sh

Why?

It's useful if you are using bebop_autonomy and you rosbag record -a your experiments

About

Extracts and formats the data from a .bag file so that it can be used for plotting

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages