|
|
|
@ -132,6 +132,10 @@ void ReplayVehicle::setup(void)
@@ -132,6 +132,10 @@ void ReplayVehicle::setup(void)
|
|
|
|
|
ins.set_hil_mode(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
void ReplayVehicle::loop() |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
Replay replay(replayvehicle); |
|
|
|
|
|
|
|
|
|
void Replay::usage(void) |
|
|
|
@ -966,10 +970,6 @@ GCS_Dummy _gcs;
@@ -966,10 +970,6 @@ GCS_Dummy _gcs;
|
|
|
|
|
#include <AP_Avoidance/AP_Avoidance.h> |
|
|
|
|
|
|
|
|
|
// dummy methods to avoid linking with these libraries
|
|
|
|
|
AP_Camera *AP::camera() { return nullptr; } |
|
|
|
|
void AP_Camera::send_feedback(mavlink_channel_t) {} |
|
|
|
|
void AP_Camera::control(float, float, float, float, float, float) {} |
|
|
|
|
void AP_Camera::configure(float, float, float, float, float, float, float) {} |
|
|
|
|
bool AP_AdvancedFailsafe::gcs_terminate(bool should_terminate, const char *reason) { return false; } |
|
|
|
|
AP_AdvancedFailsafe *AP::advancedfailsafe() { return nullptr; } |
|
|
|
|
|
|
|
|
|