Skip to content

Commit

Permalink
update param names
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas committed Oct 9, 2024
1 parent 456cc47 commit b2ffdc1
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,12 @@ PARAM_DEFINE_INT32(VTE_EKF_AID, 1);
*
* @group Vision target Estimator
* @min 0
* @max 63
* @max 31
* @bit 0 target GNSS position
* @bit 1 relative GNSS velocity
* @bit 2 vision relative position
* @bit 3 mission position
* @bit 4 uwb
*
*
* @group Vision target Estimator
Expand All @@ -105,8 +106,9 @@ PARAM_DEFINE_INT32(VTE_AID_MASK, 14);
*
* @group Vision target Estimator
* @min 0
* @max 1
* @max 3
* @bit 0 VTE for precision landing
* @bit 1 VTE for DEBUG, always active
*
*
* @group Vision target Estimator
Expand Down

0 comments on commit b2ffdc1

Please sign in to comment.