diff --git a/message_definitions/v1.0/common.xml b/message_definitions/v1.0/common.xml
index bbecbdf648..1f6e6c77af 100644
--- a/message_definitions/v1.0/common.xml
+++ b/message_definitions/v1.0/common.xml
@@ -6386,6 +6386,33 @@
Type of estimator that is providing the odometry.
Optional odometry quality metric as a percentage. -1 = odometry has failed, 0 = unknown/unset quality, 1 = worst quality, 100 = best quality
+
+ Describe a trajectory using an array of up-to 5 waypoints in the local frame (MAV_FRAME_LOCAL_NED).
+ Timestamp (UNIX Epoch time or time since system boot). The receiving end can infer timestamp format (since 1.1.1970 or since system boot) by checking for the magnitude of the number.
+ Number of valid points (up-to 5 waypoints are possible)
+ X-coordinate of waypoint, set to NaN if not being used
+ Y-coordinate of waypoint, set to NaN if not being used
+ Z-coordinate of waypoint, set to NaN if not being used
+ X-velocity of waypoint, set to NaN if not being used
+ Y-velocity of waypoint, set to NaN if not being used
+ Z-velocity of waypoint, set to NaN if not being used
+ X-acceleration of waypoint, set to NaN if not being used
+ Y-acceleration of waypoint, set to NaN if not being used
+ Z-acceleration of waypoint, set to NaN if not being used
+ Yaw angle, set to NaN if not being used
+ Yaw rate, set to NaN if not being used
+ MAV_CMD command id of waypoint, set to UINT16_MAX if not being used.
+
+
+ Describe a trajectory using an array of up-to 5 bezier control points in the local frame (MAV_FRAME_LOCAL_NED).
+ Timestamp (UNIX Epoch time or time since system boot). The receiving end can infer timestamp format (since 1.1.1970 or since system boot) by checking for the magnitude of the number.
+ Number of valid control points (up-to 5 points are possible)
+ X-coordinate of bezier control points. Set to NaN if not being used
+ Y-coordinate of bezier control points. Set to NaN if not being used
+ Z-coordinate of bezier control points. Set to NaN if not being used
+ Bezier time horizon. Set to NaN if velocity/acceleration should not be incorporated
+ Yaw. Set to NaN for unchanged
+
Status of the Iridium SBD link.
Timestamp (UNIX Epoch time or time since system boot). The receiving end can infer timestamp format (since 1.1.1970 or since system boot) by checking for the magnitude of the number.