From 9379c010f1577377142e1be0d90864f4b6971b2c Mon Sep 17 00:00:00 2001 From: Hamish Willee Date: Mon, 12 Nov 2018 14:44:20 +1100 Subject: [PATCH] TRAJECTORY message renamed --- msg/vehicle_trajectory_waypoint.msg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msg/vehicle_trajectory_waypoint.msg b/msg/vehicle_trajectory_waypoint.msg index f30160a373..182f548d23 100644 --- a/msg/vehicle_trajectory_waypoint.msg +++ b/msg/vehicle_trajectory_waypoint.msg @@ -1,4 +1,4 @@ -# Vehicle Waypoints Trajectory description. See also Mavlink TRAJECTORY msg +# Vehicle Waypoints Trajectory description. See also MAVLink MAV_TRAJECTORY_REPRESENTATION msg # The topic vehicle_trajectory_waypoint_desired is used to send the user desired waypoints from the position controller to the companion computer / avoidance module. # The topic vehicle_trajectory_waypoint is used to send the adjusted waypoints from the companion computer / avoidance module to the position controller.