|
|
|
@ -13,9 +13,6 @@
@@ -13,9 +13,6 @@
|
|
|
|
|
#define FLIGHT_MODE_5 STABILIZE |
|
|
|
|
#define FLIGHT_MODE_6 MANUAL |
|
|
|
|
|
|
|
|
|
// Hardware in the loop protocol
|
|
|
|
|
#define HIL_PROTOCOL HIL_PROTOCOL_MAVLINK |
|
|
|
|
|
|
|
|
|
// HIL_MODE SELECTION
|
|
|
|
|
//
|
|
|
|
|
// Mavlink supports
|
|
|
|
@ -23,11 +20,6 @@
@@ -23,11 +20,6 @@
|
|
|
|
|
// 2. HIL_MODE_SENSORS: full sensor simulation
|
|
|
|
|
#define HIL_MODE HIL_MODE_ATTITUDE |
|
|
|
|
|
|
|
|
|
// You can set your gps protocol here for your actual
|
|
|
|
|
// hardware and leave it without affecting the hardware
|
|
|
|
|
// in the loop simulation
|
|
|
|
|
#define GPS_PROTOCOL GPS_PROTOCOL_MTK |
|
|
|
|
|
|
|
|
|
// Sensors
|
|
|
|
|
// All sensors are supported in all modes.
|
|
|
|
|
// The magnetometer is not used in
|
|
|
|
|