mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
fixed frame trail on ros indigo
This commit is contained in:
@@ -1548,7 +1548,7 @@ void CloudViewer::addOrUpdateCoordinate(
|
|||||||
_visualizer->addCoordinateSystem(scale, transform.toEigen3f(), id, foreground?2:1);
|
_visualizer->addCoordinateSystem(scale, transform.toEigen3f(), id, foreground?2:1);
|
||||||
#else
|
#else
|
||||||
// Well, on older versions, just update the main coordinate
|
// Well, on older versions, just update the main coordinate
|
||||||
_visualizer->addCoordinateSystem(scale, transform.toEigen3f(), foreground?2:1);
|
_visualizer->addCoordinateSystem(scale, transform.toEigen3f(), 0);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user