mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-01 17:10:26 +08:00
CameraRealSense2: added IR-Depth mode option
This commit is contained in:
@@ -273,7 +273,7 @@ int main(int argc, char * argv[])
|
||||
UERROR("Not built with RealSense2 SDK support...");
|
||||
exit(-1);
|
||||
}
|
||||
camera = new rtabmap::CameraRealSense2(0);
|
||||
camera = new rtabmap::CameraRealSense2();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user