/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * java mavlink generator tool. It should not be modified by hand. */ package com.MAVLink.enums; /** * Gripper actions. */ public class GRIPPER_ACTIONS { public static final int GRIPPER_ACTION_RELEASE = 0; /* gripper release of cargo | */ public static final int GRIPPER_ACTION_GRAB = 1; /* gripper grabs onto cargo | */ public static final int GRIPPER_ACTIONS_ENUM_END = 2; /* | */ }