|
|
@ -496,8 +496,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 solution for altitude rather than gps only.
|
|
|
|
AP_Mount camera_mount; |
|
|
|
AP_Mount camera_mount{current_loc}; |
|
|
|
|
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
// AC_Fence library to reduce fly-aways
|
|
|
|
// AC_Fence library to reduce fly-aways
|
|
|
|