mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
VINS-Fusion: Fixed error wrongly logged when only imu is processed by vins.
This commit is contained in:
@@ -503,7 +503,7 @@ Transform OdometryVINS::computeTransform(
|
||||
{
|
||||
UERROR("VINS-Fusion requires stereo images!");
|
||||
}
|
||||
else
|
||||
else if(data.imu().empty())
|
||||
{
|
||||
UERROR("VINS-Fusion requires stereo images (and only one stereo camera with valid calibration)!");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user