mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 09:58:28 -04:00
Rover: fixed formatting
This commit is contained in:
parent
4913aff8cd
commit
7fbbc388a7
@ -92,8 +92,8 @@ static void set_servos(void)
|
||||
// do a direct pass through of radio values
|
||||
g.channel_roll.radio_out = g.channel_roll.radio_in;
|
||||
|
||||
if(obstacle) // obstacle in front, turn right in Stabilize mode
|
||||
g.channel_roll.radio_out -= 500;
|
||||
if(obstacle) // obstacle in front, turn right in Stabilize mode
|
||||
g.channel_roll.radio_out -= 500;
|
||||
|
||||
g.channel_pitch.radio_out = g.channel_pitch.radio_in;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user