Skip to content

Commit

Permalink
Dev: SITL devices loses EK2 reference
Browse files Browse the repository at this point in the history
  • Loading branch information
rmackay9 authored and Hwurzburg committed Mar 14, 2024
1 parent 25bdf1c commit efdb2c0
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions dev/source/docs/adding_simulated_devices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,6 @@ You can test two virtual wheel encoders like this:

::

param set AHRS_EKF_TYPE 3
param set EK2_ENABLE 0
param set EK3_ENABLE 1
param fetch
param set EK3_SRC1_POSXY 0
param set EK3_SRC1_VELXY 7
param set EK3_SRC1_VELZ 0
Expand All @@ -208,10 +204,6 @@ You can test a virtual range beacons by setting the following parameters

::

param set AHRS_EKF_TYPE 3
param set EK2_ENABLE 0
param set EK3_ENABLE 1
param fetch
param set EK3_GPS_TYPE 3
param set GPS_TYPE 0
param set BCN_TYPE 10
Expand Down Expand Up @@ -287,10 +279,6 @@ Enable EKF3, disable GPS and set Serial5 protocol to mavlink so as to accept vis

::

param set AHRS_EKF_TYPE 3
param set EK2_ENABLE 0
param set EK3_ENABLE 1
param fetch
param set EK3_SRC1_POSXY 6
param set EK3_SRC1_POSZ 6
param set EK3_SRC1_VELXY 6
Expand Down

0 comments on commit efdb2c0

Please sign in to comment.