add sending different setpoints
This commit is contained in:
@@ -5,6 +5,9 @@
|
||||
#define CONTROL_MODE_VELOCITY 2
|
||||
#define CONTROL_MODE_POSITION 3
|
||||
|
||||
#define CONTROL_MODE_MIN CONTROL_MODE_ATTITUDE
|
||||
#define CONTROL_MODE_MAX CONTROL_MODE_POSITION
|
||||
|
||||
#define CONTROL_ACTUATOR_POS 0
|
||||
#define CONTROL_BODY_RATE_POS 1
|
||||
#define CONTROL_ATTITUDE_POS 2
|
||||
@@ -12,4 +15,6 @@
|
||||
#define CONTROL_VELOCITY_POS 4
|
||||
#define CONTROL_POSITION_POS 5
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user