hdl_graph_slam icon indicating copy to clipboard operation
hdl_graph_slam copied to clipboard

Shift in the Z direction

Open Johntec opened this issue 6 years ago • 2 comments

Hi @koide3, thanks for the good work, I have installed and tested your system it works perfectly when tested on your bag files, however when using the same launch files with my bag files there will be a shift in the Z-axis that accumulate itself in time and shifts the whole map. I believe this has been also noticed by others; any idea what causes this problem and how to solve it?

Thank you

Johntec avatar Feb 11 '20 09:02 Johntec

Hi @Johntec ,

This phenomenon can be suppressed by set keyframe_delta_time parameter to a large value. See https://github.com/koide3/hdl_graph_slam/issues/74

koide3 avatar Feb 14 '20 04:02 koide3

Thanks @koide3 for the reply, I have tried the keyframe_delta_time before creating the issue, it didn't help, this shift is more obvious when running the scan matching odometry nodelet, somehow its effect is reduced in graph slam nodelet, but still noticeable, for my case, I could minimiyźe its effect by changing the NDT resolution, but finding the correct value is also difficult since I am not aware of a correct formula for it, for different scans different values are required. This phenomenon is also increased when the laser scanner is stationary, is there a way to add ZUPT option to reduce this effect?

Johntec avatar Feb 20 '20 05:02 Johntec