Hello, you work is so excellent 👍 , and I have deployed your work on my PC, but how can I run your work on r3live dataset ?
I run the PINGS on r3live by the following command
python3 pings.py config/run_r3live_gs.yaml r3live -i /home/zewen/SLAM_experiments/data/MARs/r3live/rosbag/hkust_campus_02.bag -v
then I got this error:
NotADirectoryError: [Errno 20] Not a directory:
'/home/zewen/SLAM_experiments/data/MARs/r3live/rosbag/hkust_campus_02.bag/livox_points/timestamps.txt'
Should I convert the format of the rosbag into correct format by the rosbag converter ? but the rosbag_converter only provide the kitti format and ros2 format.
Hello, you work is so excellent 👍 , and I have deployed your work on my PC, but how can I run your work on r3live dataset ?
I run the PINGS on r3live by the following command
python3 pings.py config/run_r3live_gs.yaml r3live -i /home/zewen/SLAM_experiments/data/MARs/r3live/rosbag/hkust_campus_02.bag -v
then I got this error:
NotADirectoryError: [Errno 20] Not a directory:
'/home/zewen/SLAM_experiments/data/MARs/r3live/rosbag/hkust_campus_02.bag/livox_points/timestamps.txt'
Should I convert the format of the rosbag into correct format by the rosbag converter ? but the rosbag_converter only provide the kitti format and ros2 format.