Triad method

From testwiki
Revision as of 16:15, 21 November 2024 by imported>Fgnievinski (top)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:Short description The TRIAD method is the earliest published algorithm for determining spacecraft attitude, which was first introduced by Harold Black in 1964.[1][2][3] Given the knowledge of two vectors in the reference and body coordinates of a satellite, the TRIAD algorithm obtains the direction cosine matrix relating to both frames. Harold Black played a key role in the development of the guidance, navigation, and control of the U.S. Navy's Transit satellite system at Johns Hopkins Applied Physics Laboratories. TRIAD represented the state of practice in spacecraft attitude determination before the advent of Wahba's problem.[4] and its several optimal solutions. Covariance analysis for Black's solution was subsequently provided by Markley.[5]

Summary

Firstly, one considers the linearly independent reference vectors R1 and R2. Let r1,r2 be the corresponding measured directions of the reference unit vectors as resolved in a body fixed frame of reference. Following that, they are then related by the equations,

Template:NumBlk

for i=1,2, where A is a rotation matrix (sometimes also known as a proper orthogonal matrix, i.e., ATA=I,det(A)=+1). A transforms vectors in the body fixed frame into the frame of the reference vectors. Among other properties, rotational matrices preserve the length of the vector they operate on. Note that the direction cosine matrix A also transforms the cross product vector, written as,

Template:NumBlk

TRIAD proposes an estimate of the direction cosine matrix A as a solution to the linear system equations given by

Template:NumBlk

where have been used to separate different column vectors.

The solution presented above works well in the noise-free case. However, in practice, r1,r2 are noisy and the orthogonality condition of the attitude matrix (or the direction cosine matrix) is not preserved by the above procedure. TRIAD incorporates the following elegant procedure to redress this problem. To this end, one defines unit vectors,

Template:NumBlk Template:NumBlk

and

Template:NumBlk Template:NumBlk

to be used in place of the first two columns of equation (Template:EquationNote). Their cross product is used as the third column in the linear system of equations obtaining a proper orthogonal matrix for the spacecraft attitude given by the following:

Template:NumBlk

While the normalizations of equations (Template:EquationNote) - (Template:EquationNote) are not necessary, they have been carried out to achieve a computational advantage in solving the linear system of equations in (Template:EquationNote). Thus an estimate of the spacecraft attitude is given by the proper orthogonal matrix as Template:NumBlk Note that computational efficiency has been achieved in this procedure by replacing the matrix inverse with a transpose. This is possible because the matrices involved in computing attitude are each composed of a TRIAD of orthonormal basis vectors. "TRIAD" derives its name from this observation.

TRIAD Attitude Matrix and Handedness of Measurements

It is of consequence to note that the TRIAD method always produces a proper orthogonal matrix irrespective of the handedness of the reference and body vectors employed in the estimation process. This can be shown as follows: In a matrix form given

Template:NumBlk

where Γ:=[S^M^S^×M^] and Δ=[s^m^s^×m^]. Note that if the columns of Γ form a left-handed TRIAD, then the columns of Δ are also left-handed because of the one-one correspondence between the vectors. This is because of the simple fact that, in Euclidean geometry, the angle between any two vectors remains invariant to coordinate transformations. Therefore, the determinant det(Γ) is 1 or 1 depending on whether its columns are right-handed or left-handed respectively (similarly, Δ=±1 ). Taking determinant on both sides of the relation in Eq. (Template:EquationNote), one concludes that Template:NumBlk This is quite useful in practical applications since the analyst is always guaranteed a proper orthogonal matrix irrespective of the nature of the reference and measured vector quantities.

Applications

TRIAD was used as an attitude determination technique to process the telemetry data from the Transit satellite system (used by the U.S. Navy for navigation). The principles of the Transit system gave rise to the global positioning system satellite constellation. In an application problem, the reference vectors are usually known directions (e.g. stars, Earth magnetic field, gravity vector, etc.). Body fixed vectors are the measured directions as observed by an on-board sensor (e.g. star tracker, magnetometer, etc.). With advances in micro-electronics, attitude determination algorithms such as TRIAD have found their place in a variety of devices (e.g. smart phones, cars, tablets, UAVs, etc.) with a broad impact on modern society.

See also

References

Template:Reflist