Firmware
|
Public Attributes | |
float | gimbal_retracted_mode_value |
Mixer output value for selecting gimbal retracted mode. | |
float | gimbal_normal_mode_value |
Mixer output value for selecting gimbal normal mode. | |
float | pitch_scale |
Scale factor for pitch channel (maps from angle in radians to actuator output in [-1,1]). More... | |
float | roll_scale |
Scale factor for roll channel (maps from angle in radians to actuator output in [-1,1]). More... | |
float | yaw_scale |
Scale factor for yaw channel (maps from angle in radians to actuator output in [-1,1]). More... | |
float | pitch_offset |
Offset for pitch channel in radians. | |
float | roll_offset |
Offset for roll channel in radians. | |
float | yaw_offset |
Offset for yaw channel in radians. | |
uint32_t | mavlink_sys_id |
Mavlink target system id for mavlink output. | |
uint32_t | mavlink_comp_id |
float vmount::OutputConfig::pitch_scale |
Scale factor for pitch channel (maps from angle in radians to actuator output in [-1,1]).
OutputRC only.
float vmount::OutputConfig::roll_scale |
Scale factor for roll channel (maps from angle in radians to actuator output in [-1,1]).
OutputRC only.
float vmount::OutputConfig::yaw_scale |
Scale factor for yaw channel (maps from angle in radians to actuator output in [-1,1]).
OutputRC only.