57 enum class Type : uint8_t {
bool gimbal_shutter_retract
whether to lock the gimbal (only in RC output mode)
Definition: common.h:88
bool stabilize_axis[3]
whether the vmount driver should stabilize an axis (if the output supports it, this can also be done ...
Definition: common.h:85
double lon
longitude in [deg]
Definition: common.h:74
double lat
latitude in [deg]
Definition: common.h:75
float roll_angle
roll is set to a fixed angle.
Definition: common.h:77
float altitude
altitude in [m]
Definition: common.h:76
Type
Definition: common.h:57
float pitch_angle_offset
angular offset for pitch [rad]
Definition: common.h:78
This defines the common API between an input and an output of the vmount driver.
Definition: common.h:55
float yaw_angle_offset
angular offset for yaw [rad]
Definition: common.h:79
control the roll, pitch & yaw angle directly
float pitch_fixed_angle
ignored if < -pi, otherwise use a fixed pitch angle instead of the altitude
Definition: common.h:80