Model predictive control for spacecraft rendezvous hovering phases based on validated Chebyshev series approximations of the transition matrices

Size: px
Start display at page:

Download "Model predictive control for spacecraft rendezvous hovering phases based on validated Chebyshev series approximations of the transition matrices"

Transcription

1 Model predictive control for spacecraft rendezvous hovering phases based on validated Chebyshev series approximations of the transition matrices Paulo Ricardo ARANTES GILZ 1 Florent BRÉHARD 1,2 Clément GAZZINO 1 prarante@laas.fr florent.brehard@ens-lyon.fr cgazzino@laas.fr 1 Methods and Algorithms for Control (MAC) 2 Proofs and Languages (PLUME) & Arithmetic and Computing (AriC) LAAS - CNRS / University of Toulouse LIP - CNRS / ENS Lyon / UCB Lyon / INRIA 9èmes Rencontres «Arithmétique de l Informatique Mathématique» October 24, 2017 This work was supported by the FastRelax (ANR-14-CE ) project of the French National Agency for Research (ANR). Paulo Ricardo ARANTES GILZ MPC with approximated transition matrices October 24, / 31

2 Outline 1 Orbital rendezvous 2 Objectives 3 Models 4 Results 5 Conclusions Paulo Ricardo ARANTES GILZ MPC with approximated transition matrices October 24, / 31

3 Overview 1 Orbital rendezvous 2 Objectives 3 Models 4 Results 5 Conclusions Paulo Ricardo ARANTES GILZ MPC with approximated transition matrices October 24, / 31

4 Orbital rendezvous Rendezvous problem Two spacecraft (follower and target) orbiting another body; Objective: to perform a sequence of maneuvers in order to steer the chaser spacecraft from a state A to another state B; Constraints: actuators saturation, fuel budget, orbit restriction, safety constraints,... B Earth Target A Follower Paulo Ricardo ARANTES GILZ MPC with approximated transition matrices October 24, / 31

5 Rendezvous hovering phases During the hovering phases The follower spacecraft must have station-keeping abilities for different purposes: stand by for orders from the mission control; wait for a better positioning to proceed to next step; observe and collect data about the target. Target Follower Paulo Ricardo ARANTES GILZ MPC with approximated transition matrices October 24, / 31

6 Overview 1 Orbital rendezvous 2 Objectives 3 Models 4 Results 5 Conclusions Paulo Ricardo ARANTES GILZ MPC with approximated transition matrices October 24, / 31

7 Objectives Goal: To design a model predictive control (MPC) algorithm based on rigorous polynomial approximations (Joldes, 2011, RPAs ) of the relative trajectories. Past Future Model predictive control Reference Predicted Measured For each call of the control algorithm, one sequence of control actions is computed, but only some of them are executed. t 0 t 1 t 2 t 3 Receding horizon t 1 t 2 t 3 t 4 t 5 t 6 Trigger signal Control Algorithm Computed impulse Thrusters Applied impulse Relative movement dynamics Navigation Measured position system Real position and velocities and velocities Control feedback loop scheme Paulo Ricardo ARANTES GILZ MPC with approximated transition matrices October 24, / 31

8 Overview 1 Orbital rendezvous 2 Objectives 3 Models 4 Results 5 Conclusions Paulo Ricardo ARANTES GILZ MPC with approximated transition matrices October 24, / 31

9 Relative motion dynamics Space mechanics assumptions: - Keplerian relative motion; - Passive target; - Propellant thrusters; - Predefined control dates; - Inter-satellite distance. t e : eccentricity (0 < e < 1); a : semi-major axis; ν : true anomaly; µ : Earth s gravitational constant; S t : target satellite; S f : follower satellite; O : Earth s center of mass. Paulo Ricardo ARANTES GILZ MPC with approximated transition matrices October 24, / 31

10 Relative motion dynamics (Tschauner, 1967) Linearized Tschauner-Hempel equations (physical meaning): ẍ = νż + νz + ν 2 x µ R 3 x ÿ = µ R 3 y z = 2 νẋ νx + ν 2 z + 2 µ R 3 z By performing the change of variable: Ẋ(t) = A(t)X(t) X(t) = [x(t), y(t), z(t), ẋ(t), ẏ(t), ż(t)] T. [ x(ν), ȳ(ν), z(ν) ] = (1 + e cos(ν)) [ x(t), y(t), z(t) ]. Linearized simplified Tschauner-Hempel equations: x (ν) = 2 z (ν) ȳ (ν) = ȳ(ν) z (ν) = 2 x 3 (ν) + 1+e cos ν z(ν) X (ν) = Ā(ν) X(ν) X(ν) = [ x(ν), ȳ(ν), z(ν), x (ν), ȳ (ν), z (ν)] T. Paulo Ricardo ARANTES GILZ MPC with approximated transition matrices October 24, / 31

11 State propagation via Transition Matrix Linear "time"-variant (LTV) system: X (ν) = Ā(ν) X(ν). The evolution of an arbitrary initial state X(ν 0 ) up to ν f is given by: X(ν f ) = Φ(ν f, ν 0 ) X(ν 0 ), where Φ(ν f, ν 0 ) is the so-called State-Transition Matrix of the system. It is computed by: Φ(ν f, ν 0 ) = φ(ν f )( φ(ν 0 )) 1, where φ(ν) is the so-called Fundamental Solution Matrix of the system, satisfying: φ (ν) = Ā(ν) φ(ν), det( φ(ν)) 0. Paulo Ricardo ARANTES GILZ MPC with approximated transition matrices October 24, / 31

