Type Alias: EspControlInputManagerForceData
EspControlInputManagerForceData =
object
Defined in: src/garminsdk/esp/EspControlInputManager.ts:6
Data describing control axis forces applied by ESP used by EspControlInputManager.
Properties
pitchAxisForce?
readonly
optional
pitchAxisForce:Subscribable
<number
>
Defined in: src/garminsdk/esp/EspControlInputManager.ts:13
The force applied to the pitch control axis, scaled such that a force of magnitude one is the amount of force required to deflect the control axis from the neutral position to maximum deflection (on either side). Positive force deflects the control axis to command an increase in pitch angle (i.e. increase downward pitch). If not defined, then the force applied is taken to be zero.
rollAxisForce?
readonly
optional
rollAxisForce:Subscribable
<number
>
Defined in: src/garminsdk/esp/EspControlInputManager.ts:21
The force applied to the roll control axis, scaled such that a force of magnitude one is the amount of force required to deflect the control axis from the neutral position to maximum deflection (on either side). Positive force deflects the control axis to command an increase in roll angle (i.e. increase leftward roll). If not defined, then the force applied is taken to be zero.