mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
ArduPlane: move can_mgr.init call up to AP_Vehicle
... also adds the call for Blimp...
This commit is contained in:
parent
af5cba5826
commit
e7a6a2e3ec
@ -19,10 +19,6 @@ void Plane::init_ardupilot()
|
|||||||
|
|
||||||
ins.set_log_raw_bit(MASK_LOG_IMU_RAW);
|
ins.set_log_raw_bit(MASK_LOG_IMU_RAW);
|
||||||
|
|
||||||
#if HAL_MAX_CAN_PROTOCOL_DRIVERS
|
|
||||||
can_mgr.init();
|
|
||||||
#endif
|
|
||||||
|
|
||||||
rollController.convert_pid();
|
rollController.convert_pid();
|
||||||
pitchController.convert_pid();
|
pitchController.convert_pid();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user