mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-30 12:38:33 -04:00
Rover: PILOT_STEER_TYPE param desc fix
This commit is contained in:
parent
1356beb14d
commit
9d030e9424
@ -104,7 +104,7 @@ const AP_Param::Info Rover::var_info[] = {
|
||||
|
||||
// @Param: PILOT_STEER_TYPE
|
||||
// @DisplayName: Pilot input steering type
|
||||
// @Description: Set this to 1 for skid steering input rovers (tank track style in RC controller). When enabled, servo1 is used for the left track control, servo3 is used for right track control
|
||||
// @Description: Pilot RC input interpretation
|
||||
// @Values: 0:Default,1:Two Paddles Input,2:Direction reversed when backing up,3:Direction unchanged when backing up
|
||||
// @User: Standard
|
||||
GSCALAR(pilot_steer_type, "PILOT_STEER_TYPE", 0),
|
||||
|
Loading…
Reference in New Issue
Block a user