mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
Explicitly show licenses of optional dependencies on CMake
This commit is contained in:
@@ -266,8 +266,8 @@ void TreeOptimizer2::propagateErrors(){
|
||||
updatePoseChain(v1,top);
|
||||
updatePoseChain(v2,top);
|
||||
|
||||
Pose pf1=v1->pose;
|
||||
Pose pf2=v2->pose;
|
||||
//Pose pf1=v1->pose;
|
||||
//Pose pf2=v2->pose;
|
||||
|
||||
//DEBUG(2) << " pf1=" << pf1.x() << " " << pf1.y() << " " << pf1.theta() << endl;
|
||||
//DEBUG(2) << " pf2=" << pf2.x() << " " << pf2.y() << " " << pf2.theta() << endl;
|
||||
|
||||
Reference in New Issue
Block a user