Skip to content

Commit

Permalink
AP_Arming: mark ARMING_RUDDER as Plane,Rover,Copter and Blimp only
Browse files Browse the repository at this point in the history
  • Loading branch information
muramura authored and peterbarker committed Sep 27, 2024
1 parent 13a5dc8 commit 946e148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_Arming/AP_Arming.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const AP_Param::GroupInfo AP_Arming::var_info[] = {
// index 4 was VOLT_MIN, moved to AP_BattMonitor
// index 5 was VOLT2_MIN, moved to AP_BattMonitor

// @Param: RUDDER
// @Param{Plane,Rover,Copter,Blimp}: RUDDER
// @DisplayName: Arming with Rudder enable/disable
// @Description: Allow arm/disarm by rudder input. When enabled arming can be done with right rudder, disarming with left rudder. Rudder arming only works with throttle at zero +- deadzone (RCx_DZ). Depending on vehicle type, arming in certain modes is prevented. See the wiki for each vehicle. Caution is recommended when arming if it is allowed in an auto-throttle mode!
// @Values: 0:Disabled,1:ArmingOnly,2:ArmOrDisarm
Expand Down

0 comments on commit 946e148

Please sign in to comment.