mirror of https://github.com/ArduPilot/ardupilot
Rover: remove AP_ServoRelayEvents from AP_MotorsUGV interface
instead, take it from the singleton
This commit is contained in:
parent
8532444bb5
commit
03e5fa033b
|
@ -739,7 +739,7 @@ ParametersG2::ParametersG2(void)
|
|||
#if AP_BEACON_ENABLED
|
||||
beacon(),
|
||||
#endif
|
||||
motors(rover.ServoRelayEvents, wheel_rate_control),
|
||||
motors(wheel_rate_control),
|
||||
wheel_rate_control(wheel_encoder),
|
||||
attitude_control(),
|
||||
smart_rtl(),
|
||||
|
|
Loading…
Reference in New Issue