|
|
@ -14,6 +14,9 @@ |
|
|
|
#include <AP_OpticalFlow/AP_OpticalFlow.h> |
|
|
|
#include <AP_OpticalFlow/AP_OpticalFlow.h> |
|
|
|
#include <AP_RangeFinder/AP_RangeFinder.h> |
|
|
|
#include <AP_RangeFinder/AP_RangeFinder.h> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void setup(); |
|
|
|
|
|
|
|
void loop(); |
|
|
|
|
|
|
|
|
|
|
|
const AP_HAL::HAL& hal = AP_HAL::get_HAL(); |
|
|
|
const AP_HAL::HAL& hal = AP_HAL::get_HAL(); |
|
|
|
|
|
|
|
|
|
|
|
class DummyVehicle { |
|
|
|
class DummyVehicle { |
|
|
|