12 RPA via Chebyshev series (Bréhard et al., 2017) The solution of the following IVP: Find X(ν) s.t. X (ν) = Ā(ν) X(ν), X(ν0 ) = e k = { ( e k ) l = 1, ( e k ) l = 0, l = k l k (IVP) is equivalent to the k-th column of Φ(ν 0, ν): X(ν) = Φ(ν, ν 0 ) e k = Φ :,k (ν 0, ν). Idea: compute approximations of the solutions of (IVP) on the interval [ν 0, ν f ] for k = , obtaining an approximated Φ(ν, ν 0 ) such that: Φ ij (ν 0, ν) Φ ij (ν 0, ν) ε ij (ν 0, ν f ), ν [ν 0, ν f ] and each entry Φ ij is approximated by a truncated Chebyshev series: Φij (ν 0, ν) = k n a kt k (ν), The Chebyshev family of polynomials T k (ν) is defined as: T 0 (ν) = 1, T 1 (ν) = ν, T k+2 (ν) = 2νT k+1 (ν) T k (ν), k 0. Paulo Ricardo ARANTES GILZ MPC with approximated transition matrices October 24, / 31

13 Thrusters model I Spacecraft thrusters Thrusters disposition Instantaneous velocity change: X + (ν i ) = X(ν i ) + [ O3 I 3 ] V (ν i ) X + (ν i ) = X(ν i ) + B(ν i ) V (ν i ), where V (ν i ) = [ V x(ν i ), V y(ν i ), V z(ν i )] T R 3 is the vector representing the velocity change at ν i. Paulo Ricardo ARANTES GILZ MPC with approximated transition matrices October 24, / 31

14 Thrusters model II Let V be the saturation threshold. The associated saturation constraint is modeled by: The fuel-consumption is given by: V x(ν i ) V, V y(ν i ) V, V z(ν i ) V. J( V ) = N i=1 V (ν i) 1. The state obtained right after a sequence of N velocity corrections is given by: X + (ν N ) = Φ(ν N, ν 1 ) X(ν 1 ) + N k=1 Φ(ν, ν k ) B(ν k ) V (ν k ). Paulo Ricardo ARANTES GILZ MPC with approximated transition matrices October 24, / 31

15 z Space constraints I Steer the chaser satellite into the rectangular cuboid hovering region: x min x(t) x max, y min y(t) y max, z min z(t) z max, t [t N, t N+1 ] Idea: compute N velocity corrections generating a relative trajectory that remains inside the hovering region during the interval [t N, t N+1 ]. x y t 1 t2 t 3 t N-1 t N+1 t N Steering into the hovering region within N velocity corrections Polynomial approximations of [ x(ν), ȳ(ν), z(ν) ] : [ P x(ν), P T [ ] ( Φ(ν, ȳ(ν), P z(ν)] = I3 O 3 ν1 ) X(ν N 1 ) + k=1 Φ(ν, νk ) B(ν ) k ) V k. Paulo Ricardo ARANTES GILZ MPC with approximated transition matrices October 24, / 31

16 Space constraints II Recalling the variable change X(t) X(ν): [ x(ν), ȳ(ν), z(ν) ] = (1 + e cos(ν)) [ x(t), y(t), z(t) ]. Let P (ν) be a polynomial satisfying: P (ν) > 0, P (ν) (1 + e cos(ν)) ε(νn, ν N+1 ), ν [ν N, ν N+1 ]. The real positions can then be approximated by: x(ν) P x(ν)/ P (ν), y(ν) P ȳ(ν)/ P (ν), z(ν) P z(ν)/ P (ν). The space constraints can be rewritten as: x min x(t) x max, y min y(t) y max, z min z(t) z max, t [t N, t N+1 ] P x(ν) P (ν)x min 0, P (ν)xmax P x(ν) 0 P y(ν) P (ν)y min 0, P z(ν) P (ν)z min 0, P (ν)ymax P y(ν) 0 P (ν)zmax P z(ν) 0, ν [ν N, ν N+1 ] Paulo Ricardo ARANTES GILZ MPC with approximated transition matrices October 24, / 31

17 Formulation using polynomial non-negativity constraints Problem (Semi-infinite program) Given X(ν 1 ) R 6, N true anomaly firing instants ν 1 <... < ν N R +, a true anomaly interval [ν N, ν N+1 ] R +, find V [ V, V ] 3N solution of: argmin V s.t. J( V ) P x(ν) P (ν)x min 0, P y(ν) P (ν)y min 0, P z(ν) P (ν)z min 0, P (ν)xmax P x(ν) 0 P (ν)ymax P y(ν) 0 P (ν)zmax P z(ν) 0, ν [ν N, ν N+1 ] (P.1) Paulo Ricardo ARANTES GILZ MPC with approximated transition matrices October 24, / 31

18 Formulation using polynomial non-negativity constraints The cone of univariate non-negative polynomials on an interval can be described by linear matrix inequalities (LMIs): Definition A symmetric real matrix Y S n(r) is semi-definite positive (Y 0) if, and only if, one of the equivalent statements is satisfied: v R n s.t. v 2 0, v T Y v 0; i {1,..., n}, λ i (Y ) 0. Theorem (Nesterov, 2000, Th. 9 and 10) Let be P (w) = n i=0 p iw i and [a, b] R. Then, P (w) 0, w [a, b] Y 1, Y 2 0 s.t. [p 0,..., p n] T = Λ (Y 1, Y 2 ), where Λ (Y 1, Y 2 ) is a bilinear operator. The sizes of Y1 ans Y 2 and the operator Λ differ for even and odd degrees of P (w). Paulo Ricardo ARANTES GILZ MPC with approximated transition matrices October 24, / 31

19 Semi-definite program formulation Problem (Semi-infinite program) Given X(ν 1 ) R 6, N true anomaly firing instants ν 1 <... < ν N R +, a true anomaly interval [ν N, ν N+1 ] R +, find V [ V, V ] 3N solution of: argmin V s.t. J( V ) P x(ν) P (ν)x min 0, P y(ν) P (ν)y min 0, P z(ν) P (ν)z min 0, P (ν)xmax P x(ν) 0 P (ν)ymax P y(ν) 0 P (ν)zmax P z(ν) 0, ν [ν N, ν N+1 ] (P.1) Problem (Semi-definite program) Given X(ν 1 ) R 6, N true anomaly firing instants ν 1 <... < ν N R +, a true anomaly interval [ν N, ν N+1 ] R +, find V [ V, V ] 3N, Y 1w, Y 2w 0 solution of: argmin J( V ) V,Y 1w,Y 2w { p xmin = Λ (Y 1xmin, Y 2zmin ) s.t. p ymin = Λ (Y 1ymin, Y 2zmin ) p zmin = Λ (Y 1zmin, Y 2zmin ) p xmax = Λ (Y 1xmax, Y 2zmax ) p ymax = Λ (Y 1ymax, Y 2zmax ) p zmax = Λ (Y 1zmax, Y 2zmax ) (P.2) Paulo Ricardo ARANTES GILZ MPC with approximated transition matrices October 24, / 31

20 Semi-definite program formulation Problem (Semi-infinite program) Given X(ν 1 ) R 6, N true anomaly firing instants ν 1 <... < ν N R +, a true anomaly interval [ν N, ν N+1 ] R +, find V [ V, V ] 3N solution of: argmin V s.t. J( V ) P x(ν) P (ν)x min 0, P y(ν) P (ν)y min 0, P z(ν) P (ν)z min 0, P (ν)xmax P x(ν) 0 P (ν)ymax P y(ν) 0 P (ν)zmax P z(ν) 0, ν [ν N, ν N+1 ] (P.1) Problem (Semi-definite program) Given X(ν 1 ) R 6, N true anomaly firing instants ν 1 <... < ν N R +, a true anomaly interval [ν N, ν N+1 ] R +, find V [ V, V ] 3N, Y 1w, Y 2w 0 solution of: argmin J( V ) V,Y 1w,Y 2w { p xmin = Λ (Y 1xmin, Y 2zmin ) s.t. p ymin = Λ (Y 1ymin, Y 2zmin ) p zmin = Λ (Y 1zmin, Y 2zmin ) p xmax = Λ (Y 1xmax, Y 2zmax ) p ymax = Λ (Y 1ymax, Y 2zmax ) p zmax = Λ (Y 1zmax, Y 2zmax ) (P.2) Paulo Ricardo ARANTES GILZ MPC with approximated transition matrices October 24, / 31

21 Overview 1 Orbital rendezvous 2 Objectives 3 Models 4 Results 5 Conclusions Paulo Ricardo ARANTES GILZ MPC with approximated transition matrices October 24, / 31

22 Simulations I Simulated scenario: Semi-major axis: a = 7011 km Eccentricity: e = 0.4 Initial true anomaly: ν 1 = 0 Number of velocity corrections: N = 3 True anomaly intervals: ν = π/4 Saturation threshold: V = 1 m/s Initial relative state [m, m/s]: [200, 150, 100, 0, 0, 0] [x min, x max, y min, y max, z min, z max] [m]: [50, 150, 25, 25, 25, 25] Degree of RPAs: 5, 7 Solving the problem step-by-step: 1. Compute RPAs of the space-transition matrix in C; 2. Formulate the optimization problem on Matlab via Yalmip (Löfberg, 2004); 3. Solve it using SDP solvers (SeDuMi, sdpt3, Mosek); 4. Evaluate the enclosures via the b4m interval arithmetic toolbox library (Zemke, 1999). Paulo Ricardo ARANTES GILZ MPC with approximated transition matrices October 24, / 31

23 z z y z Simulations II XY Trajectory XZ Trajectory Initial point Impulses XY Trajectory Initial point Impulses XZ Trajectory x x YZ Trajectory 3D Trajectory 100 Initial point Initial point Impulses Impulses 80 YZ Trajectory 3D Trajectory Bounds y x y Paulo Ricardo ARANTES GILZ MPC with approximated transition matrices October 24, / 31

24 x x Simulations III Certfied x-trajectory Certfied x-trajectory Trajectory Certificate Bounds Trajectory Certificate Bounds X-trajectory N=5 X-trajectory N=7 Paulo Ricardo ARANTES GILZ MPC with approximated transition matrices October 24, / 31

25 x x Simulations IV Certfied x-trajectory Certfied x-trajectory Trajectory Certificate Bounds Trajectory Certificate Bounds X-trajectory N=5 X-trajectory N=7 Paulo Ricardo ARANTES GILZ MPC with approximated transition matrices October 24, / 31

26 z z Simulations V 100 Certfied z-trajectory 100 Certfied z-trajectory 80 Trajectory Certificate Bounds 80 Trajectory Certificate Bounds Z-trajectory N=5 Z-trajectory N=7 Paulo Ricardo ARANTES GILZ MPC with approximated transition matrices October 24, / 31

27 z z Simulations VI Certfied z-trajectory Trajectory Certificate Bounds Certfied z-trajectory Trajectory Certificate Bounds Z-trajectory N=5 Z-trajectory N=7 Paulo Ricardo ARANTES GILZ MPC with approximated transition matrices October 24, / 31

28 y y Simulations VII Certfied y-trajectory Certfied y-trajectory Trajectory Certificate Bounds Trajectory Certificate Bounds Y-trajectory N=5 Y-trajectory N=7 Recalling the equations: x (ν) = 2 z (ν) z (ν) = 2 x 3 (ν) + 1+e cos ν z(ν), ȳ (ν) = ȳ(ν) ȳ(ν) = c 1 cos(ν) + c 2 sin(ν) Paulo Ricardo ARANTES GILZ MPC with approximated transition matrices October 24, / 31

29 Overview 1 Orbital rendezvous 2 Objectives 3 Models 4 Results 5 Conclusions Paulo Ricardo ARANTES GILZ MPC with approximated transition matrices October 24, / 31

30 Conclusions Summary: RPAs of the solutions of Ẋ(t) = A(t)X(t), X(t 0) = X 0; RPAs of the entries Φ(t, t 0); Polynomial Φ i,j(t, t 0) space constraints are described by non-negativity of polynomials (SIP); Nesterov theorem existence of semi-definite positive matrices satisfying LMIs (SDP); A posteriori certification of the obtained relative trajectory; Certification enclosure depends on the degree of the polynomial approximation. Ongoing work: FPGA-embeddable C version of the MPC strategy for space dedicated microprocessors; RPAs for more complicated dynamics taking into account non-linearities and disturbances. Paulo Ricardo ARANTES GILZ MPC with approximated transition matrices October 24, / 31

31 Contributions Publication: P.R. ARANTES GILZ, F. BREHARD, C. GAZZINO, Validated semi-analytical transition matrices for linearized relative spacecraft dynamics via Chebyshev series approximations. Space Flight Mechanics Meeting, AIAA Science and Technology Forum and Exposition, Jan 2018, Kissimmee, United States. 24p., 2018 Summary: Florent: validated and numerically efficient Chebyshev spectral methods for linear ordinary differential equations; Clément: fuel-optimal station keeping of a geostationary spacecraft equipped with a low-thrust propulsion system (taking into account disturbances the oblateness of the Earth, gravitational attraction of Sun and Moon and solar radiation pressure). (Arantes Gilz and Louembet, 2015),(Arantes Gilz et al., 2017) Paulo Ricardo ARANTES GILZ MPC with approximated transition matrices October 24, / 31

32 References Arantes Gilz, P. R., Joldes, M., Louembet, C., and Camps, F. (2017). Model predictive control for rendezvous hovering phases based on a novel description of constrained trajectories. In IFAC World Congress, pages pp , Toulouse, France. Arantes Gilz, P. R. and Louembet, C. (2015). Predictive control algorithm for spacecraft rendezvous hovering phases. In Control Conference (ECC), 2015 European, pages IEEE. Bréhard, F., Brisebarre, N., and Joldes, M. (2017). Validated and numerically efficient Chebyshev spectral methods for linear ordinary differential equations. Joldes, M. M. (2011). Rigorous Polynomial Approximations and Applications. Theses, Ecole normale supérieure de lyon - ENS LYON. Löfberg, J. (2004). YALMIP: A toolbox for modeling and optimization in MATLAB. In Computer Aided Control Systems Design, 2004 IEEE International Symposium on, pages IEEE. Nesterov, Y. (2000). Squared functional systems and optimization problems. In et al., J. F., editor, High performance optimization. Kluwer Academic Publishers. Tschauner, J. (1967). Elliptic orbit rendezvous. AIAA Journal, 5(6): Zemke, J. (1999). b4m: A free interval arithmetic toolbox for matlab. Paulo Ricardo ARANTES GILZ MPC with approximated transition matrices October 24, / 31

33 Nesterov: polynomials non-negativity LMIs (I) Paulo Ricardo ARANTES GILZ MPC with approximated transition matrices October 24, / 31

34 Nesterov: polynomials non-negativity LMIs (II) Paulo Ricardo ARANTES GILZ MPC with approximated transition matrices October 24, / 31

35 Nesterov: polynomials non-negativity LMIs (III) Source: Nesterov results (Nesterov, 2000) on polynomials non-negativity as presented in Deaconu, G. (2013). On the trajectory design, guidance and control for spacecraft rendezvous and proximity operations. PhD thesis, Univ. Toulouse 3 - Paul Sabatier, Toulouse, France. Paulo Ricardo ARANTES GILZ MPC with approximated transition matrices October 24, / 31

Model predictive control for rendezvous hovering phases based on a novel description of constrained trajectories

Model predictive control for rendezvous hovering phases based on a novel description of constrained trajectories Model predictive control for rendezvous hovering phases based on a novel description of constrained trajectories Paulo Ricardo ARANTES GILZ 1,2 prarante@laas.fr Mioara JOLDES 1,2 Christophe LOUEMBET 1,2

More information

Model predictive control for rendezvous hovering phases based on a novel description of constrained trajectories

Model predictive control for rendezvous hovering phases based on a novel description of constrained trajectories Model predictive control for rendezvous hovering phases based on a novel description of constrained trajectories Paulo Ricardo Arantes Gilz, Mioara Joldes, Christophe Louembet, Frédéric Camps To cite this

More information

A hybrid control framework for impulsive control of satellite rendezvous

A hybrid control framework for impulsive control of satellite rendezvous A hybrid control framework for impulsive control of satellite rendezvous Luca Zaccarian Joint work with Mirko Brentari, Sofia Urbina, Denis Arzelier, Christophe Louembet LAAS-CNRS and University of Trento

More information

Robust Rendezvous Planning Under Maneuver Execution Errors

Robust Rendezvous Planning Under Maneuver Execution Errors Robust Rendezvous Planning Under Maneuver Execution Errors Christophe Louembet, Denis Arzelier, Georgia Deaconu To cite this version: Christophe Louembet, Denis Arzelier, Georgia Deaconu. Robust Rendezvous

More information

A non-linear simulator written in C for orbital spacecraft rendezvous applications.

A non-linear simulator written in C for orbital spacecraft rendezvous applications. A non-linear simulator written in C for orbital spacecraft rendezvous applications. Paulo Ricardo Arantes Gilz To cite this version: Paulo Ricardo Arantes Gilz. A non-linear simulator written in C for

More information

AUTONOMOUS AND ROBUST RENDEZVOUS GUIDANCE ON ELLIPTICAL ORBIT SUBJECT TO J 2 PERTURBATION.

AUTONOMOUS AND ROBUST RENDEZVOUS GUIDANCE ON ELLIPTICAL ORBIT SUBJECT TO J 2 PERTURBATION. AUTONOMOUS AND ROBUST RENDEZVOUS GUIDANCE ON ELLIPTICAL ORBIT SUBJECT TO J 2 PERTURBATION Emmanuel GOGIBUS (1), Hervé CHARBONNEL (2), Patrick DELPY (3) (1) Astrium Space Transportation, 66 route de Verneuil,

More information

ISTS-2017-d-114 ISSFD

ISTS-2017-d-114 ISSFD ISTS-27-d-4 ISSFD-27-4 A Minimum-Fuel Fixed-Time Low-Thrust Rendezvous Solved with the Switching Systems Theory By Clément GAZZINO, ) Denis ARZELIER, ) Luca CERRI, 2) Damiana LOSA, 3) Christophe LOUEMBET,

