mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
MacOSX: (g2o) Fixed cholmod library not found. New ICP parameter: "Icp/Epsilon". Fixed null ICP_inliers_ratio with odometry statistics.
This commit is contained in:
@@ -671,7 +671,7 @@ bool TreePoseGraph<Ops>::sanityCheck(){
|
||||
const EdgeList& children=it->second->children;
|
||||
for (typename EdgeList::const_iterator lt=children.begin(); lt!=children.end(); lt++){
|
||||
if ((*lt)->v1!=v){
|
||||
std::cerr << "wrong direction of the edges" << std::cerr;
|
||||
std::cerr << "wrong direction of the edges" << std::endl;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user