Skip to content

Commit

Permalink
autogenerated headers for rev https://github.com/mavlink/mavlink/tree…
Browse files Browse the repository at this point in the history
  • Loading branch information
PX4BuildBot committed Aug 11, 2021
1 parent f7bcc8d commit 44813be
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion ASLUAV/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H

#define MAVLINK_BUILD_DATE "Thu Aug 05 2021"
#define MAVLINK_BUILD_DATE "Wed Aug 11 2021"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255

Expand Down
2 changes: 1 addition & 1 deletion ardupilotmega/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H

#define MAVLINK_BUILD_DATE "Thu Aug 05 2021"
#define MAVLINK_BUILD_DATE "Wed Aug 11 2021"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255

Expand Down
10 changes: 5 additions & 5 deletions common/mavlink_msg_trajectory_representation_waypoints.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ typedef struct __mavlink_trajectory_representation_waypoints_t {
float acc_z[5]; /*< [m/s/s] Z-acceleration of waypoint, set to NaN if not being used*/
float pos_yaw[5]; /*< [rad] Yaw angle, set to NaN if not being used*/
float vel_yaw[5]; /*< [rad/s] Yaw rate, set to NaN if not being used*/
uint16_t command[5]; /*< Scheduled action for each waypoint, UINT16_MAX if not being used.*/
uint16_t command[5]; /*< MAV_CMD command id of waypoint, set to UINT16_MAX if not being used.*/
uint8_t valid_points; /*< Number of valid points (up-to 5 waypoints are possible)*/
} mavlink_trajectory_representation_waypoints_t;

Expand Down Expand Up @@ -104,7 +104,7 @@ typedef struct __mavlink_trajectory_representation_waypoints_t {
* @param acc_z [m/s/s] Z-acceleration of waypoint, set to NaN if not being used
* @param pos_yaw [rad] Yaw angle, set to NaN if not being used
* @param vel_yaw [rad/s] Yaw rate, set to NaN if not being used
* @param command Scheduled action for each waypoint, UINT16_MAX if not being used.
* @param command MAV_CMD command id of waypoint, set to UINT16_MAX if not being used.
* @return length of the message in bytes (excluding serial stream start sign)
*/
static inline uint16_t mavlink_msg_trajectory_representation_waypoints_pack(uint8_t system_id, uint8_t component_id, mavlink_message_t* msg,
Expand Down Expand Up @@ -169,7 +169,7 @@ static inline uint16_t mavlink_msg_trajectory_representation_waypoints_pack(uint
* @param acc_z [m/s/s] Z-acceleration of waypoint, set to NaN if not being used
* @param pos_yaw [rad] Yaw angle, set to NaN if not being used
* @param vel_yaw [rad/s] Yaw rate, set to NaN if not being used
* @param command Scheduled action for each waypoint, UINT16_MAX if not being used.
* @param command MAV_CMD command id of waypoint, set to UINT16_MAX if not being used.
* @return length of the message in bytes (excluding serial stream start sign)
*/
static inline uint16_t mavlink_msg_trajectory_representation_waypoints_pack_chan(uint8_t system_id, uint8_t component_id, uint8_t chan,
Expand Down Expand Up @@ -260,7 +260,7 @@ static inline uint16_t mavlink_msg_trajectory_representation_waypoints_encode_ch
* @param acc_z [m/s/s] Z-acceleration of waypoint, set to NaN if not being used
* @param pos_yaw [rad] Yaw angle, set to NaN if not being used
* @param vel_yaw [rad/s] Yaw rate, set to NaN if not being used
* @param command Scheduled action for each waypoint, UINT16_MAX if not being used.
* @param command MAV_CMD command id of waypoint, set to UINT16_MAX if not being used.
*/
#ifdef MAVLINK_USE_CONVENIENCE_FUNCTIONS

Expand Down Expand Up @@ -503,7 +503,7 @@ static inline uint16_t mavlink_msg_trajectory_representation_waypoints_get_vel_y
/**
* @brief Get field command from trajectory_representation_waypoints message
*
* @return Scheduled action for each waypoint, UINT16_MAX if not being used.
* @return MAV_CMD command id of waypoint, set to UINT16_MAX if not being used.
*/
static inline uint16_t mavlink_msg_trajectory_representation_waypoints_get_command(const mavlink_message_t* msg, uint16_t *command)
{
Expand Down
2 changes: 1 addition & 1 deletion common/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H

#define MAVLINK_BUILD_DATE "Thu Aug 05 2021"
#define MAVLINK_BUILD_DATE "Wed Aug 11 2021"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255

Expand Down
2 changes: 1 addition & 1 deletion development/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H

#define MAVLINK_BUILD_DATE "Thu Aug 05 2021"
#define MAVLINK_BUILD_DATE "Wed Aug 11 2021"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255

Expand Down
2 changes: 1 addition & 1 deletion icarous/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H

#define MAVLINK_BUILD_DATE "Thu Aug 05 2021"
#define MAVLINK_BUILD_DATE "Wed Aug 11 2021"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 46

Expand Down
2 changes: 1 addition & 1 deletion matrixpilot/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H

#define MAVLINK_BUILD_DATE "Thu Aug 05 2021"
#define MAVLINK_BUILD_DATE "Wed Aug 11 2021"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255

Expand Down
2 changes: 1 addition & 1 deletion message_definitions/common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6530,7 +6530,7 @@
<field type="float[5]" name="acc_z" units="m/s/s" invalid="[NaN]">Z-acceleration of waypoint, set to NaN if not being used</field>
<field type="float[5]" name="pos_yaw" units="rad" invalid="[NaN]">Yaw angle, set to NaN if not being used</field>
<field type="float[5]" name="vel_yaw" units="rad/s" invalid="[NaN]">Yaw rate, set to NaN if not being used</field>
<field type="uint16_t[5]" name="command" enum="MAV_CMD" invalid="[UINT16_MAX]">Scheduled action for each waypoint, UINT16_MAX if not being used.</field>
<field type="uint16_t[5]" name="command" enum="MAV_CMD" invalid="[UINT16_MAX]">MAV_CMD command id of waypoint, set to UINT16_MAX if not being used.</field>
</message>
<message id="333" name="TRAJECTORY_REPRESENTATION_BEZIER">
<description>Describe a trajectory using an array of up-to 5 bezier control points in the local frame (MAV_FRAME_LOCAL_NED).</description>
Expand Down
2 changes: 1 addition & 1 deletion minimal/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H

#define MAVLINK_BUILD_DATE "Thu Aug 05 2021"
#define MAVLINK_BUILD_DATE "Wed Aug 11 2021"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 22

Expand Down
2 changes: 1 addition & 1 deletion standard/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H

#define MAVLINK_BUILD_DATE "Thu Aug 05 2021"
#define MAVLINK_BUILD_DATE "Wed Aug 11 2021"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255

Expand Down
2 changes: 1 addition & 1 deletion test/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H

#define MAVLINK_BUILD_DATE "Thu Aug 05 2021"
#define MAVLINK_BUILD_DATE "Wed Aug 11 2021"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 179

Expand Down
2 changes: 1 addition & 1 deletion uAvionix/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H

#define MAVLINK_BUILD_DATE "Thu Aug 05 2021"
#define MAVLINK_BUILD_DATE "Wed Aug 11 2021"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255

Expand Down

0 comments on commit 44813be

Please sign in to comment.