mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-30 03:27:33 +08:00
Add actuators to AutopilotPTDown message
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#include "math/pprz_algebra_int.h"
|
#include "math/pprz_algebra_int.h"
|
||||||
|
#include "airframe.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Testing
|
* Testing
|
||||||
@@ -91,6 +92,7 @@ struct __attribute__ ((packed)) AutopilotMessagePTDown
|
|||||||
int16_t command_roll;
|
int16_t command_roll;
|
||||||
int16_t command_yaw;
|
int16_t command_yaw;
|
||||||
int16_t command_thrust;
|
int16_t command_thrust;
|
||||||
|
int16_t actuators[SERVOS_NB];
|
||||||
};
|
};
|
||||||
|
|
||||||
union AutopilotMessagePT
|
union AutopilotMessagePT
|
||||||
|
|||||||
Reference in New Issue
Block a user