Rtabmap.cpp warning!

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Rtabmap.cpp warning!

Dong Jin Yook
Hi, matlabee

 I have a question about rtabmap.cpp warning



what does it mean?
I`ll be looking forward to your reply!

cheers.
Reply | Threaded
Open this post in threaded view
|

Re: Rtabmap.cpp warning!

matlabbe
Administrator
Hi,

"Local scan matching rejected": its mean that the robot is revisiting a previous area but cannot compute an ICP transformation (note the pcl::IterativeClosestPoint::computeTransformation error) between its current scan and those in the map. You can ignore this warning, it is just informative to know that the robot tries to localize in this area (but yet has failed).

cheers,
Mathieu
Reply | Threaded
Open this post in threaded view
|

Re: Rtabmap.cpp warning!

Dong Jin Yook
Hi,

Thank you for the answer!

cheers.