More information

Using polynomial optimization to solve the fuel-optimal. linear impulsive rendezvous problem

Using polynomial optimization to solve the fuel-optimal. linear impulsive rendezvous problem Using polynomial optimization to solve the fuel-optimal linear impulsive rendezvous problem Denis Arzelier 1, Mounir Kara-Zaitri 2, Christophe Louembet 3 CNRS ; LAAS ; 7 avenue du colonel Roche, F-31077

More information

SOLVING FUEL-OPTIMAL IMPULSIVE RENDEZVOUS PROBLEM USING PRIMER VECTOR THEORY AND REAL ALGEBRAIC GEOMETRY

SOLVING FUEL-OPTIMAL IMPULSIVE RENDEZVOUS PROBLEM USING PRIMER VECTOR THEORY AND REAL ALGEBRAIC GEOMETRY SOLVING FUEL-OPTIMAL IMPULSIVE RENDEZVOUS PROBLEM USING PRIMER VECTOR THEORY AND REAL ALGEBRAIC GEOMETRY Mounir Kara-Zaitri (,1), Denis Arzelier (,2), Christophe Louembet (,3), Alain Théron (,4) ( ) CNRS

More information

Control of linear systems subject to time-domain constraints with polynomial pole placement and LMIs

Control of linear systems subject to time-domain constraints with polynomial pole placement and LMIs Control of linear systems subject to time-domain constraints with polynomial pole placement and LMIs Didier Henrion 1,2,3,4 Sophie Tarbouriech 1 Vladimír Kučera 3,5 February 12, 2004 Abstract: The paper

