-
-
Notifications
You must be signed in to change notification settings - Fork 530
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
Support indoor VIO/flow setups #780
Comments
That would be awesome. I assume we can simulate this already in Gazebo and test where it fails? |
In theory yes. I've never actually been able to use Flow in Gazebo. |
@julianoes Yes, I totally agree, since it is not possible to fly it with the actual flying mode. MAVSDK/src/plugins/action/action_impl.cpp Lines 53 to 73 in 4ea885a
|
I would address that completely separately. But in any case this is only a "MAVLink/MAVSDK" question if the optical flow camera supports the MAVLink Camera API and exposes the video feed via an RTSP stream. Otherwise there is no way for the SDK to know about the output of optical flow. |
Fair enough. I'd say getting this working and in CI would be a precondition for doing anything else. |
It would be nice if MAVSDK was compatible with setups without GPS (so no global position) for indoor use based on Flow or VIO localization.
The text was updated successfully, but these errors were encountered: