Rover: remove AP_ServoRelayEvents from AP_MotorsUGV interface

instead, take it from the singleton
This commit is contained in:
Peter Barker 2023-06-06 17:08:29 +10:00 committed by Peter Barker
parent 8532444bb5
commit 03e5fa033b
1 changed files with 1 additions and 1 deletions

View File

@ -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(),