More information

NUMERICAL SEARCH OF BOUNDED RELATIVE SATELLITE MOTION

NUMERICAL SEARCH OF BOUNDED RELATIVE SATELLITE MOTION NUMERICAL SEARCH OF BOUNDED RELATIVE SATELLITE MOTION Marco Sabatini 1 Riccardo Bevilacqua 2 Mauro Pantaleoni 3 Dario Izzo 4 1 Ph. D. Candidate, University of Rome La Sapienza, Department of Aerospace

More information

AN ANALYTICAL SOLUTION TO QUICK-RESPONSE COLLISION AVOIDANCE MANEUVERS IN LOW EARTH ORBIT

AN ANALYTICAL SOLUTION TO QUICK-RESPONSE COLLISION AVOIDANCE MANEUVERS IN LOW EARTH ORBIT AAS 16-366 AN ANALYTICAL SOLUTION TO QUICK-RESPONSE COLLISION AVOIDANCE MANEUVERS IN LOW EARTH ORBIT Jason A. Reiter * and David B. Spencer INTRODUCTION Collision avoidance maneuvers to prevent orbital

More information

Linearized Fuel-Optimal Space rendezvous: Some theoretical and numerical aspects D. Arzelier with C. Louembet and A. Rondepierre MAC (LAAS-CNRS) and

Linearized Fuel-Optimal Space rendezvous: Some theoretical and numerical aspects D. Arzelier with C. Louembet and A. Rondepierre MAC (LAAS-CNRS) and Linearied Fuel-Optimal Space rendevous: Some theoretical and numerical aspects D. Arelier with C. Louembet and A. Rondepierre MAC (LAAS-CNRS) and MIP (IMT) Joint Project R-S7/VF-1-65 with CNES and EADS-ASTRIUM

More information

Formation Flying and Rendezvous and Docking Simulator for Exploration Missions (FAMOS-V2)

Formation Flying and Rendezvous and Docking Simulator for Exploration Missions (FAMOS-V2) Formation Flying and Rendezvous and Docking Simulator for Exploration Missions (FAMOS-V2) Galder Bengoa, F. Alonso, D. García, M. Graziano (GMV S.A.) Dr. Guillermo Ortega (ESA/ESTEC) 2nd ESA Workshop on

More information

Feedback Control of Spacecraft Rendezvous Maneuvers using Differential Drag

Feedback Control of Spacecraft Rendezvous Maneuvers using Differential Drag Feedback Control of Spacecraft Rendezvous Maneuvers using Differential Drag D. Pérez 1 and R. Bevilacqua Rensselaer Polytechnic Institute, Troy, New York, 1180 This work presents a feedback control strategy

More information

Lecture D30 - Orbit Transfers

Lecture D30 - Orbit Transfers J. Peraire 16.07 Dynamics Fall 004 Version 1.1 Lecture D30 - Orbit Transfers In this lecture, we will consider how to transfer from one orbit, or trajectory, to another. One of the assumptions that we

More information

Modeling, Dynamics and Control of Spacecraft Relative Motion in a Perturbed Keplerian Orbit

Modeling, Dynamics and Control of Spacecraft Relative Motion in a Perturbed Keplerian Orbit Paper Int l J. of Aeronautical & Space Sci. 16(1), 77 88 (2015) http://dx.doi.org/10.5139/ijass.2015.16.1.77 Modeling, Dynamics and Control of Spacecraft Relative Motion in a Perturbed Keplerian Orbit

More information

A Minimum-Fuel Fixed-Time Low-Thrust Rendezvous Solved with the Switching Systems Theory

A Minimum-Fuel Fixed-Time Low-Thrust Rendezvous Solved with the Switching Systems Theory A Minimum-Fuel Fixed-Time Low-Thrust Rendezvous Solved with the Switching Systems Theory Clément Gazzino, Denis Arzelier, Luca Cerri, Damiana Losa, Christophe Louembet, Christelle Pittet To cite this version:

More information

A SEARCH FOR INVARIANT RELATIVE SATELLITE MOTION

A SEARCH FOR INVARIANT RELATIVE SATELLITE MOTION A SEARCH FOR INVARIANT RELATIVE SATELLITE MOTION Marco Sabatini, Riccardo Bevilacqua, Mauro Pantaleoni, Dario Izzo * University of Roma La Sapienza, ESA Advanced Concepts Team ABSTRACT Relative motion

More information

Integer Programming for Optimal Control of Geostationary Station Keeping of Low-Thrust Satellites

Integer Programming for Optimal Control of Geostationary Station Keeping of Low-Thrust Satellites Integer Programming for Optimal Control of Geostationary Station Keeping of Low-Thrust Satellites Clément Gazzino, Christophe Louembet, Denis Arzelier, Nicolas Jozefowiez, Damiana Losa, C. Pittet, L Cerri

More information

Minimum Energy Trajectories for Techsat 21 Earth Orbiting Clusters

Minimum Energy Trajectories for Techsat 21 Earth Orbiting Clusters Minimum Energy Trajectories for Techsat 1 Earth Orbiting Clusters Edmund M. C. Kong SSL Graduate Research Assistant Prof David W. Miller Director, MIT Space Systems Lab Space 1 Conference & Exposition

More information

Technical work in WP2 and WP5

Technical work in WP2 and WP5 Technical work in WP2 and WP5 UNIZG-FER Mato Baotić, Branimir Novoselnik, Jadranko Matuško, Mario Vašak, Andrej Jokić Aachen, October 9, 2015 This project has received funding from the European Union s

More information

Study of the Fuel Consumption for Station-Keeping Maneuvers for GEO satellites based on the Integral of the Perturbing Forces over Time

Study of the Fuel Consumption for Station-Keeping Maneuvers for GEO satellites based on the Integral of the Perturbing Forces over Time Study of the Fuel Consumption for Station-Keeping Maneuvers for GEO satellites based on the Integral of the Perturbing Forces over Time THAIS CARNEIRO OLIVEIRA 1 ; ANTONIO FERNANDO BERTACHINI DE ALMEIDA

More information

MULTI PURPOSE MISSION ANALYSIS DEVELOPMENT FRAMEWORK MUPUMA

MULTI PURPOSE MISSION ANALYSIS DEVELOPMENT FRAMEWORK MUPUMA MULTI PURPOSE MISSION ANALYSIS DEVELOPMENT FRAMEWORK MUPUMA Felipe Jiménez (1), Francisco Javier Atapuerca (2), José María de Juana (3) (1) GMV AD., Isaac Newton 11, 28760 Tres Cantos, Spain, e-mail: fjimenez@gmv.com

More information

