/* 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; /** * */ public class GIMBAL_AXIS { public static final int GIMBAL_AXIS_YAW = 0; /* Gimbal yaw axis | */ public static final int GIMBAL_AXIS_PITCH = 1; /* Gimbal pitch axis | */ public static final int GIMBAL_AXIS_ROLL = 2; /* Gimbal roll axis | */ public static final int GIMBAL_AXIS_ENUM_END = 3; /* | */ }