koide3 / hdl_graph_slam

3D LIDAR-based Graph SLAM
BSD 2-Clause "Simplified" License
1.93k stars 723 forks source link

what difference between estimate and odom from rosservice dump data? #268

Open PigBroA opened 7 months ago

PigBroA commented 7 months ago

Dear @koide3

what difference is between estimate and odom from rosservice dump data?

Thank you very much.

koide3 commented 7 months ago

estimate represents a result with loop closure, while odom represents the one without loops.

PigBroA commented 7 months ago

Thank you very much @kkoide3 Then, Interactive_SLAM read estimate information from dump?