Skip to content

Commit 4192f10

Browse files
author
Lorenz Meier
committed
1 parent ccbe21b commit 4192f10

File tree

11 files changed

+22
-10
lines changed

11 files changed

+22
-10
lines changed

ardupilotmega/ardupilotmega.h

+12
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ typedef enum MAV_CMD
8080
MAV_CMD_DO_PARACHUTE=208, /* Mission command to trigger a parachute |action (0=disable, 1=enable, 2=release, for some systems see PARACHUTE_ACTION enum, not in general message set.)| Empty| Empty| Empty| Empty| Empty| Empty| */
8181
MAV_CMD_DO_MOTOR_TEST=209, /* Mission command to perform motor test |motor sequence number (a number from 1 to max number of motors on the vehicle)| throttle type (0=throttle percentage, 1=PWM, 2=pilot throttle channel pass-through. See MOTOR_TEST_THROTTLE_TYPE enum)| throttle| timeout (in seconds)| Empty| Empty| Empty| */
8282
MAV_CMD_DO_INVERTED_FLIGHT=210, /* Change to/from inverted flight |inverted (0=normal, 1=inverted)| Empty| Empty| Empty| Empty| Empty| Empty| */
83+
MAV_CMD_DO_GRIPPER=211, /* Mission command to operate EPM gripper |gripper number (a number from 1 to max number of grippers on the vehicle)| gripper action (0=release, 1=grab. See GRIPPER_ACTIONS enum)| Empty| Empty| Empty| Empty| Empty| */
8384
MAV_CMD_DO_MOUNT_CONTROL_QUAT=220, /* Mission command to control a camera or antenna mount, using a quaternion as reference. |q1 - quaternion param #1, w (1 in null-rotation)| q2 - quaternion param #2, x (0 in null-rotation)| q3 - quaternion param #3, y (0 in null-rotation)| q4 - quaternion param #4, z (0 in null-rotation)| Empty| Empty| Empty| */
8485
MAV_CMD_DO_GUIDED_MASTER=221, /* set id of master controller |System ID| Component ID| Empty| Empty| Empty| Empty| Empty| */
8586
MAV_CMD_DO_GUIDED_LIMITS=222, /* set limits for external control |timeout - maximum time (in seconds) that external controller will be allowed to control vehicle. 0 means no timeout| absolute altitude min (in meters, WGS84) - if vehicle moves below this alt, the command will be aborted and the mission will continue. 0 means no lower altitude limit| absolute altitude max (in meters)- if vehicle moves above this alt, the command will be aborted and the mission will continue. 0 means no upper altitude limit| horizontal move limit (in meters, WGS84) - if vehicle moves more than this distance from it's location at the moment the command was executed, the command will be aborted and the mission will continue. 0 means no horizontal altitude limit| Empty| Empty| Empty| */
@@ -165,6 +166,17 @@ typedef enum MOTOR_TEST_THROTTLE_TYPE
165166
} MOTOR_TEST_THROTTLE_TYPE;
166167
#endif
167168

169+
/** @brief Gripper actions. */
170+
#ifndef HAVE_ENUM_GRIPPER_ACTIONS
171+
#define HAVE_ENUM_GRIPPER_ACTIONS
172+
typedef enum GRIPPER_ACTIONS
173+
{
174+
GRIPPER_ACTION_RELEASE=0, /* gripper release of cargo | */
175+
GRIPPER_ACTION_GRAB=1, /* gripper grabs onto cargo | */
176+
GRIPPER_ACTIONS_ENUM_END=2, /* | */
177+
} GRIPPER_ACTIONS;
178+
#endif
179+
168180
/** @brief */
169181
#ifndef HAVE_ENUM_CAMERA_STATUS_TYPES
170182
#define HAVE_ENUM_CAMERA_STATUS_TYPES

ardupilotmega/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#ifndef MAVLINK_VERSION_H
66
#define MAVLINK_VERSION_H
77

8-
#define MAVLINK_BUILD_DATE "Fri Oct 17 21:30:20 2014"
8+
#define MAVLINK_BUILD_DATE "Sun Oct 19 11:55:16 2014"
99
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
1010
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
1111

autoquad/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#ifndef MAVLINK_VERSION_H
66
#define MAVLINK_VERSION_H
77

8-
#define MAVLINK_BUILD_DATE "Fri Oct 17 21:30:27 2014"
8+
#define MAVLINK_BUILD_DATE "Sun Oct 19 11:55:27 2014"
99
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
1010
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
1111

common/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#ifndef MAVLINK_VERSION_H
66
#define MAVLINK_VERSION_H
77

8-
#define MAVLINK_BUILD_DATE "Fri Oct 17 21:31:24 2014"
8+
#define MAVLINK_BUILD_DATE "Sun Oct 19 11:56:16 2014"
99
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
1010
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
1111

matrixpilot/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#ifndef MAVLINK_VERSION_H
66
#define MAVLINK_VERSION_H
77

8-
#define MAVLINK_BUILD_DATE "Fri Oct 17 21:30:35 2014"
8+
#define MAVLINK_BUILD_DATE "Sun Oct 19 11:55:34 2014"
99
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
1010
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
1111

minimal/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#ifndef MAVLINK_VERSION_H
66
#define MAVLINK_VERSION_H
77

8-
#define MAVLINK_BUILD_DATE "Fri Oct 17 21:30:43 2014"
8+
#define MAVLINK_BUILD_DATE "Sun Oct 19 11:55:41 2014"
99
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
1010
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 9
1111

pixhawk/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#ifndef MAVLINK_VERSION_H
66
#define MAVLINK_VERSION_H
77

8-
#define MAVLINK_BUILD_DATE "Fri Oct 17 21:30:44 2014"
8+
#define MAVLINK_BUILD_DATE "Sun Oct 19 11:55:43 2014"
99
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
1010
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
1111

sensesoar/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#ifndef MAVLINK_VERSION_H
66
#define MAVLINK_VERSION_H
77

8-
#define MAVLINK_BUILD_DATE "Fri Oct 17 21:30:54 2014"
8+
#define MAVLINK_BUILD_DATE "Sun Oct 19 11:55:50 2014"
99
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
1010
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
1111

slugs/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#ifndef MAVLINK_VERSION_H
66
#define MAVLINK_VERSION_H
77

8-
#define MAVLINK_BUILD_DATE "Fri Oct 17 21:31:02 2014"
8+
#define MAVLINK_BUILD_DATE "Sun Oct 19 11:55:57 2014"
99
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
1010
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
1111

test/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#ifndef MAVLINK_VERSION_H
66
#define MAVLINK_VERSION_H
77

8-
#define MAVLINK_BUILD_DATE "Fri Oct 17 21:31:09 2014"
8+
#define MAVLINK_BUILD_DATE "Sun Oct 19 11:56:04 2014"
99
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
1010
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 179
1111

ualberta/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#ifndef MAVLINK_VERSION_H
66
#define MAVLINK_VERSION_H
77

8-
#define MAVLINK_BUILD_DATE "Fri Oct 17 21:31:12 2014"
8+
#define MAVLINK_BUILD_DATE "Sun Oct 19 11:56:05 2014"
99
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
1010
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
1111

0 commit comments

Comments
 (0)