Skip to content

Commit

Permalink
system_params: improve distance sensor check description
Browse files Browse the repository at this point in the history
  • Loading branch information
MaEtUgR authored and dagar committed Sep 5, 2023
1 parent 10ac10c commit 38b0de9
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/lib/systemlib/system_params.c
Original file line number Diff line number Diff line change
Expand Up @@ -217,13 +217,11 @@ PARAM_DEFINE_INT32(SYS_HAS_MAG, 1);
PARAM_DEFINE_INT32(SYS_HAS_BARO, 1);

/**
* Control the number of distance sensors on the vehicle
* Number of distance sensors to check being available
*
* If set to the number of distance sensors, the preflight check will check
* for their presence and valid data publication. Disable with 0 if no distance
* sensor present or to disable the preflight check.
* The preflight check will fail if fewer than this number of distance sensors with valid data is present.
*
* @reboot_required true
* Disable the check with 0.
*
* @group System
* @min 0
Expand Down

0 comments on commit 38b0de9

Please sign in to comment.