mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 11:59:17 +08:00
trajectory_waypoint: add defines for point size and number of points
This commit is contained in:
@@ -18,6 +18,9 @@ uint8 AZ = 8
|
|||||||
uint8 YAW = 9
|
uint8 YAW = 9
|
||||||
uint8 YAW_SPEED = 10
|
uint8 YAW_SPEED = 10
|
||||||
|
|
||||||
|
uint8 POINT_SIZE = 11
|
||||||
|
uint8 NUMBER_POINTS = 5
|
||||||
|
|
||||||
uint8 MAV_TRAJECTORY_REPRESENTATION_WAYPOINTS = 0
|
uint8 MAV_TRAJECTORY_REPRESENTATION_WAYPOINTS = 0
|
||||||
|
|
||||||
uint8 type # Type from MAV_TRAJECTORY_REPRESENTATION enum.
|
uint8 type # Type from MAV_TRAJECTORY_REPRESENTATION enum.
|
||||||
|
|||||||
Reference in New Issue
Block a user