Browse Source

AP_OpticalFlow: add orient-yaw parameter units

c415-sdk
Randy Mackay 5 years ago
parent
commit
176e8b8861
  1. 1
      libraries/AP_OpticalFlow/OpticalFlow.cpp

1
libraries/AP_OpticalFlow/OpticalFlow.cpp

@ -49,6 +49,7 @@ const AP_Param::GroupInfo OpticalFlow::var_info[] = { @@ -49,6 +49,7 @@ const AP_Param::GroupInfo OpticalFlow::var_info[] = {
// @Param: _ORIENT_YAW
// @DisplayName: Flow sensor yaw alignment
// @Description: Specifies the number of centi-degrees that the flow sensor is yawed relative to the vehicle. A sensor with its X-axis pointing to the right of the vehicle X axis has a positive yaw angle.
// @Units: cdeg
// @Range: -18000 +18000
// @Increment: 1
// @User: Standard

Loading…
Cancel
Save