lardemua / atom

Calibration tools for multi-sensor, multi-modal robotic systems
GNU General Public License v3.0
245 stars 28 forks source link

Conclusions after day inesc 1 #930

Closed miguelriemoliveira closed 2 months ago

miguelriemoliveira commented 2 months ago

FYI @Kazadhum @manuelgitgomes @brunofavs @rafaelarrais

miguelriemoliveira commented 2 months ago

./rename_tf_frames -bfi ~/bagfiles/zau/inesc_day1_1_cropped.bag -bfo ~/bagfiles/zau/inesc_day1_1_cropped_renamed.bag -ftr zau/odom zau/base_footprint -nfn world base_footprint

brunofavs commented 2 months ago

We must not forget the video/photo coverage tomorrow

Kazadhum commented 2 months ago
manuelgitgomes commented 2 months ago

Hello all!

To try and automate the cumbersome task of editing the bagfiles, I have done some changes:

Firstly, I change rosbag_tools to a ros package, to allow for a more universal way to call the scritps. https://github.com/miguelriemoliveira/rosbag_tools/commit/01938354e12b26c291b86b297e2318634b242591

Then, I created a bash script, that automatically edits the bagfile the way we want:

https://github.com/lardemua/zau/blob/main/zau_calibration/scripts/edit_bag_file.bash

miguelriemoliveira commented 2 months ago

Looks good.