: low-thrust transfer software, optimal control problem, averaging techniques.

: low-thrust transfer software, optimal control problem, averaging techniques. J. Fourcade S. Geffroy R.Epenoy Centre National d Etudes Spatiales 8 avenue Edouard Belin 4 Toulouse cedex 4 France e-mail : Jean.Fourcade@cnes.fr Sophie.Geffroy@cnes.fr Richard.Epenoy@cnes.fr Low thrust

More information

Satellite Orbital Maneuvers and Transfers. Dr Ugur GUVEN

Satellite Orbital Maneuvers and Transfers. Dr Ugur GUVEN Satellite Orbital Maneuvers and Transfers Dr Ugur GUVEN Orbit Maneuvers At some point during the lifetime of most space vehicles or satellites, we must change one or more of the orbital elements. For example,

More information

1. (a) Describe the difference between over-expanded, under-expanded and ideallyexpanded

1. (a) Describe the difference between over-expanded, under-expanded and ideallyexpanded Code No: R05322106 Set No. 1 1. (a) Describe the difference between over-expanded, under-expanded and ideallyexpanded rocket nozzles. (b) While on its way into orbit a space shuttle with an initial mass

More information

Optimal Generalized Hohmann Transfer with Plane Change Using Lagrange Multipliers

Optimal Generalized Hohmann Transfer with Plane Change Using Lagrange Multipliers Mechanics and Mechanical Engineering Vol. 21, No. 4 (2017) 11 16 c Lodz University of Technology Optimal Generalized Hohmann Transfer with Plane Change Using Lagrange Multipliers Osman M. Kamel Astronomy

More information

ROBUST RENDEZ-VOUS PLANNING USING THE SCENARIO APPROACH AND DIFFERENTIAL FLATNESS

ROBUST RENDEZ-VOUS PLANNING USING THE SCENARIO APPROACH AND DIFFERENTIAL FLATNESS IAA-AAS-DyCoSS2-14-14-04 ROBUST RENDEZ-VOUS PLANNING USING THE SCENARIO APPROACH AND DIFFERENTIAL FLATNESS Lamberto Dell Elce and Gaëtan Kerschen INTRODUCTION There is a growing interest in uncertainty

More information

Swarm navigation and reconfiguration using electrostatic forces

Swarm navigation and reconfiguration using electrostatic forces Swarm navigation and reconfiguration using electrostatic forces L. Pettazzi a, D. Izzo b and S. Theil a a ZARM, University of Bremen, Germany b EUI-ACT, ESA-ESTEC, The Netherlands Abstract The concept

More information

A New Mixed Iterative Algorithm to Solve the Fuel-Optimal Linear Impulsive Rendezvous Problem

A New Mixed Iterative Algorithm to Solve the Fuel-Optimal Linear Impulsive Rendezvous Problem A New Mixed Iterative Algorithm to Solve the Fuel-Optimal Linear Impulsive Rendezvous Problem Denis Arzelier, Christophe Louembet, Aude Rondepierre, Mounir Kara-Zaitri To cite this version: Denis Arzelier,

More information

Analysis of optimal strategies for soft landing on the Moon from lunar parking orbits

Analysis of optimal strategies for soft landing on the Moon from lunar parking orbits Analysis of optimal strategies for soft landing on the Moon from lunar parking orbits R V Ramanan and Madan Lal Aerospace Flight Dynamics Group, Vikram Sarabhai Space Centre, Thiruvananthapuram 695 022,

More information

Ulrich Walter. Astronautics. The Physics of Space Flight. 2nd, Enlarged and Improved Edition

Ulrich Walter. Astronautics. The Physics of Space Flight. 2nd, Enlarged and Improved Edition Ulrich Walter Astronautics The Physics of Space Flight 2nd, Enlarged and Improved Edition Preface to Second Edition Preface XVII Acknowledgments XIX List of Symbols XXI XV 1 Rocket Fundamentals 1 1.1 Rocket

More information

EE C128 / ME C134 Feedback Control Systems

EE C128 / ME C134 Feedback Control Systems EE C128 / ME C134 Feedback Control Systems Lecture Additional Material Introduction to Model Predictive Control Maximilian Balandat Department of Electrical Engineering & Computer Science University of

More information

Low-Thrust Trajectories to the Moon

Low-Thrust Trajectories to the Moon 3rd WSEAS International Conference on APPLIED and THEORETICAL MECHANICS, Spain, December 14-16, 7 257 Low-Thrust Trajectories to the Moon ANTONIO F. B. A. PRADO Space Mechanics and Control Division INPE

More information

Spacecraft motion and attitude control in the high elliptic orbit

Spacecraft motion and attitude control in the high elliptic orbit Spacecraft motion and attitude control in the high elliptic orbit IEC-2007-30 resented at the 30 th International Electric ropulsion Conference, Florence, Italy V.A. bukhov *, A.I. okryshkin, G.A. opov

More information

A Concept Study of the All-Electric Satellite s Attitude and Orbit Control System in Orbit Raising

A Concept Study of the All-Electric Satellite s Attitude and Orbit Control System in Orbit Raising Journal of Automation and Control Engineering Vol., No., December A Concept Study of the All-Electric Satellite s Attitude and Orbit Control System in Orbit Raising Yoshinobu Sasaki Japan Aerospace Exploration

More information

Onboard Maneuver Planning for the Autonomous Vision Approach Navigation and Target Identification (AVANTI) experiment within the DLR FireBird mission

Onboard Maneuver Planning for the Autonomous Vision Approach Navigation and Target Identification (AVANTI) experiment within the DLR FireBird mission Onboard Maneuver Planning for the Autonomous Vision Approach Navigation and Target Identification (AVANTI) experiment within the DLR FireBird mission G. Gaias, DLR/GSOC/Space Flight Technology Department

More information

11.1 Survey of Spacecraft Propulsion Systems

11.1 Survey of Spacecraft Propulsion Systems 11.1 Survey of Spacecraft Propulsion Systems 11.1 Survey of Spacecraft Propulsion Systems In the progressing Space Age, spacecrafts such as satellites and space probes are the key to space exploration,

More information

Input-output finite-time stabilization for a class of hybrid systems

Input-output finite-time stabilization for a class of hybrid systems Input-output finite-time stabilization for a class of hybrid systems Francesco Amato 1 Gianmaria De Tommasi 2 1 Università degli Studi Magna Græcia di Catanzaro, Catanzaro, Italy, 2 Università degli Studi

More information

ORBITAL CHARACTERISTICS DUE TO THE THREE DIMENSIONAL SWING-BY IN THE SUN-JUPITER SYSTEM

ORBITAL CHARACTERISTICS DUE TO THE THREE DIMENSIONAL SWING-BY IN THE SUN-JUPITER SYSTEM ORBITAL CHARACTERISTICS DUE TO THE THREE DIMENSIONAL SWING-BY IN THE SUN-JUPITER SYSTEM JORGE K. S. FORMIGA 1,2 and ANTONIO F B A PRADO 2 National Institute for Space Research -INPE 1 Technology Faculty-FATEC-SJC

More information

Space Travel on a Shoestring: CubeSat Beyond LEO

Space Travel on a Shoestring: CubeSat Beyond LEO Space Travel on a Shoestring: CubeSat Beyond LEO Massimiliano Vasile, Willem van der Weg, Marilena Di Carlo Department of Mechanical and Aerospace Engineering University of Strathclyde, Glasgow 5th Interplanetary

More information

Appendix A Solving Linear Matrix Inequality (LMI) Problems

Appendix A Solving Linear Matrix Inequality (LMI) Problems Appendix A Solving Linear Matrix Inequality (LMI) Problems In this section, we present a brief introduction about linear matrix inequalities which have been used extensively to solve the FDI problems described

More information

EVALUATION OF A SPACECRAFT TRAJECTORY DEVIATION DUE TO THE LUNAR ALBEDO

