Property | Type | Description | |
---|---|---|---|
FormatAttitude | String>.Dictionary | ||
FormatMode | String>.Dictionary | ||
FormatReference | String>.Dictionary |
Method | Description | |
---|---|---|
Abort ( ) : void | ||
Execute ( FlightComputer f, FlightCtrlState fcs ) : bool | ||
KillRot ( ) : |
||
ManeuverNode ( double timetoexec ) : |
||
Off ( ) : |
||
Pop ( FlightComputer f ) : bool | ||
WithAltitude ( float height ) : |
||
WithAttitude ( FlightAttitude att, ReferenceFrame frame ) : |
||
WithSurface ( double pitch, double yaw, double roll ) : |
||
mapFlightMode ( ) : SimpleTypes.ComputerModeMapper |
Convert this AttitudeCommand values to a ComputerMode
|
public Execute ( FlightComputer f, FlightCtrlState fcs ) : bool | ||
f | FlightComputer | |
fcs | FlightCtrlState | |
return | bool |
public static ManeuverNode ( double timetoexec ) : |
||
timetoexec | double | |
return |
public static WithAltitude ( float height ) : |
||
height | float | |
return |
public static WithAttitude ( FlightAttitude att, ReferenceFrame frame ) : |
||
att | FlightAttitude | |
frame | ReferenceFrame | |
return |
public static WithSurface ( double pitch, double yaw, double roll ) : |
||
pitch | double | |
yaw | double | |
roll | double | |
return |
public mapFlightMode ( ) : SimpleTypes.ComputerModeMapper | ||
return | SimpleTypes.ComputerModeMapper |
public static Dictionary |
||
return | String>.Dictionary |
public static Dictionary |
||
return | String>.Dictionary |