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