EVALUATION OF A SPACECRAFT TRAJECTORY DEVIATION DUE TO THE LUNAR ALBEDO ISSN 76-58 nd International Congress of Mechanical Engineering (COBEM 3) November 3-7, 3, Ribeirão Preto, SP, Brazil Copyright 3 by ABCM EVALUATION OF A SPACECRAFT TRAJECTORY DEVIATION DUE TO THE LUNAR

More information

BravoSat: Optimizing the Delta-V Capability of a CubeSat Mission. with Novel Plasma Propulsion Technology ISSC 2013

BravoSat: Optimizing the Delta-V Capability of a CubeSat Mission. with Novel Plasma Propulsion Technology ISSC 2013 BravoSat: Optimizing the Delta-V Capability of a CubeSat Mission with Novel Plasma Propulsion Technology Sara Spangelo, NASA JPL, Caltech Benjamin Longmier, University of Michigan Interplanetary Small

More information

End of Life Re-orbiting The Meteosat-5 Experience

End of Life Re-orbiting The Meteosat-5 Experience End of Life Re-orbiting The Meteosat-5 Experience Milan EUMETSAT, Darmstadt, Germany This article illustrates the orbit maneuver sequence performed during Meteosat- 5 End of Life (EOL) re-orbiting operations

More information

SUN INFLUENCE ON TWO-IMPULSIVE EARTH-TO-MOON TRANSFERS. Sandro da Silva Fernandes. Cleverson Maranhão Porto Marinho

SUN INFLUENCE ON TWO-IMPULSIVE EARTH-TO-MOON TRANSFERS. Sandro da Silva Fernandes. Cleverson Maranhão Porto Marinho SUN INFLUENCE ON TWO-IMPULSIVE EARTH-TO-MOON TRANSFERS Sandro da Silva Fernandes Instituto Tecnológico de Aeronáutica, São José dos Campos - 12228-900 - SP-Brazil, (+55) (12) 3947-5953 sandro@ita.br Cleverson

More information

NAVIGATION & MISSION DESIGN BRANCH

NAVIGATION & MISSION DESIGN BRANCH c o d e 5 9 5 National Aeronautics and Space Administration Michael Mesarch Michael.A.Mesarch@nasa.gov NAVIGATION & MISSION DESIGN BRANCH www.nasa.gov Outline Orbital Elements Orbital Precession Differential

More information

System Control Engineering 0

System Control Engineering 0 System Control Engineering 0 Koichi Hashimoto Graduate School of Information Sciences Text: Nonlinear Control Systems Analysis and Design, Wiley Author: Horacio J. Marquez Web: http://www.ic.is.tohoku.ac.jp/~koichi/system_control/

More information

Constrained interpolation-based control for polytopic uncertain systems

Constrained interpolation-based control for polytopic uncertain systems 2011 50th IEEE Conference on Decision and Control and European Control Conference CDC-ECC Orlando FL USA December 12-15 2011 Constrained interpolation-based control for polytopic uncertain systems H.-N.

More information

Optimal Control based Time Optimal Low Thrust Orbit Raising

Optimal Control based Time Optimal Low Thrust Orbit Raising Optimal Control based Time Optimal Low Thrust Orbit Raising Deepak Gaur 1, M. S. Prasad 2 1 M. Tech. (Avionics), Amity Institute of Space Science and Technology, Amity University, Noida, U.P., India 2

More information

LYAPUNOV-BASED ELLIPTICAL TO CIRCULAR PLANAR ORBIT TRANSFERS IN LEVI-CIVITA COORDINATES

LYAPUNOV-BASED ELLIPTICAL TO CIRCULAR PLANAR ORBIT TRANSFERS IN LEVI-CIVITA COORDINATES (Preprint) AAS 2-66 LYAPUNOV-BASED ELLIPTICAL TO CIRCULAR PLANAR ORBIT TRANSFERS IN LEVI-CIVITA COORDINATES Sonia Hernandez, Maruthi R. Akella, and Cesar A. Ocampo INTRODUCTION We consider planar orbit

More information

Advanced Guidance Algorithms for Spacecraft Formation-keeping

Advanced Guidance Algorithms for Spacecraft Formation-keeping Advanced Guidance Algorithms for Spacecraft Formation-keeping Michael Tillerson and Jonathan P. How Space Systems Laboratory Massachusetts Institute of Technology Abstract This paper presents advanced

More information

GUIDANCE, NAVIGATION, AND CONTROL TECHNIQUES AND TECHNOLOGIES FOR ACTIVE DEBRIS REMOVAL

GUIDANCE, NAVIGATION, AND CONTROL TECHNIQUES AND TECHNOLOGIES FOR ACTIVE DEBRIS REMOVAL GUIDANCE, NAVIGATION, AND CONTROL TECHNIQUES AND TECHNOLOGIES FOR ACTIVE DEBRIS REMOVAL Antonio Rinalducci, Guillermo Ortega Hernando, Sven Erb, Alexander Cropp, Thomas Voirin, Olivier Dubois-Matra, Gianfranco

More information

Sliding Mode Control Strategies for Spacecraft Rendezvous Maneuvers

Sliding Mode Control Strategies for Spacecraft Rendezvous Maneuvers Osaka University March 15, 2018 Sliding Mode Control Strategies for Spacecraft Rendezvous Maneuvers Elisabetta Punta CNR-IEIIT, Italy Problem Statement First Case Spacecraft Model Position Dynamics Attitude

More information

New Control Methodology for Nonlinear Systems and Its Application to Astrodynamics

New Control Methodology for Nonlinear Systems and Its Application to Astrodynamics New Control Methodology for Nonlinear Systems and Its Application to Astrodynamics Hancheol Cho, Ph.D. Marie-Curie COFUND Postdoctoral Fellow Space Structures and Systems Laboratory (S3L) Department of

More information

Autonomous Trajectory Planning by Convex Optimization

Autonomous Trajectory Planning by Convex Optimization Graduate Theses and Dissertations Graduate College 213 Autonomous Trajectory Planning by Convex Optimization Xinfu Liu Iowa State University Follow this and additional works at: http://lib.dr.iastate.edu/etd

More information

Relative Motion of Formation Flying with Elliptical Reference Orbit

Relative Motion of Formation Flying with Elliptical Reference Orbit Vol., No. 6, 13 Relative Motion of Formation Flying with Elliptical Reference Orbit Hany R Dwidar and Ashraf H. Owis Department of Astronomy, Space and Meteorology, Faculty of Science, Cairo University

More information

RELATIVE MISSION ANALYSIS FOR PROBA 3: SAFE ORBITS AND CAM

RELATIVE MISSION ANALYSIS FOR PROBA 3: SAFE ORBITS AND CAM 5TH INTERNATIONAL CONFERENCE ON SPACECRAFT FORMATION FLYING MISSIONS AND TECHNOLOGIES RELATIVE MISSION ANALYSIS FOR PROBA 3: SAFE ORBITS AND CAM Munich, 31 st May 2013 T. V. Peters D. Escorial Presented

More information

COUPLED OPTIMIZATION OF LAUNCHER AND ALL-ELECTRIC SATELLITE TRAJECTORIES

COUPLED OPTIMIZATION OF LAUNCHER AND ALL-ELECTRIC SATELLITE TRAJECTORIES COUPLED OPTIMIZATION OF LAUNCHER AND ALL-ELECTRIC SATELLITE TRAJECTORIES M. Verlet (1), B. Slama (1), S. Reynaud (1), and M. Cerf (1) (1) Airbus Defence and Space, 66 Route de Verneuil, 78133 Les Mureaux,

More information

5.12 The Aerodynamic Assist Trajectories of Vehicles Propelled by Solar Radiation Pressure References...

5.12 The Aerodynamic Assist Trajectories of Vehicles Propelled by Solar Radiation Pressure References... 1 The Two-Body Problem... 1 1.1 Position of the Problem... 1 1.2 The Conic Sections and Their Geometrical Properties... 12 1.3 The Elliptic Orbits... 20 1.4 The Hyperbolic and Parabolic Trajectories...

More information

Marcus Pantoja da Silva 1 and Celso Pascoli Bottura 2. Abstract: Nonlinear systems with time-varying uncertainties

