mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
DataRecorder: added imu filtering by default
This commit is contained in:
@@ -308,6 +308,7 @@ int main (int argc, char * argv[])
|
||||
UFATAL("Camera driver (%d) not found!", driver);
|
||||
}
|
||||
cam = new CameraThread(camera);
|
||||
cam->enableIMUFiltering();
|
||||
|
||||
DataRecorder recorder;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user