|
|
|
@ -63,8 +63,8 @@ const AP_Param::Info Rover::var_info[] = {
@@ -63,8 +63,8 @@ const AP_Param::Info Rover::var_info[] = {
|
|
|
|
|
// @DisplayName: GCS PID tuning mask
|
|
|
|
|
// @Description: bitmask of PIDs to send MAVLink PID_TUNING messages for
|
|
|
|
|
// @User: Advanced
|
|
|
|
|
// @Values: 0:None,1:Steering,2:Throttle,4:Pitch,8:Left Wheel,16:Right Wheel,32:Sailboat Heel
|
|
|
|
|
// @Bitmask: 0:Steering,1:Throttle,2:Pitch,3:Left Wheel,4:Right Wheel,5:Sailboat Heel
|
|
|
|
|
// @Values: 0:None,1:Steering,2:Throttle,4:Pitch,8:Left Wheel,16:Right Wheel,32:Sailboat Heel,64:Velocity North,128:Velocity East
|
|
|
|
|
// @Bitmask: 0:Steering,1:Throttle,2:Pitch,3:Left Wheel,4:Right Wheel,5:Sailboat Heel,6:Velocity North,7:Velocity East
|
|
|
|
|
GSCALAR(gcs_pid_mask, "GCS_PID_MASK", 0), |
|
|
|
|
|
|
|
|
|
// @Param: AUTO_TRIGGER_PIN
|
|
|
|
|