Closed amy-tabb closed 2 years ago
I met the same problem, and I found the solution from this issue
The reason is, the kalibr_calibrate_camera
scripts delete some old files in its folder and you put the bag to exact the script's folder. Just move the rosbag to another folder.
Hope this can help others.
Will track this fix via #277
Hi, I am trying to create a dataset created with non-ROS image acquisition tools and I am using the CDE version,
so I create directories according to bagcreater,
Seems to work. No errors.
Then, I try to calibrate the two cameras using
kalibr_create_cameras
:The bag file is deleted. I have installed python3-apport and python-apport with no change.
I recreate the bag file, and test the extractor, which worked fine with the sample file.
again, the bag file is deleted and it does not work.
Any ideas on how to resolve this issue? I would prefer not to build from source since I am not familiar with ROS and the version is so old.