Modelling halo/Lissajous orbit around Sun-Earth L2 point

Hi everyone,

I am currently studying the possibility to model orbits around the Sun-Earth Lagrange L2 point (using the Orekit L2Frame) to perform thermal analysis.
I know that the typical halo orbits around this point describe Lissajous curves.

Is there an easy way to model these halo orbits using Orekit ?

Cheers,
Antoine

It’s coming…

We have an intern working on this currently. It is possible to represent trajectories about Lagrange points since version 10.0, but it requires the trajectory to be computed by a numerical model. This opens a can of worms because numerical models clearly show the unstable nature of these trajectories. Halo orbits are cool but really happen only in models where physics have been simplified (the so call CR3BP for Circular Restricted 3-body problem). Reality is quite far from CR3BP.

Our intern has already implemented the CR3BP part, so by now we can find halo orbits in the simplified physics model, and we still can model full trajectories with all perturbations for realistic simulations. His current work is to build a bridge between the two models. Our current idea is to progressively change the simplified model into the full model (think homotopic methods). This work is ongoing.

If you want to have a look at the current state of the project, you need to checkout the specific git repository that has been set up for the intern and look at the cr3bp branch: https://gitlab.orekit.org/vmouraux/orekit/tree/cr3bp.

1 Like

Great news !
Do you have a rough idea of when it could be integrated to Orekit (just to have an idea) ?

Anyways, thanks a lot Luc for such a quick and complete answer.

Antoine

It will probably be merged in October, after the internship end.