Marcus Pantoja da Silva 1 and Celso Pascoli Bottura 2. Abstract: Nonlinear systems with time-varying uncertainties A NEW PROPOSAL FOR H NORM CHARACTERIZATION AND THE OPTIMAL H CONTROL OF NONLINEAR SSTEMS WITH TIME-VARING UNCERTAINTIES WITH KNOWN NORM BOUND AND EXOGENOUS DISTURBANCES Marcus Pantoja da Silva 1 and Celso

More information

Robust Multi-Objective Control for Linear Systems

Robust Multi-Objective Control for Linear Systems Robust Multi-Objective Control for Linear Systems Elements of theory and ROMULOC toolbox Dimitri PEAUCELLE & Denis ARZELIER LAAS-CNRS, Toulouse, FRANCE Part of the OLOCEP project (includes GloptiPoly)

More information

Dynamics and Control of Lorentz-Augmented Spacecraft Relative Motion

Dynamics and Control of Lorentz-Augmented Spacecraft Relative Motion Dynamics and Control of Lorentz-Augmented Spacecraft Relative Motion Ye Yan Xu Huang Yueneng Yang Dynamics and Control of Lorentz-Augmented Spacecraft Relative Motion 123 Ye Yan College of Aerospace Science

More information

Rendezvous Maneuvers with Final Approach by R-bar to Target Satellite in Leo Orbit

Rendezvous Maneuvers with Final Approach by R-bar to Target Satellite in Leo Orbit Rendezvous Maneuvers with Final Approach by R-bar to Target Satellite in Leo Orbit William Reis Silva* Ijar Milagre da Fonseca Space Mechanics and Control Division INPE - Brazilian Institute for Space

More information

Electrostatic Force for Swarm Navigation and Reconfiguration

Electrostatic Force for Swarm Navigation and Reconfiguration Electrostatic Force for Swarm Navigation and Reconfiguration Lorenzo Pettazzi, Hans Krüger, Stephan Theil, Dario Izzo January 21, 28 Abstract In this work the concept of a swarm of satellites controlled

More information

Figure 1. View of ALSAT-2A spacecraft

Figure 1. View of ALSAT-2A spacecraft ALSAT-2A TRANSFER AND FIRST YEAR OPERATIONS M. Kameche (1), A.H. Gicquel (2), D. Joalland (3) (1) CTS/ASAL, 1 Avenue de la Palestine, BP 13, Arzew 31200 Oran, Algérie, email:mo_kameche@netcourrier.com

More information

SPACECRAFT FORMATION CONTROL IN VICINITY OF LIBRATION POINTS USING SOLAR SAILS

SPACECRAFT FORMATION CONTROL IN VICINITY OF LIBRATION POINTS USING SOLAR SAILS SPACECRAFT FORMATION CONTROL IN VICINITY OF LIBRATION POINTS USING SOLAR SAILS D. Novikov (1), R. Nazirov (), N. Eismont (3) (1) E-mail: dnovikov@iki.rssi.ru () E-mail: rnazirov@rssi.ru (3) E-mail: neismont@iki.rssi.ru

More information

Analytical Validation Tools for Safety Critical Systems

Analytical Validation Tools for Safety Critical Systems Analytical Validation Tools for Safety Critical Systems Peter Seiler and Gary Balas Department of Aerospace Engineering & Mechanics, University of Minnesota, Minneapolis, MN, 55455, USA Andrew Packard

More information

Verified High-Order Optimal Control in Space Flight Dynamics

Verified High-Order Optimal Control in Space Flight Dynamics Verified High-Order Optimal Control in Space Flight Dynamics R. Armellin, P. Di Lizia, F. Bernelli-Zazzera K. Makino and M. Berz Fourth International Workshop on Taylor Methods Boca Raton, December 16

More information

COVARIANCE DETERMINATION, PROPAGATION AND INTERPOLATION TECHNIQUES FOR SPACE SURVEILLANCE. European Space Surveillance Conference 7-9 June 2011

COVARIANCE DETERMINATION, PROPAGATION AND INTERPOLATION TECHNIQUES FOR SPACE SURVEILLANCE. European Space Surveillance Conference 7-9 June 2011 COVARIANCE DETERMINATION, PROPAGATION AND INTERPOLATION TECHNIQUES FOR SPACE SURVEILLANCE European Space Surveillance Conference 7-9 June 2011 Pablo García (1), Diego Escobar (1), Alberto Águeda (1), Francisco

More information

Flight Dynamics Operations solution for full-electric propulsion-based GEO missions

Flight Dynamics Operations solution for full-electric propulsion-based GEO missions SpaceOps Conferences 5-9 May 2014, Pasadena, CA SpaceOps 2014 Conference 10.2514/6.2014-1903 Flight Dynamics Operations solution for full-electric propulsion-based GEO missions Felipe Jiménez 1, Javier

More information

L eaving Earth and arriving at another planet or asteroid requires

L eaving Earth and arriving at another planet or asteroid requires Designing Interplanetary Transfers L eaving Earth and arriving at another planet or asteroid requires a spacecraft to implement a sequence of manoeuvres. These include changes of velocity needed to escape

More information

Control of Long-Term Low-Thrust Small Satellites Orbiting Mars

Control of Long-Term Low-Thrust Small Satellites Orbiting Mars SSC18-PII-26 Control of Long-Term Low-Thrust Small Satellites Orbiting Mars Christopher Swanson University of Florida 3131 NW 58 th Blvd. Gainesville FL ccswanson@ufl.edu Faculty Advisor: Riccardo Bevilacqua

More information

Distributed Coordination and Control of Formation Flying Spacecraft

Distributed Coordination and Control of Formation Flying Spacecraft Distributed Coordination and Control of Formation Flying Spacecraft Michael Tillerson, Louis Breger, and Jonathan P. How MIT Department of Aeronautics and Astronautics {mike t, lbreger, jhow}@mit.edu Abstract

More information

Robust Stability. Robust stability against time-invariant and time-varying uncertainties. Parameter dependent Lyapunov functions

Robust Stability. Robust stability against time-invariant and time-varying uncertainties. Parameter dependent Lyapunov functions Robust Stability Robust stability against time-invariant and time-varying uncertainties Parameter dependent Lyapunov functions Semi-infinite LMI problems From nominal to robust performance 1/24 Time-Invariant

More information

EVALUATING ORBITS WITH POTENTIAL TO USE SOLAR SAIL FOR STATION-KEEPING MANEUVERS

EVALUATING ORBITS WITH POTENTIAL TO USE SOLAR SAIL FOR STATION-KEEPING MANEUVERS IAA-AAS-DyCoSS2-14-16-03 EVALUATING ORBITS WITH POTENTIAL TO USE SOLAR SAIL FOR STATION-KEEPING MANEUVERS Thais C. Oliveira, * and Antonio F. B. A. Prado INTRODUCTION The purpose of this paper is to find

More information

Relative Orbital Elements: Theory and Applications

Relative Orbital Elements: Theory and Applications aa.stanford.edu stanford.edu Relative Orbital Elements: Theory and Applications Simone D Amico, PhD Assist. Prof. of Aeronautics and Astronautics Director, Space Rendezvous Laboratory (SLAB) Slide 1 Table

More information

Experimental Analysis of Low Earth Orbit Satellites due to Atmospheric Perturbations

Experimental Analysis of Low Earth Orbit Satellites due to Atmospheric Perturbations Experimental Analysis of Low Earth Orbit Satellites due to Atmospheric Perturbations Aman Saluja #1, Manish Bansal #2, M Raja #3, Mohd Maaz #4 #Aerospace Department, University of Petroleum and Energy

More information

APPLICATION OF THE HÉNON S ORBIT TRANSFER PROBLEM TO MANEUVER A SATELLITE IN A CONSTELLATION

APPLICATION OF THE HÉNON S ORBIT TRANSFER PROBLEM TO MANEUVER A SATELLITE IN A CONSTELLATION APPLICATION OF THE HÉNON S ORBIT TRANSFER PROBLEM TO MANEUVER A SATELLITE IN A CONSTELLATION Antonio Fernando Bertachini de Almeida Prado Instituto Nacional de Pesquisas Espaciais INPE/DMC Av. Dos Astronautas

