mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
Rover: stop providing current location to mount
This commit is contained in:
parent
47ad331135
commit
c39a344414
@ -204,8 +204,7 @@ private:
|
||||
|
||||
// Camera/Antenna mount tracking and stabilisation stuff
|
||||
#if MOUNT == ENABLED
|
||||
// current_loc uses the baro/gps solution for altitude rather than gps only.
|
||||
AP_Mount camera_mount{current_loc};
|
||||
AP_Mount camera_mount;
|
||||
#endif
|
||||
|
||||
// true if initialisation has completed
|
||||
|
Loading…
Reference in New Issue
Block a user