|
WSF
|
#include <WsfGuidanceComputer.hpp>
Public Attributes | |
| double | mAccelCmd [3] |
| The desired lateral accelerations. | |
| double | mAngleRateCmd [3] |
| The desired rotation rates. | |
A Commands object is passed to guidance programs, which update it as dictated by the program. The resulting commands are eventually passed to the mover to be applied.
| double WsfGuidanceComputer::Commands::mAccelCmd[3] |
The desired lateral accelerations.
Referenced by wsf::six_dof::GuidanceComputer::UpdateGuidance(), WsfGuidanceComputer::UpdateGuidance(), and WsfP6DOF_GuidanceComputer::UpdateGuidance().
| double WsfGuidanceComputer::Commands::mAngleRateCmd[3] |
The desired rotation rates.
Referenced by wsf::six_dof::GuidanceComputer::UpdateGuidance(), WsfGuidanceComputer::UpdateGuidance(), and WsfP6DOF_GuidanceComputer::UpdateGuidance().