More information

Lecture 6 Verification of Hybrid Systems

Lecture 6 Verification of Hybrid Systems Lecture 6 Verification of Hybrid Systems Ufuk Topcu Nok Wongpiromsarn Richard M. Murray AFRL, 25 April 2012 Outline: A hybrid system model Finite-state abstractions and use of model checking Deductive

More information

Table-Based Polynomials for Fast Hardware Function Evaluation

Table-Based Polynomials for Fast Hardware Function Evaluation ASAP 05 Table-Based Polynomials for Fast Hardware Function Evaluation Jérémie Detrey Florent de Dinechin Projet Arénaire LIP UMR CNRS ENS Lyon UCB Lyon INRIA 5668 http://www.ens-lyon.fr/lip/arenaire/ CENTRE

More information

Two-Point Boundary Value Problem and Optimal Feedback Control based on Differential Algebra

Two-Point Boundary Value Problem and Optimal Feedback Control based on Differential Algebra Two-Point Boundary Value Problem and Optimal Feedback Control based on Differential Algebra Politecnico di Milano Department of Aerospace Engineering Milan, Italy Taylor Methods and Computer Assisted Proofs

More information

Accurate numerical orbit propagation using Polynomial Algebra Computational Engine PACE. ISSFD 2015 congress, Germany. Dated: September 14, 2015

Accurate numerical orbit propagation using Polynomial Algebra Computational Engine PACE. ISSFD 2015 congress, Germany. Dated: September 14, 2015 Accurate numerical orbit propagation using Polynomial Algebra Computational Engine PACE Emmanuel Bignon (), Pierre mercier (), Vincent Azzopardi (), Romain Pinède () ISSFD 205 congress, Germany Dated:

More information

COUPLED ORBITAL AND ATTITUDE CONTROL SIMULATION

COUPLED ORBITAL AND ATTITUDE CONTROL SIMULATION COUPLED ORBITAL AND ATTITUDE CONTROL SIMULATION Scott E. Lennox AOE 5984: Advanced Attitude Spacecraft Dynamics and Control December 12, 23 INTRODUCTION In the last few years the space industry has started

More information

Learning Model Predictive Control for Iterative Tasks: A Computationally Efficient Approach for Linear System

Learning Model Predictive Control for Iterative Tasks: A Computationally Efficient Approach for Linear System Learning Model Predictive Control for Iterative Tasks: A Computationally Efficient Approach for Linear System Ugo Rosolia Francesco Borrelli University of California at Berkeley, Berkeley, CA 94701, USA

More information

Problem A: Solar Sailing to Mars

Problem A: Solar Sailing to Mars Problem A: Solar Sailing to Mars Team 670 November 13, 017 Abstract Solar sails became reality lately, being far more affordable then most of modern methods of propulsion in space. They obviously have

More information

WEIGHTING MATRICES DETERMINATION USING POLE PLACEMENT FOR TRACKING MANEUVERS

WEIGHTING MATRICES DETERMINATION USING POLE PLACEMENT FOR TRACKING MANEUVERS U.P.B. Sci. Bull., Series D, Vol. 75, Iss. 2, 2013 ISSN 1454-2358 WEIGHTING MATRICES DETERMINATION USING POLE PLACEMENT FOR TRACKING MANEUVERS Raluca M. STEFANESCU 1, Claudiu L. PRIOROC 2, Adrian M. STOICA

More information

Recent robust analysis and design results. for simple adaptive control

Recent robust analysis and design results. for simple adaptive control Recent robust analysis and design results for simple adaptive control Dimitri PEAUCELLE LAAS-CNRS - Université de Toulouse - FRANCE Cooperation program between CNRS, RAS and RFBR A. Fradkov, B. Andrievsky,

More information

Results found by the CNES team (team #4)

Results found by the CNES team (team #4) 3 rd Global Trajectory Optimisation Competition (GTOC3) organized by the Aerospace Propulsion Group of the Dipartimento di Energetica at Politecnico di Torino Results found by the CNES team (team #4) Presented

More information

From the Earth to the Moon: the weak stability boundary and invariant manifolds -

From the Earth to the Moon: the weak stability boundary and invariant manifolds - From the Earth to the Moon: the weak stability boundary and invariant manifolds - Priscilla A. Sousa Silva MAiA-UB - - - Seminari Informal de Matemàtiques de Barcelona 05-06-2012 P.A. Sousa Silva (MAiA-UB)

More information

TRAJECTORY SIMULATIONS FOR THRUST-VECTORED ELECTRIC PROPULSION MISSIONS

TRAJECTORY SIMULATIONS FOR THRUST-VECTORED ELECTRIC PROPULSION MISSIONS RAJECORY SIMULAIONS FOR HRUS-VECORED ELECRIC PROPULSION MISSIONS Abstract N. Leveque, C. Welch, A. Ellery, A. Curley Kingston University, Astronautics and Space Systems Group School of Engineering Friars

More information

CRaTER Thermal Analysis

CRaTER Thermal Analysis CRaTER Thermal Analysis Huade Tan Contents System Overview Design & Requirements Inputs and Assumptions Power Dissipations Environment and Orbit Current Model Results Instrument temperatures Orbital temperature

More information

Convex computation of the region of attraction for polynomial control systems

Convex computation of the region of attraction for polynomial control systems Convex computation of the region of attraction for polynomial control systems Didier Henrion LAAS-CNRS Toulouse & CTU Prague Milan Korda EPFL Lausanne Region of Attraction (ROA) ẋ = f (x,u), x(t) X, u(t)

More information

Lyapunov-based Spacecraft Rendezvous Maneuvers using Differential Drag

Lyapunov-based Spacecraft Rendezvous Maneuvers using Differential Drag AIAA Guidance, Navigation, and Control Conference 08-11 August 2011, Portland, Oregon AIAA 2011-6630 Lyapunov-based Spacecraft Rendezvous Maneuvers using Differential Drag D. Pérez 1 and R. Bevilacqua

More information

Searching for less perturbed elliptical orbits around Europa

Searching for less perturbed elliptical orbits around Europa Journal of Physics: Conference Series PAPER OPEN ACCESS Searching for less perturbed elliptical orbits around Europa To cite this article: J Cardoso dos Santos et al 2015 J. Phys.: Conf. Ser. 641 012011

More information

ASEN 5050 SPACEFLIGHT DYNAMICS Prox Ops, Lambert

ASEN 5050 SPACEFLIGHT DYNAMICS Prox Ops, Lambert ASEN 5050 SPACEFLIGHT DYNAMICS Prox Ops, Lambert Prof. Jeffrey S. Parker University of Colorado Boulder Lecture 15: ProxOps, Lambert 1 Announcements Homework #5 is due next Friday 10/10 CAETE by Friday

More information

Large-scale and infinite dimensional dynamical systems approximation

Large-scale and infinite dimensional dynamical systems approximation Large-scale and infinite dimensional dynamical systems approximation Igor PONTES DUFF PEREIRA Doctorant 3ème année - ONERA/DCSD Directeur de thèse: Charles POUSSOT-VASSAL Co-encadrant: Cédric SEREN 1 What

More information

A Gravitational Tractor for Towing Asteroids

A Gravitational Tractor for Towing Asteroids 1 A Gravitational Tractor for Towing Asteroids Edward T. Lu and Stanley G. Love NASA Johnson Space Center We present a concept for a spacecraft that can controllably alter the trajectory of an Earth threatening

More information

Energy Optimum Reactionless Path Planning for Capture of Tumbling Orbiting Objects using a Dual-Arm Robot

Energy Optimum Reactionless Path Planning for Capture of Tumbling Orbiting Objects using a Dual-Arm Robot Energy Optimum Reactionless Path Planning for Capture of Tumbling Orbiting Objects using a Dual-Arm Robot S. V. Shah and A. Gattupalli Robotics Research Center International Institute of Information Technology

More information