Package | Description |
---|---|
fr.cnes.sirius.patrius.attitudes | |
fr.cnes.sirius.patrius.attitudes.orientations | |
fr.cnes.sirius.patrius.attitudes.profiles | |
fr.cnes.sirius.patrius.utils.legs |
Modifier and Type | Class and Description |
---|---|
class |
StrictAttitudeLegsSequence<L extends AttitudeLeg>
A “base” implementation of an attitude legs sequence.
|
Modifier and Type | Class and Description |
---|---|
class |
OrientationAngleLegsSequence
This class handles a sequence of one or several
OrientationAngleLeg . |
class |
OrientationAngleProfileSequence
This class handles a sequence of one or several
OrientationAngleProfile . |
Modifier and Type | Class and Description |
---|---|
class |
AngularVelocitiesPolynomialProfile
An attitude angular velocities profile sequence, whose x-y-z components are represented with polynomial functions.
|
class |
AngularVelocitiesPolynomialSlew
An attitude angular velocities profile slew, whose x-y-z components are represented with polynomial functions.
|
class |
AttitudeProfilesSequence
This class handles a sequence of
AttitudeProfile . |
Modifier and Type | Class and Description |
---|---|
class |
StrictLegsSequence<L extends Leg>
A
LegsSequence which does not accept simultaneous or overlapping legs. |
Modifier and Type | Method and Description |
---|---|
LegsSequence<L> |
StrictLegsSequence.head(L toLeg)
Returns a new sequence from the beginning to the given element.
|
LegsSequence<L> |
LegsSequence.head(L toLeg)
Returns a new sequence from the beginning to the given element.
|
LegsSequence<L> |
StrictLegsSequence.sub(L fromLeg,
L toLeg)
Returns a new sequence extracted.
|
LegsSequence<L> |
LegsSequence.sub(L fromLeg,
L toLeg)
Returns a new sequence extracted.
|
LegsSequence<L> |
StrictLegsSequence.tail(L fromLeg)
Returns a new sequence from the given element through the end.
|
LegsSequence<L> |
LegsSequence.tail(L fromLeg)
Returns a new sequence from the given element through the end.
|
Copyright © 2021 CNES. All rights reserved.