|
|
|
@ -206,14 +206,14 @@ private:
@@ -206,14 +206,14 @@ private:
|
|
|
|
|
|
|
|
|
|
AP_ServoRelayEvents ServoRelayEvents = AP_ServoRelayEvents::create(relay); |
|
|
|
|
|
|
|
|
|
// The rover's current location
|
|
|
|
|
struct Location current_loc; |
|
|
|
|
|
|
|
|
|
// Camera
|
|
|
|
|
#if CAMERA == ENABLED |
|
|
|
|
AP_Camera camera; |
|
|
|
|
AP_Camera camera = AP_Camera::create(&relay, MASK_LOG_CAMERA, current_loc, gps, ahrs); |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
// The rover's current location
|
|
|
|
|
struct Location current_loc; |
|
|
|
|
|
|
|
|
|
// Camera/Antenna mount tracking and stabilisation stuff
|
|
|
|
|
#if MOUNT == ENABLED |
|
|
|
|
// current_loc uses the baro/gps solution for altitude rather than gps only.
|
|
|
|
|