Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Hwurzburg authored Jan 22, 2025
1 parent 36ec837 commit 891b110
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plane/source/docs/rangefinder-autolanding.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ Also note that if you have a longer range rangefinder then it is a very
good idea to set the minimum range of the rangerfinder well above zero.
For example, the PulsedLight Lidar has a typical range of over 40
meters, and when it gets false readings it tends to read ranges of less
than 1 meter. And setting :ref:`RNGFND1_MIN_CM <RNGFND1_MIN_CM>` to 150 , if its the first system rangefinder, will discard any rangefinder readings below 1.5 meters, and will
than 1 meter. And setting :ref:`RNGFND1_MIN <RNGFND1_MIN>` to 150 , if its the first system rangefinder, will discard any rangefinder readings below 1.5 meters, and will
greatly improve the robustness of the Lidar for landing.

If the autopilot has a good rangefinder (:ref:`such as LIDAR <common-rangefinder-lidarlite>`) then you can safely choose quite small numbers for :ref:`LAND_FLARE_SEC<LAND_FLARE_SEC>` and :ref:`LAND_FLARE_ALT<LAND_FLARE_ALT>`, and flare closer to the ground than with the default values.
That will generally produce a better landing.

A value for :ref:`LAND_FLARE_SEC<LAND_FLARE_SEC>` of 1.5 and :ref:`LAND_FLARE_ALT<LAND_FLARE_ALT>` of 2 is a good place to start with a LiDAR.
A value for :ref:`LAND_FLARE_SEC<LAND_FLARE_SEC>` of 1.5 and :ref:`LAND_FLARE_ALT<LAND_FLARE_ALT>` of 2 is a good place to start with a LiDAR.

0 comments on commit 891b110

Please sign in to comment.