Open access peer-reviewed chapter

Investigation of Singularities in a 3/4 CMG Configuration with Mixed Skew Angles

Written By

Jonathan W. Lang

Submitted: 04 January 2019 Reviewed: 16 June 2019 Published: 15 January 2020

DOI: 10.5772/intechopen.88087

From the Edited Volume

Advances in Spacecraft Attitude Control

Edited by Timothy Sands

Chapter metrics overview

737 Chapter Downloads

View Full Metrics

Abstract

This paper discusses the singularities that exist within a 3/4 CMG configuration when the CMGs are placed at mixed skew angles. CMGs are typically mounted with the same skew angles and are fixed throughout the spacecraft’s lifetime. Changing these skew angles can bring about unique attributes for the spacecraft such as an increased pitch, roll or yaw capability. Mapping out these singularities when each CMG is mounted differently can show an engineer how to maximize these capabilities and enhance a spacecraft’s mission completion ability. Using singularity penetration logic, the spacecraft’s attitude controls system can pass through these singularities. These singularities would best be avoided to provide optimal control. Finding these limited singularity penetration regions is the focus of this paper. Different mixed skew configurations appear to be more ideal than others for spacecraft that focus on maneuvers about only one axis of rotation.

Keywords

  • mixed skew angles
  • 3/4 CMG configuration
  • singularity penetration
  • CMG configuration singularity regions

1. Introduction

CMGs have become a staple in the space community as a means to accomplish pointing, tracking, and acquiring. CMGs create a torque by rotating or “gimbaling” the CMGs angular momentum vector. The change in angular momentum is how the CMG produces torque and creates movement for the spacecraft.

The Torque axis ( τ ) rotation for a CMG is the axis around which the spacecraft maneuver is accomplished. The Torque Axis and the orthogonal relationship between the CMG’s gimbal axis ( δ ) and angular momentum axis ( H ) can be seen in Figure 1. These relationships demonstrate how one may discover the Torque axis and provide the intuition behind singularity generation in this configuration [1].

Figure 1.

CMG angular momentum-torque-gimbal axis representation.

Advertisement

2. CMG 3/4 configuration model

The 3/4 configuration will have the CMGs positioned in the same configuration around the spacecraft throughout the analysis in this paper and can be seen in Figure 2.

Figure 2.

3/4 configuration of CMGs on a spacecraft.

The 3/4 configuration [2] is a simple form of spacecraft CMG placement which provides an environment where singularities exist.

All modeling in this project will be accomplished through MATLAB—Simulink modeling software. A step size of 0.001 s was found to be the most accurate while using ODE4 Runge-Kutta Integration Solver.

Advertisement

3. CMG angular momentum projected on the body reference axes

The three CMG’s each have an angular momentum vector ( H i ) which can be seen in Figure 2 and is projected onto the x, y, z reference frame axes in Eqs. (1)(3). These three vectors rotate about each of the CMG’s gimbal axis ( δ i ).

H x = H 1 cos θ 1 + H 2 cos β 2 sin θ 2 + H 3 cos θ 3 E1
H y = H 1 cos β 1 sin θ 1 H 2 cos θ 2 + H 3 cos β 3 sin θ 3 E2
H z = sin β 1 H 1 sin θ 1 + sin β 2 H 2 sin θ 2 + sin β 3 H 3 sin θ 3 E3

A new matrix [A] made up of the spatial gradient of Eqs. (1)(3) can be generated [2]. This new matrix is how singularities can be discovered numerically.

H θ = H x θ i H y θ i H z θ i = A
A = sin θ 1 cos β 2 cos θ 2 sin θ 3 cos β 1 cos θ 1 sin θ 2 cos β 3 cos θ 3 sin β 1 cos θ 1 sin β 2 cos θ 2 sin β 3 cos θ 3 E4

Torque is generated by the time rate of change in the angular momentum, which may be expressed in a chain rule of derivatives and solved for the gimbal rates.

T = H ̇
H ̇ = H θ dt
H ̇ = A θ ̇
θ ̇ = A 1 H ̇ E5

Now there is a relationship between the time rate of change in the angular momentum ( H ̇ ) and the time rate of change of gimbal axis rotation ( θ ̇ ) found in Eq. (5). The required gimbal axis rotation for a commanded torque may be applied for the appropriate spacecraft maneuver. The one possible danger associated with this is the inversion of the matrix A .

Advertisement

4. Accuracy of inverting the A matrix

Inverting the [A] matrix becomes an integral part of determining the creation of the gimbal axis rotation ( θ ̇ ) as seen in Eq. (5). Analysis was done on eight different inversion models, the principal one on which all others are compared was the Moore-Penrose matrix inversion [3]. The other seven cases are found in Table 1.

Case [A] Inversion model Matrix-Norm difference
1 A 1 0.872826646563208
2 inv A 0.872826646563208
3 pinv A 0
4 A \ eye ( size A ) 0.872826646560334
5 LU Decomposition 0.872826646560693
6 Analytical Matrix 6.67204727298e+04
7 Analytical Formulas 6.67204727298e+04

