diff --git a/blimp/source/docs/getting-started.rst b/blimp/source/docs/getting-started.rst index 6c3e53f28e..b5bdb699b9 100644 --- a/blimp/source/docs/getting-started.rst +++ b/blimp/source/docs/getting-started.rst @@ -54,6 +54,8 @@ For indoor use, please see :ref:`the non-GPS options. ` bit 1 to keep the ExternalNAV aligned with the OpticalFlow to avoid position/velocity bumps upon switching. + +For example, you could setup a 3D camera as an external position and velocity source: + +- :ref:`EK3_SRC1_POSXY` = 6 (ExternalNAV XY Position) +- :ref:`EK3_SRC1_VELXY` = 6 (ExternalNAV XY Velocity) (assuming the camera provides velocity reports) + +and OpticalFLow as the second source: + +- :ref:`EK3_SRC1_POSXY` = 0 (None, position is relative when using OpticalFlow) +- :ref:`EK3_SRC1_VELXY` = 5 (OpticalFlow for XY velocity) + +and use an :ref:`auxiliary RC switch ` to switch between the two. + +[copywiki destination="copter,plane,rover,blimp"] diff --git a/common/source/docs/common-modalai-voxl.rst b/common/source/docs/common-modalai-voxl.rst index f1ed5e7270..73a95a1ce8 100644 --- a/common/source/docs/common-modalai-voxl.rst +++ b/common/source/docs/common-modalai-voxl.rst @@ -91,6 +91,11 @@ More details on :ref:`GPS/Non-GPS Transitions can be found here `__ +EKF3 Source Transitions with OpticalFlow +======================================== + +If switching between this and OpticalFlow is desired, see :ref:`extnav-optiflow-transitions` + Videos ------ diff --git a/common/source/docs/common-vio-oak-d.rst b/common/source/docs/common-vio-oak-d.rst index db4b3def48..6906bd07d3 100644 --- a/common/source/docs/common-vio-oak-d.rst +++ b/common/source/docs/common-vio-oak-d.rst @@ -114,4 +114,8 @@ For your first flight: If everything works as expected, next time you can arm and takeoff in Loiter mode. +EKF3 Source Transitions with OpticalFlow +======================================== + +If switching between this and OpticalFlow is desired, see :ref:`extnav-optiflow-transitions` diff --git a/common/source/docs/common-vio-tracking-camera.rst b/common/source/docs/common-vio-tracking-camera.rst index 30848ba671..3da1024f64 100644 --- a/common/source/docs/common-vio-tracking-camera.rst +++ b/common/source/docs/common-vio-tracking-camera.rst @@ -333,3 +333,8 @@ The script can be run automatically at boot time. systemctl start t265 systemctl enable t265 + +EKF3 Source Transitions with OpticalFlow +======================================== + +If switching between this and OpticalFlow is desired, see :ref:`extnav-optiflow-transitions`