mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
trajectory_bezier: remove yaw_speed define
This commit is contained in:
@@ -11,7 +11,6 @@ uint8 Y = 1
|
|||||||
uint8 Z = 2
|
uint8 Z = 2
|
||||||
uint8 TIME_HORIZON = 3
|
uint8 TIME_HORIZON = 3
|
||||||
uint8 YAW = 4
|
uint8 YAW = 4
|
||||||
uint8 YAW_SPEED = 5
|
|
||||||
|
|
||||||
uint8 MAV_TRAJECTORY_REPRESENTATION_BEZIER = 1
|
uint8 MAV_TRAJECTORY_REPRESENTATION_BEZIER = 1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user