stereolabs / zed-ros-wrapper

ROS wrapper for the ZED SDK
https://www.stereolabs.com/docs/ros/
MIT License
447 stars 391 forks source link

Zed mini Positional tracking searching for a known position #867

Closed DiegoHerrera1890 closed 1 year ago

DiegoHerrera1890 commented 1 year ago

Preliminary Checks

Description

Hello Dear Community. I am using zed mini camera for the first time so I do not know what's happening. I want to obtain visual inertia odometry data. I was using before the realsense T265 but it's broke now so I changed to zed mini. After installing the latest SDK and install the ROS package, when I run the lunch file zed_wrapper zedm.launch but I get this message infinite times Positional tracking -> Searching for a known position [SEARCHING] Then if I echo this topic i can see the position and orientation but the position is giving me wrong values.

What could be the cause of this problem?

Steps to Reproduce

  1. Install ROS melodic 2.Install latest SDK 3.7 3.Install zed_wrapper package
  2. Run the launch file roslaunch zed_wrapper zedm.launch ...

Expected Result

Obtain position and orientation values

Actual Result

wrong values for position and orientation. message Positional tracking -> Searching for a known position [SEARCHING]

ZED Camera model

ZED Mini

Environment

OS: Ubuntu 18.04
ROS: Melodic
SDK: 3.7

Anything else?

If I change the parameter imu_fusion: to false, I can get better values but it seems is not using its IMU. zedmini

Myzhar commented 1 year ago

Closed because duplicated: https://community.stereolabs.com/t/zed-mini-imu-fuision-not-working-properly/1615