trajectory_waypoint: add defines for point size and number of points

This commit is contained in:
Martina
2018-04-06 08:51:09 +02:00
committed by Daniel Agar
parent a11c6235fe
commit c84e651edd
+3
View File
@@ -18,6 +18,9 @@ uint8 AZ = 8
uint8 YAW = 9
uint8 YAW_SPEED = 10
uint8 POINT_SIZE = 11
uint8 NUMBER_POINTS = 5
uint8 MAV_TRAJECTORY_REPRESENTATION_WAYPOINTS = 0
uint8 type # Type from MAV_TRAJECTORY_REPRESENTATION enum.