Table 1.

Matrix-norm difference between each case and the Moore-Penrose matrix inversion.

The pinv A matrix inversion model turns out to be the best suited model as seen in Table 1. This seems to be intuitive since the pinv A is a reiteration of the Moore-Penrose inversion.

Advertisement

5. Applying CMG torque to the spacecraft

Now that the CMG torque has been developed it can now be applied to the spacecraft.

τ = J ω ̇ + ω × E6

Using Euler’s dynamical Eq. (6), the angular momentum and cross-coupled disturbances can be used to determine the resulting three-axis rotation [4].

Advertisement

6. Singularity penetration logic

Singularity existence has been discussed at length in [2].

Singularities exist when the determinant of the A matrix from Eq. (4) approaches zero [2]. Penetration Logic takes advantage of the fact that as the inverse condition number approaches zero the singularity would be met. At a user defined threshold of 1 e-6 penetration logic tells the commanded Gimbal motor rates to repeat the last iteration (before the inverse condition number crossed the user defined threshold and reaches singularity), see Figure 3.

Figure 3.

Singularity penetration with unit delay logic.

Advertisement

7. PDI controller tuning

The PDI controller will be used to generate a control signal from the commanded input signal and the spacecraft feedback signal. The topography for the PDI controller can be seen in Figure 4.

Figure 4.

PDI controller topography.

The PDI controller accepts both the commanded angle and angular velocity as well as the feedback angle and angular velocity and avoids using the derivative function.

Tuning the gains become the next step in building the controller section of the spacecraft. Three different tuning techniques will be covered:

7.1 Ziegler-Nichols tuning

This tuning technique requires the gain margin ( K u ) and bandwidth frequency ( ω b ) for the system to be found. Once these two values are discovered the equations in (7) may be used to find the required gains.

K p = 0.6 K u
K i = 2 K p ω n
K d = K p ω n 8 E7

7.2 Manual tuning

Several design criteria must be considered when utilizing the manual tuning technique. Rise time ( t r ), damping ratio ( ζ ), and settling time ( t s ) are the design characteristics required and may be used in the equation in (8) to find the new gains.

T = 10 ζ ω n
K p = J ω n 2 + 2 ζ ω n T
K i = J ω n 2 T
K d = J 2 ζ ω n + 1 T E8

7.3 Tuning using the linear quadratic regulator function

The LQR function in MATLAB requires the state space form of the control system. Using the form x ̇ = Ax + Bu and y = Cx + Du the state space form of the torque equation in the inertial frame can be constructed. The state space from in Eq. (9) was developed and used to derive the gains from the LQR function.

A = 0 1 0 0
B = 0 J 1
C = 1 0
D = 0 E9

The three tuning techniques were completed, and the gain values were calculated. These gains have been compiled and entered in Table 2 [5].

Case Tuning technique K p K i K d
1 Ziegler-Nichols 16.20 0.78 84.65
2 Manual 36.76 1.41 55.67
3 LQR function 1.00 0.10 11.45

Table 2.

Gain solutions for different tuning techniques.

Using the gains found in Table 2, three differing step functions can be found and analyzed. Ziegler-Nichols was found to be the optimal tuning method for the controllers. The LQR function is the worst way of tuning the controller. The overshoot is largest of the three tuning methods and the settling time takes longer than 100 s [5].

Advertisement

8. Plotting singularity regions with mixed skew angles

A series of mixed skew profiles were selected to perform initial analysis on. Upon investigation, certain profiles were further analyzed to see how they would be advantageous for a spacecraft with a specific maneuver requirement such as maneuver in pitch, roll, or yaw. Figure 2 demonstrates how these skew angles ( β ) can change for each of the CMGs in the 3/4 configuration. When these skew angles are altered, new singularity regions are developed and create a hazard for spacecraft control. Five series of singularity plots have been generated to attain an initial picture of how the skew angles affect those singularity regions (Tables 37).

Profile CMG 1- β CMG 2- β CMG 3- β
1 15 30 60
2 30 15 60
3 30 60 15
4 15 60 30
5 60 15 30
6 60 30 15

Table 3.

Series 1 CMG β angle configurations.

Series 1. Using skew angles ( β )-15, 30, 60°.

Profile CMG 1- β CMG 2- β CMG 3- β
1 20 40 80
2 20 80 40
3 40 20 80
4 40 80 20
5 80 20 40
6 80 40 20

Table 4.

Series 2 CMG β angle configurations.

Series 2. Using skew angles ( β )-20, 40, 80°.

Profile CMG 1- β CMG 2- β CMG 3- β
1 30 60 90
2 30 90 60
3 60 30 90
4 60 90 30
5 90 30 60
6 90 60 30

Table 5.

Series 3 CMG β angle configurations.

Series 3. Using skew angles ( β )-30, 60, 90°.

Profile CMG 1- β CMG 2- β CMG 3- β
1 0 45 90
2 0 90 45
3 45 0 90
4 45 90 0
5 90 0 45
6 90 45 0

Table 6.

Series 4 CMG β angle configurations.

