mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-03 01:50:24 +08:00
some fixes for CameraFlyCapture2 driver on Windows, fixed OdometryMono with stereo cameras
This commit is contained in:
@@ -132,7 +132,10 @@ CloudViewer::CloudViewer(QWidget *parent) :
|
||||
-1, 0, 0,
|
||||
0, 0, 0,
|
||||
0, 0, 1);
|
||||
#ifndef _WIN32
|
||||
// Crash on startup on Windows (vtk issue)
|
||||
_visualizer->addCoordinateSystem(0.2, 0, 0, 0, 0);
|
||||
#endif
|
||||
|
||||
//setup menu/actions
|
||||
createMenu();
|
||||
|
||||
Reference in New Issue
Block a user