Свойство | Тип | Описание | |
---|---|---|---|
RCS_auto | bool | ||
Tf | double | ||
TfMax | double | ||
TfMin | double | ||
TfV | UnityEngine.Vector3d | ||
Tf_autoTune | bool | ||
attitudeError | double | ||
attitudeKILLROT | bool | ||
attitudeRCScontrol | bool | ||
deadband | double | ||
enabled | bool | ||
error | Vector3 | ||
inertia | UnityEngine.Vector3d | ||
kWlimit | double | ||
kdFactor | double | ||
kiFactor | double | ||
kpFactor | double | ||
lastAct | Vector3 | ||
pid | |||
pidAction | Vector3 | ||
steeringError | MovingAverage | ||
torque | UnityEngine.Vector3d | ||
useCoMVelocity | bool | ||
useSAS | bool |
Свойство | Тип | Описание | |
---|---|---|---|
_attitudeReference | AttitudeReference | ||
_attitudeTarget | |||
_axisControl | UnityEngine.Vector3d | ||
_lastAttitudeTarget | |||
_oldAttitudeTarget | |||
_requestedAttitude | |||
attitudeChanged | bool | ||
lastReferencePart | Part | ||
lastSAS | |||
timeCount | float |
Свойство | Тип | Описание | |
---|---|---|---|
SetFlightCtrlState | void |
Метод | Описание | |
---|---|---|
AttitudeController ( |
||
AxisControl ( bool pitch, bool yaw, bool roll ) : void | ||
Drive ( FlightCtrlState s ) : void | ||
OnFixedUpdate ( ) : void | ||
OnModuleEnabled ( ) : void | ||
OnStart ( ) : void | ||
OnUpdate ( ) : void | ||
ResetConfig ( ) : void | ||
attitudeAngleFromTarget ( ) : double | ||
attitudeDeactivate ( ) : bool | ||
attitudeGetReferenceRotation ( AttitudeReference reference ) : |
||
attitudeReferenceToWorld ( UnityEngine.Vector3d vector, AttitudeReference reference ) : UnityEngine.Vector3d | ||
attitudeTo ( |
||
attitudeTo ( UnityEngine.Vector3d direction, AttitudeReference reference, object controller ) : bool | ||
attitudeTo ( double heading, double pitch, double roll, object controller ) : bool | ||
attitudeWorldToReference ( UnityEngine.Vector3d vector, AttitudeReference reference ) : UnityEngine.Vector3d | ||
setPIDParameters ( ) : void | ||
surfaceVelocityAngleFromTarget ( ) : double | ||
tuneTf ( UnityEngine.Vector3d torque ) : void |
Метод | Описание | |
---|---|---|
SetFlightCtrlState ( UnityEngine.Vector3d act, UnityEngine.Vector3d deltaEuler, FlightCtrlState s, float drive_limit ) : void |
public AttitudeController ( |
||
turner | ||
Результат | System |
public AxisControl ( bool pitch, bool yaw, bool roll ) : void | ||
pitch | bool | |
yaw | bool | |
roll | bool | |
Результат | void |
public attitudeAngleFromTarget ( ) : double | ||
Результат | double |
public attitudeGetReferenceRotation ( AttitudeReference reference ) : |
||
reference | AttitudeReference | |
Результат |
public attitudeReferenceToWorld ( UnityEngine.Vector3d vector, AttitudeReference reference ) : UnityEngine.Vector3d | ||
vector | UnityEngine.Vector3d | |
reference | AttitudeReference | |
Результат | UnityEngine.Vector3d |
public attitudeTo ( |
||
attitude | ||
reference | AttitudeReference | |
controller | object | |
Результат | bool |
public attitudeTo ( UnityEngine.Vector3d direction, AttitudeReference reference, object controller ) : bool | ||
direction | UnityEngine.Vector3d | |
reference | AttitudeReference | |
controller | object | |
Результат | bool |
public attitudeTo ( double heading, double pitch, double roll, object controller ) : bool | ||
heading | double | |
pitch | double | |
roll | double | |
controller | object | |
Результат | bool |
public attitudeWorldToReference ( UnityEngine.Vector3d vector, AttitudeReference reference ) : UnityEngine.Vector3d | ||
vector | UnityEngine.Vector3d | |
reference | AttitudeReference | |
Результат | UnityEngine.Vector3d |
public surfaceVelocityAngleFromTarget ( ) : double | ||
Результат | double |
public tuneTf ( UnityEngine.Vector3d torque ) : void | ||
torque | UnityEngine.Vector3d | |
Результат | void |
protected AttitudeReference _attitudeReference | ||
Результат | AttitudeReference |
protected Quaternion,UnityEngine _attitudeTarget | ||
Результат |
protected Vector3d,UnityEngine _axisControl | ||
Результат | UnityEngine.Vector3d |
protected Quaternion,UnityEngine _lastAttitudeTarget | ||
Результат |
protected Quaternion,UnityEngine _oldAttitudeTarget | ||
Результат |
protected Quaternion,UnityEngine _requestedAttitude | ||
Результат |
protected Quaternion,UnityEngine lastSAS | ||
Результат |