Series 4. Using skew angles ( β )-0, 45, 90°.

Profile CMG 1- β CMG 2- β CMG 3- β
1 0 30 60
2 0 60 30
3 30 0 60
4 30 60 0
5 60 3 30
6 60 30 0

Table 7.

Series 5 CMG β angle configurations.

Series 5. Using skew angles ( β )-0, 30, 60°.

The singularity plots associated with these series are found in Appendix A of this report. Each of these plots was analyzed to see breadth and depth of singularity surfaces internal to the saturation region of the 3/4 CMG configuration depicted in Figure 2.

Advertisement

9. Determining singularity free regions

The five series of singularity plots were observed to determine internal singularity free regions. The objective was to find an internal region in which the spacecraft could maneuver without running into a singularity. Also, if there was a singularity, would the spacecraft be capable of passing through a small amount of singularities in order to continue maneuvering to a commanded rotation. Singularity penetration is a feasible concept however the goal of this paper was to use it sparingly.

The singularity regions found in Figure 5 demonstrate how with varied skew angles new singularity free regions may be discovered and utilized to a spacecraft designer’s advantage. Although the angular momentum plotted in Figure 5 first interacts with a singularity at a value of 0.73, it only hits the singularity for an instance. Using singularity penetration logic discussed in part VI may allow the spacecraft to operate in an angularity momentum regime at H = 1.0 or greater.

Figure 5.

Singularity regions in the X-, Y- and, Z rotation for 0, 45, and 90° skew angles.

The maximum angular momentum achieved by the mixed skew configurations in series 1–5 has been plotted and the data was consolidated into Table 8.

Series CMG 1- β CMG 2- β CMG 3- β Max H*
1 15 30 60 0.54
30 15 60 0.51
30 60 15 0.16
15 60 30 0.16
60 15 30 0.51
60 30 15 0.54
2 20 40 80 0.34
20 80 40 0.17
40 20 80 0.33
40 80 20 0.17
80 20 40 0.33
80 40 20 0.53
3 30 60 90 0.12
30 90 60 0.41
60 30 90 0.51
60 90 30 0.41
90 30 60 0.51
90 60 30 0.25
4 0 45 90 0.73
0 90 45 0.22
45 0 90 0.41
45 90 0 0.22
90 0 45 0.41
90 45 0 0.73
5 0 30 60 0.52
0 60 30 0.39
30 0 60 0.52
30 60 0 0.39
60 0 30 0.52
60 30 0 0.53

Table 8.

Series 5 CMG β angle configurations.

Maximum Ang. Momentum (H) in singularity free region.


Advertisement

10. Conclusion

Mixed skew angles bring a new variety and flexibility in spacecraft design. These new CMG configurations enable engineers to now explore new singularity free regions and push spacecraft to possibly operate with higher levels of momentum.

As seen in Table 8, when the opposing CMG configurations have a dramatic change in configuration, the Angular Momentum is typically higher. This is not always the case, as seen in series 3, configurations 1 and 6 (the most dramatic change between CMG 1 and 3 in the series) demonstrate the worst angular momentum possibility. Several of these configurations cater to different requirements of the spacecraft. For example, Series 3 Configuration 5 (ref. Appendix A) may be more suitable for a spacecraft that requires movement about the roll and yaw axes. Series 3 Configuration 2 may be more suitable for pitch and roll spacecraft. Appendix A is meant to be used by spacecraft designers to design a spacecraft suitable to the requirements needed.

Appendix A

Singularity Plots

Series 1:

Configuration 1:

Configuration 2:

Configuration 3:

Configuration 4:

Configuration 5:

Configuration 6:

Series 2:

Configuration 1:

Configuration 2:

Configuration 3:

Configuration 4:

Configuration 5:

Configuration 6:

Series 3:

Configuration 1:

Configuration 2:

Configuration 3:

Configuration 4:

Configuration 5:

Configuration 6:

Series 4:

Configuration 1:

Configuration 2:

Configuration 3:

Configuration 4:

Configuration 5:

Configuration 6:

Series 5:

Configuration 1:

Configuration 2:

Configuration 3:

Configuration 4:

Configuration 5:

Configuration 6:

References

  1. 1. Lang J. CMG singularities in a 3/4 configuration. AE3818 Spacecraft Attitude, Determination, and Control Report #1; 2019
  2. 2. Lang J. Singularities in a 3/4 configuration. AE3818 Spacecraft Attitude, Determination, and Control Report #2; 2019
  3. 3. Lang J. Increased CMG capability using singular penetration logic. AE3818 Spacecraft Attitude, Determination, and Control Report #3; 2019
  4. 4. Lang J. Spacecraft kinematics in a 3-2-1 rotation. AE3815 Spacecraft Rotational Mechanics Report #2; 2019
  5. 5. Lang J. Tuning for PID and PDI controllers. AE3818 Spacecraft Attitude, Determination, and Control Report #4; 2019

Written By

Jonathan W. Lang

Submitted: 04 January 2019 Reviewed: 16 June 2019 Published: 15 January 2020