Attitude Reference Frames |
Top Previous Next |
The attitude reference frame defines the coordinate system to which the Spacecraft's attitude is referenced. The AttitudeConvert function and RelativeMotionUtilities object can be used to convert attitudes between any of the supported systems, which are as follows. To find information about the non-attitude orbital reference frames available in FreeFlyer, that can be found in the Orbit Reference Frames guide.
Cartesian FramesThe following frames are Cartesian reference frames used for defining a Spacecraft's attitude.
LVLH - Earth PointingDescription:
Prior to setting the Spacecraft's attitude state, its attitude reference frame must be set:
The EulerAnglesLVLH property can be used to display the Euler Angles that define the orientation of the Spacecraft BCS with respect to the LVLH frame:
International Celestial Reference System (ICRF)Description:
Prior to setting the Spacecraft's attitude state, its attitude reference frame must be set:
The EulerAnglesICRF property can be used to display the Euler Angles that define the orientation of the Spacecraft BCS with respect to the ICRF frame:
Notes:
References:
GeodeticDescription:
Prior to setting the Spacecraft's attitude state, its attitude reference frame must be set:
The EulerAngles property can be used to display the Euler Angles that define the orientation of the Spacecraft BCS with respect to its current attitude reference frame:
VNBDescription:
Prior to setting the Spacecraft's attitude state, its attitude reference frame must be set:
The EulerAngles property can be used to display the Euler Angles that define the orientation of the Spacecraft BCS with respect to its current attitude reference frame:
UVWDescription:
Notes:
Prior to setting the Spacecraft's attitude state, its attitude reference frame must be set:
The EulerAnglesUVW property can be used to display the Euler Angles that define the orientation of the Spacecraft BCS with respect to the UVW frame:
RICDescription:
Notes:
Prior to setting the Spacecraft's attitude state, its attitude reference frame must be set:
The EulerAnglesRIC property can be used to display the Euler Angles that define the orientation of the Spacecraft BCS with respect to the RIC frame:
Relative Motion FramesThe following frames are Curvilinear reference frames, which are useful for relative motion analysis.
LVC (Cylindrical)Description:
Notes:
LVC Coordinate System
The LVC coordinate system is shown in the image above, using the conventions defined in Adamo1. The basis vectors {Ô1, Ô2, Ô3} are shown centered on the primary Spacecraft and are aligned with the LVLH frame. The angle θ is the same as defined in the RIC Cylindrical frame and is measured in the orbital plane of the primary Spacecraft. The is measured form the orbital plane. The is the radial displacement difference between the primary and secondary Spacecraft's position magnitudes projected onto the primary Spacecraft's orbital plane.
The LVC coordinate system and RIC Cylindrical coordinate system are functionally equivalent, and only differ in the ordering of their basis vectors.
A Spacecraft's full state, position, or velocity can be converted to or from this frame using the RelativeMotionUtilities object. RIC CylindricalDescription:
Notes:
RIC Cylindrical Coordinate System
The RIC Cylindrical coordinate system is shown in the image above, using the conventions defined in Schaub and Junkins2. The curvilinear basis vectors {Ôr, Ôθ, Ôz} are shown centered on the primary Spacecraft and are aligned with the Cartesian RIC frame, hence the name "RIC Cylindrical". The angle θ is the same as defined in the RIC Spherical frame and is measured in the orbital plane of the primary Spacecraft. The is the same as the RIC cross-track distance measured from the primary Spacecraft's orbital plane to the secondary Spacecraft's orbital plane. However, is the in-plane radial difference between the secondary and primary Spacecraft's position magnitudes projected onto the primary Spacecraft's orbital plane.
The RIC Cylindrical coordinate system is similar to the RIC Spherical coordinate system. For the position of the secondary Spacecraft relative to the primary Spacecraft, the θ and ф angles are converted to arc lengths using the primary Spacecraft frame.
A Spacecraft's full state, position, or velocity can be converted to or from this frame using the RelativeMotionUtilities object. This frame can also be selected as the Coordinate Set used to propagate a HCW propagator. RIC SphericalDescription:
Notes:
RIC Spherical Coordinate System
The RIC Spherical coordinate system is shown in the image above, using the conventions defined in Schaub and Junkins2. The curvilinear basis vectors {Ôr, Ôθ, Ôϕ} are shown centered on the primary Spacecraft and are aligned with the Cartesian RIC frame, hence the name "RIC Spherical". The angle θ is measured in the orbital plane of the primary Spacecraft and ф is measured from the primary Spacecraft orbital plane to the secondary Spacecraft position vector. The radial separation is the difference between the secondary Spacecraft and primary Spacecraft radii: = r2 - r1.
For the position of the secondary Spacecraft relative to the primary Spacecraft the θ and ф angles are converted to arc lengths using the primary Spacecraft frame. Therefore when moving from the primary Spacecraft to the secondary Spacecraft the θ and ф changes happen before the change.
A Spacecraft's full state, position, or velocity can be converted to or from this frame using the RelativeMotionUtilities object. This frame can also be selected as the Coordinate Set used to propagate a HCW propagator. Custom CoordinateSystem ObjectsDescription:
The screenshot below shows how to configure a Spacecraft to reference its attitude to a custom CoordinateSystem object through the Spacecraft object editor. The attitude can then be entered in any of the available attitude systems (Euler Angles, Quaternions, or Attitude Matrix).
Spacecraft configured to reference its attitude using Euler Angles with respect to a custom CoordinateSystem
In order to set the Spacecraft's attitude to use a custom CoordinateSystem in a FreeForm script editor, the attitude reference frame is set:
The following properties can be used to display the Euler Angles, Quaternion, or Attitude Matrix that define the orientation of the Spacecraft BCS with respect to its Attitude Reference Frame:
References:1. D. Adamo, A Meaningful Relative Motion Coordinate System for Generic Use (AAS 05-306), Advances in the Astronautical Sciences, vol. 123, 2006. 2. H. Schaub and J. Junkins, Analytical Mechanics of Space Systems, Fourth Edition. AIAA, 2018.
See Also •Attitude Systems Guide •Orbit Reference Frames Guide •Vectors and CoordinateSystems Guide •AttitudeConvert Function •RelativeMotionUtilities Properties and Methods
|