uzh-rpg / rpg_ultimate_slam_open

Open source code for "Ultimate SLAM? Combining Events, Images, and IMU for Robust Visual SLAM in HDR and High-Speed Scenarios" RA-L 2018
GNU General Public License v3.0
277 stars 46 forks source link

kalibr_swe_config isn't available as stated in Wiki #8

Open hichamhendy opened 2 years ago

hichamhendy commented 2 years ago

I couldn't find the executable needed to convert to your format

Only those are avaiable

image

YoungHaulk commented 2 years ago

I also encountered the same problem.How did you solve it?

hichamhendy commented 2 years ago

I couldn't until now!! There is a bug in code and must be fixed from developers

YoungHaulk commented 2 years ago

I got an idea, directly modify the file “DAVIS-example.yaml" (you can find it in calibration folder) with your own DAVIS calibration results. Here are my davis346.yaml: label: "davis346" id: 111111 cameras:

YoungHaulk commented 2 years ago

However, I got another problem as

2022-10-01 19-17-49 的屏幕截图

YoungHaulk commented 2 years ago

However, I got another problem as

2022-10-01 19-17-49 的屏幕截图

I havent't solved the problem yet.

volkbay commented 1 year ago

It seems there is no kalibr_swe_config anymore. But your approach is correct @YoungHaulk, modifying "DAVIS-example.yaml" with your calibration data works. Please be careful about the indentations, as for YAML files they are crucial (just like Python). Also, mind the T_B_C matrix which is NOT a list of list, the whole thing is a single array.

HaoboShen commented 8 months ago

@YoungHaulk I got the same problem like your picture, how did you fix it?

hichamhendy commented 8 months ago

I couldn't!