From eab88294f873a6b17f907973a8f35c52a7cdbd64 Mon Sep 17 00:00:00 2001 From: Julian Kent Date: Fri, 6 Mar 2020 13:58:08 +0100 Subject: [PATCH] Add documenation to uORB message --- msg/trajectory_bezier.msg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/msg/trajectory_bezier.msg b/msg/trajectory_bezier.msg index 813de4861e..e3d9d4e0ff 100644 --- a/msg/trajectory_bezier.msg +++ b/msg/trajectory_bezier.msg @@ -3,6 +3,6 @@ uint64 timestamp # time since system start (microseconds) -float32[3] position -float32 yaw -float32 delta +float32[3] position # local position x,y,z (metres) +float32 yaw # yaw angle (rad) +float32 delta # time it should take to get to this waypoint, if this is the final waypoint (seconds)