Skip to content

MATLAB codes for the paper "Resilient Trajectory Tracking to Partial Loss of Control Authority over Actuators with Actuation Delay"

Notifications You must be signed in to change notification settings

Jean-BaptisteBouvier/Spacecraft-Resilience

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spacecraft Resilience to Partial Loss of Control Authority over a Thruster

This project gathers the MATLAB codes used in the paper "Resilient Trajectory Tracking to Partial Loss of Control Authority over Actuators with Actuation Delay" by Jean-Baptiste Bouvier, Himmat Panag, Robyn Woollands and Melkior Ornik. This work is not published yet, but it is available on ArXiv.

The fuel-optimal trajectory used as reference trajectory is designed with the convex optimization method described in "Autonomous optimal trajectory planning for orbital rendezvous, satellite inspection, and final approach based on convex optimization" from Nicholas Ortolano, see reference below. The convex optimization code used here was written by Himmat Panag.

Overview

A chaser satellite must conduct an orbital inspection of a target spacecraft. We only study their planar relative dynamics and assume that the chaser has its camera always pointing at the target satellite as shown below. Spacecrafts orientation

The reference trajectory that the inspecting spacecraft is trying to track is generated by a convex optimization solver to be fuel-optimal and is represented below in blue. In red is the target spacecraft to be inspected. The yellow circle is the keep-out sphere that the inspecting spaecraft should not enter for safety. The inspecting spacecraft aims at taking pictures of the target spacecraft from the waypoints represented in green. Reference trajectory

We produced simulations of the mission in the following repository . Below is a picture of the inspecting satellite taking a picture of the target with both satellites illustrated 10 times larger than the trajectories scale. Inspector taking a picture of the target satellite

The inspecting satellite loses control authority over one of its thrusters (red). The other four controlled thrusters (cyan) then aim at counteracting its nefarious influence so that the actual trajectory (blue) does not deviate too much from the reference (green). Note that the controlled thrusters suffer from an actuation delay preventing a real-time cancellation of the undesirable thrust. Counteracting malfunctioning thruster

Below is an accelerated version of the inspection mission with the malfunctioning spacecraft still tracking accurately its reference orbit and taking the 4 pictures of the target satellite. Inspection mission

We quantified the impact of the actuation delay and of the maximal undesirable thrust allowed. The higher the actuation delay $\tau$, the lower the saturation limit of $w$ must be for the tracking to be successful. This relationship can be summarized by a Pareto front shown below. Pareto front

Prerequisite

The MATLAB toolboxes mpt, cvx and CORA are required to run these codes.

File Structure

  • Folder functions contains all the functions that will be called by the scripts of the repository.
  • Folder data contains the precomputed reference trajectories and undesirable thrust signals. These are computed by the main file if not found in the data folder. The reference trajectory can be long to compute because of the optimization problem to solve. We store the undesirable thrust signals to be able to reuse them and compare different scenarios.
  • Folder plots contains all the figures produced by the codes and some illustration generated by the companion repository.
  • The file spacecraft_resilience.m verifies the resilience of the spacecraft dynamics and compute its reachable set.
  • The file feedback_control.m computes the parameters $\alpha$, $\beta$, $\gamma$, $\varepsilon$ and $\rho_{max}$ for a choice of matrices $K$, $P$ and $Q$ for the resilient feedback control Theorem 4.
  • The file main.m computes the resilient trajectory tracking simulation.
  • The file pareto_front.m calculates the Pareto front on the actuation delay and saturation value of w by running an accelerated version of the tracking simulation.

Citations

Our work can be cited with:

@article{bouvier2023tracking,  
  title = {Resilient Trajectory Tracking to Partial Loss of Control Authority over Actuators with Actuation Delay},   
  author = {Jean-Baptiste Bouvier, Himmat Panag, Robyn Woollands and Melkior Ornik},    
  journal = {ArXiv},    
  year = {2023},   
  volume = {},  
  number = {},  
  pages = {}  
}

The optimal trajectory design can be cited with:

@article{Ortolano,
  title = {Autonomous optimal trajectory planning for orbital rendezvous, satellite inspection, and final approach based on convex optimization},
  author = {Ortolano, Nicholas and Geller, David K and Avery, Aaron},
  journal = {Journal of the Astronautical Sciences},
  pages = {444 -- 479},
  year = {2021},
  volume = {68},
  publisher = {Springer}
}

Contributors

About

MATLAB codes for the paper "Resilient Trajectory Tracking to Partial Loss of Control Authority over Actuators with Actuation Delay"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages