mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AC_PrecLand: POS param range of 5m and 1cm increment
This commit is contained in:
parent
a19634b9d2
commit
b31a9fd54a
@ -72,18 +72,24 @@ const AP_Param::GroupInfo AC_PrecLand::var_info[] = {
|
||||
// @DisplayName: Camera X position offset
|
||||
// @Description: X position of the camera in body frame. Positive X is forward of the origin.
|
||||
// @Units: m
|
||||
// @Range: -5 5
|
||||
// @Increment: 0.01
|
||||
// @User: Advanced
|
||||
|
||||
// @Param: CAM_POS_Y
|
||||
// @DisplayName: Camera Y position offset
|
||||
// @Description: Y position of the camera in body frame. Positive Y is to the right of the origin.
|
||||
// @Units: m
|
||||
// @Range: -5 5
|
||||
// @Increment: 0.01
|
||||
// @User: Advanced
|
||||
|
||||
// @Param: CAM_POS_Z
|
||||
// @DisplayName: Camera Z position offset
|
||||
// @Description: Z position of the camera in body frame. Positive Z is down from the origin.
|
||||
// @Units: m
|
||||
// @Range: -5 5
|
||||
// @Increment: 0.01
|
||||
// @User: Advanced
|
||||
AP_GROUPINFO("CAM_POS", 7, AC_PrecLand, _cam_offset, 0.0f),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user