mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-01 17:10:26 +08:00
fixed a warning
This commit is contained in:
@@ -951,7 +951,7 @@ SensorData CameraStereoZed::captureImage(CameraInfo * info)
|
||||
int trackingConfidence = zed_->getTrackingConfidence();
|
||||
if (trackingConfidence)
|
||||
{
|
||||
sl::zed::TRACKING_STATE track_state = zed_->getPosition(path);
|
||||
zed_->getPosition(path);
|
||||
info->odomPose = Transform::fromEigen4f(path);
|
||||
if (!info->odomPose.isNull())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user