ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Comparision time of ICP and NDT in Matching

asked 2017-11-24 11:14:57 -0500

jjxforever gravatar image

Theoretically NDT is faster than ICP. But when I measure the time of NDT by clock_t, it costs 10s, while ICP costs only 0.2s through the same way. I don't know what the reasons could be. Thank you!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2018-06-21 01:59:52 -0500

hkhong gravatar image

Please check the implementation of ICP. I guess it is implemented to use multi-thread or GPU acceleration. By the way, NDT-D2D registration between two sets of about 3000 Gaussian components with multi-thread processing on Intel I7 CPU takes about 0.2-0.3 sec.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-11-24 11:14:57 -0500

Seen: 671 times

Last updated: Nov 24 '17