mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 19:32:36 +08:00
trajectory_waypoint: add comment to explain the use of the two topics
trajectory_waypoint and trajectory_waypoint_desired
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
# Waypoints Trajectory description. See also Mavlink TRAJECTORY msg
|
# Waypoints Trajectory description. See also Mavlink TRAJECTORY msg
|
||||||
|
# The topic trajectory_waypoint_desired is used to send the user desired waypoints from the position controller to the companion computer / avoidance module.
|
||||||
|
# The topic trajectory_waypoint is used to send the adjusted waypoints from the companion computer / avoidance module to the position controller.
|
||||||
|
|
||||||
uint8 POINT_0 = 0
|
uint8 POINT_0 = 0
|
||||||
uint8 POINT_1 = 1
|
uint8 POINT_1 = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user