Tools to prepare frames & telemetry data for VIO SLAM
##Tools
-
get_frames_data.py
- For each frame timestamp interpolates data from topic filesLocalPoseTopic.txt
andSensorGPSTopic.txt
. -
topic2csv.py
- Converts topic data file to CSV file (for VIO ORB_SLAM3). -
tbc_compute.py
- ComputeT_b_c
transformation matrix from IMU to camera based on IMU and camera poses in base frame (for VIO ORB_SLAM3).