« User Manual 4.14 Orientation » : différence entre les versions
Aller à la navigation
Aller à la recherche
Page créée avec « __NOTOC__ == Introduction == === Scope === The purpose of this chapter is to describe the orientation package. An orientation provider is an interface that provides meth... » |
Aucun résumé des modifications |
||
| Ligne 13 : | Ligne 13 : | ||
|- | |- | ||
|Patrius | |Patrius | ||
|[{{JavaDoc4. | |[{{JavaDoc4.14}}/fr/cnes/sirius/patrius/attitudes/orientations/package-summary.html Package fr.cnes.sirius.patrius.attitudes.orientations] | ||
|} | |} | ||
| Ligne 49 : | Ligne 49 : | ||
|'''OrientationAngleProvider''' | |'''OrientationAngleProvider''' | ||
|Interface for all orientation angles providers. | |Interface for all orientation angles providers. | ||
|[{{JavaDoc4. | |[{{JavaDoc4.14}}/fr/cnes/sirius/patrius/attitudes/orientations/OrientationAngleProvider.html ...] | ||
|- | |- | ||
|'''OrientationAngleLaw''' | |'''OrientationAngleLaw''' | ||
|Interface for all orientation angles lasw. | |Interface for all orientation angles lasw. | ||
|[{{JavaDoc4. | |[{{JavaDoc4.14}}/fr/cnes/sirius/patrius/attitudes/orientations/OrientationAngleLaw.html ...] | ||
|- | |- | ||
|'''OrientationAngleLeg''' | |'''OrientationAngleLeg''' | ||
|Interface for all orientation angles legs. | |Interface for all orientation angles legs. | ||
|[{{JavaDoc4. | |[{{JavaDoc4.14}}/fr/cnes/sirius/patrius/attitudes/orientations/OrientationAngleLeg.html ...] | ||
|- | |- | ||
|'''OrientationAngleProfile''' | |'''OrientationAngleProfile''' | ||
|Interface for all orientation angles profiles. | |Interface for all orientation angles profiles. | ||
|[{{JavaDoc4. | |[{{JavaDoc4.14}}/fr/cnes/sirius/patrius/attitudes/orientations/OrientationAngleProfile.html ...] | ||
|} | |} | ||
| Ligne 73 : | Ligne 73 : | ||
|'''OrientationAngleLawLeg''' | |'''OrientationAngleLawLeg''' | ||
|Orientation angle law leg. | |Orientation angle law leg. | ||
|[{{JavaDoc4. | |[{{JavaDoc4.14}}/fr/cnes/sirius/patrius/attitudes/OrientationAngleLawLeg.html ...] | ||
|- | |- | ||
|'''OrientationAngleLawLegsSequence''' | |'''OrientationAngleLawLegsSequence''' | ||
|Sequence of Orientation angle legs. | |Sequence of Orientation angle legs. | ||
|[{{JavaDoc4. | |[{{JavaDoc4.14}}/fr/cnes/sirius/patrius/attitudes/OrientationAngleLawLegsSequence.html ...] | ||
|- | |- | ||
|'''OrientationAngleProfileSequence''' | |'''OrientationAngleProfileSequence''' | ||
|Sequence of Orientation angle profiles. | |Sequence of Orientation angle profiles. | ||
|[{{JavaDoc4. | |[{{JavaDoc4.14}}/fr/cnes/sirius/patrius/attitudes/OrientationAngleProfileSequence.html ...] | ||
|} | |} | ||
[[Category:User_Manual_4.14_Attitude]] | [[Category:User_Manual_4.14_Attitude]] | ||
Dernière version du 5 septembre 2024 à 14:45
Introduction
Scope
The purpose of this chapter is to describe the orientation package.
An orientation provider is an interface that provides methods to return an angle as a function of a spacecraft state.
Javadoc
| Library | Javadoc |
|---|---|
| Patrius | Package fr.cnes.sirius.patrius.attitudes.orientations |
Links
None as of now.
Useful Documents
None as of now.
Package Overview
Features Description
The orientations package is designed similarly to attitude providers:
- An interface
OrientationAngleProviderreturns an angle given a spacecraft state (similarly toAttitudeProviderwhich returns an Attitude) - An interface
OrientationAngleLawgathers orientation laws and is similar toAttitudeLaw - An interface
OrientationAngleLegis a time-bounded leg and is similar toAttitudeLeg - An interface
OrientationAngleProfileis a profile of orientation angles and is similar toAttitudeProfile - A class
OrientationAngleLawLegis a law leg and is similar toAttitudeLawLeg - A class
OrientationAngleLawLegsSequenceis a sequence ofOrientationAngleLawLegand is similar toAttitudeLawLegsSequence - A class
OrientationAngleProfileSequenceis a sequence ofOrientationAngleProfileand is similar toAttitudeProfileSequence
Note: the package currently does not provide any implementation of OrientationAngleProvider interface except for constant angles.
Getting Started
Use is identical to attitudes. See the page for examples.
Contents
Interfaces
| Interface | Summary | Javadoc |
|---|---|---|
| OrientationAngleProvider | Interface for all orientation angles providers. | ... |
| OrientationAngleLaw | Interface for all orientation angles lasw. | ... |
| OrientationAngleLeg | Interface for all orientation angles legs. | ... |
| OrientationAngleProfile | Interface for all orientation angles profiles. | ... |
Classes
| Class | Summary | Javadoc |
|---|---|---|
| OrientationAngleLawLeg | Orientation angle law leg. | ... |
| OrientationAngleLawLegsSequence | Sequence of Orientation angle legs. | ... |
| OrientationAngleProfileSequence | Sequence of Orientation angle profiles. | ... |