mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-01 17:10:26 +08:00
ICP correspondence ratio set to 0 when maximum laser scan count is not set
This commit is contained in:
@@ -130,7 +130,7 @@ public:
|
||||
from_,
|
||||
link.to(),
|
||||
type_,
|
||||
transform_ * link.transform(),
|
||||
transform_ * link.transform(), // FIXME, should be inf1^-1(inf1*t1 + inf2*t2)
|
||||
infMatrix_ + link.infMatrix());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user