Browse Source

Rover: stop providing current location to mount

zr-v5.1
Peter Barker 6 years ago committed by Peter Barker
parent
commit
c39a344414
  1. 3
      APMrover2/Rover.h

3
APMrover2/Rover.h

@ -204,8 +204,7 @@ private: @@ -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…
Cancel
Save