mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
Rover: fixed build with new RC_Channel code
This commit is contained in:
parent
a7b9aff79f
commit
1b099344a3
@ -491,6 +491,14 @@ public:
|
||||
|
||||
// ************************************************************
|
||||
|
||||
channel_roll (CH_1),
|
||||
channel_pitch (CH_2),
|
||||
channel_throttle (CH_3),
|
||||
channel_rudder (CH_4),
|
||||
rc_5 (CH_5),
|
||||
rc_6 (CH_6),
|
||||
rc_7 (CH_7),
|
||||
rc_8 (CH_8),
|
||||
|
||||
|
||||
// PID controller initial P initial I initial D initial imax
|
||||
|
Loading…
Reference in New Issue
Block a user