mirror of https://github.com/ArduPilot/ardupilot
Plane: stop providing current location to mount
This commit is contained in:
parent
38d3c2daa1
commit
0626f1fc2f
|
@ -752,8 +752,7 @@ private:
|
||||||
|
|
||||||
// Camera/Antenna mount tracking and stabilisation stuff
|
// Camera/Antenna mount tracking and stabilisation stuff
|
||||||
#if MOUNT == ENABLED
|
#if MOUNT == ENABLED
|
||||||
// current_loc uses the baro/gps soloution for altitude rather than gps only.
|
AP_Mount camera_mount;
|
||||||
AP_Mount camera_mount{current_loc};
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Arming/Disarming mangement class
|
// Arming/Disarming mangement class
|
||||||
|
|
Loading…
Reference in New Issue