Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IMU fusion status #148

Open
dakejahl opened this issue Feb 9, 2024 · 6 comments
Open

IMU fusion status #148

dakejahl opened this issue Feb 9, 2024 · 6 comments
Assignees
Labels
enhancement New feature or request

Comments

@dakejahl
Copy link

dakejahl commented Feb 9, 2024

Is there any way to tell if IMU fusion is working or not? The VisualSlamStatus.vo_state doesn't ever change from 1.

# Pure visual odometry return code:
# 0 - Unknown state
# 1 - Success
# 2 - Failed
# 3 - Success but invalidated by IMU
uint8 vo_state

Same goes for when tracking is lost, vo_state remains at 1.

@AlexKlimaj
Copy link

AlexKlimaj commented Feb 10, 2024

We are testing on a drone, using the output of VIO to hold position with PX4. Knowing the state of would be very helpful in PX4.

https://github.com/ARK-Electronics/isaac_ros-dev

https://youtube.com/playlist?list=PLUepQApgwSox1ydUYJx27fTYQnn74SkTY&si=Yk6WCbx0eF9s6Y97

https://review.px4.io/plot_app?log=38789a73-c5d6-4702-bbea-1f87ce57f67a

@hemalshahNV hemalshahNV self-assigned this Feb 14, 2024
@hemalshahNV hemalshahNV added the enhancement New feature or request label Feb 14, 2024
@hemalshahNV
Copy link
Contributor

IMU fusion is actually a feature we will ship in the next release of Isaac ROS. The interface had been added for compatibility with other editions of the libcuvslam libraries.

@AlexKlimaj
Copy link

So this statement in the README isn't correct about using IMU?

This package uses a stereo camera with an IMU to estimate odometry as an input to navigation.

@hemalshahNV
Copy link
Contributor

There was an IMU fallback feature (when visual tracking is lost, libcuvslam would try to run on pure IMU for a fix timebound), but that's been replaced with IMU fusion.

@hermanndererdmann
Copy link

is there a timeframe when the new release will be published?

@franfrancisco9
Copy link

Any news on when IMU Fusion will be active?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants