mirror of https://github.com/ArduPilot/ardupilot
Rover: Enable RFND logging
This commit is contained in:
parent
5e8e68344e
commit
001c041b72
|
@ -65,6 +65,7 @@ void Rover::init_ardupilot()
|
|||
AP::compass().init();
|
||||
|
||||
// initialise rangefinder
|
||||
rangefinder.set_log_rfnd_bit(MASK_LOG_RANGEFINDER);
|
||||
rangefinder.init(ROTATION_NONE);
|
||||
|
||||
#if HAL_PROXIMITY_ENABLED
|
||||
|
|
Loading…
Reference in New Issue