mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 09:58:28 -04:00
AP_OpticalFlow: add range to POS param description
This commit is contained in:
parent
6b3fa520b5
commit
760989d786
@ -45,18 +45,21 @@ const AP_Param::GroupInfo OpticalFlow::var_info[] = {
|
|||||||
// @DisplayName: X position offset
|
// @DisplayName: X position offset
|
||||||
// @Description: X position of the optical flow sensor focal point in body frame. Positive X is forward of the origin.
|
// @Description: X position of the optical flow sensor focal point in body frame. Positive X is forward of the origin.
|
||||||
// @Units: m
|
// @Units: m
|
||||||
|
// @Range: -10 10
|
||||||
// @User: Advanced
|
// @User: Advanced
|
||||||
|
|
||||||
// @Param: _POS_Y
|
// @Param: _POS_Y
|
||||||
// @DisplayName: Y position offset
|
// @DisplayName: Y position offset
|
||||||
// @Description: Y position of the optical flow sensor focal point in body frame. Positive Y is to the right of the origin.
|
// @Description: Y position of the optical flow sensor focal point in body frame. Positive Y is to the right of the origin.
|
||||||
// @Units: m
|
// @Units: m
|
||||||
|
// @Range: -10 10
|
||||||
// @User: Advanced
|
// @User: Advanced
|
||||||
|
|
||||||
// @Param: _POS_Z
|
// @Param: _POS_Z
|
||||||
// @DisplayName: Z position offset
|
// @DisplayName: Z position offset
|
||||||
// @Description: Z position of the optical flow sensor focal point in body frame. Positive Z is down from the origin.
|
// @Description: Z position of the optical flow sensor focal point in body frame. Positive Z is down from the origin.
|
||||||
// @Units: m
|
// @Units: m
|
||||||
|
// @Range: -10 10
|
||||||
// @User: Advanced
|
// @User: Advanced
|
||||||
AP_GROUPINFO("_POS", 4, OpticalFlow, _pos_offset, 0.0f),
|
AP_GROUPINFO("_POS", 4, OpticalFlow, _pos_offset, 0.0f),
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user