Skip to content

Commit

Permalink
Fix parameter description for LNDMC_ROT_MAX
Browse files Browse the repository at this point in the history
  • Loading branch information
mahimayoga committed Jan 8, 2025
1 parent bb958e5 commit 03c5958
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/land_detector/land_detector_params_mc.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ PARAM_DEFINE_FLOAT(LNDMC_Z_VEL_MAX, 0.25f);
PARAM_DEFINE_FLOAT(LNDMC_XY_VEL_MAX, 1.5f);

/**
* Multicopter max rotation
* Multicopter max rotational speed
*
* Maximum allowed angular velocity around each axis allowed in the landed state.
* Maximum allowed norm of the angular velocity (roll, pitch) in the landed state.
*
* @unit deg/s
* @decimal 1
Expand Down

0 comments on commit 03c5958

Please sign in to comment.