Skip to content

Partial fix Issue #876 and improvements in Multiple Shooting

Alberto Fossà requested to merge afossa/orekit:issue-876 into develop

Summary of changes in AbstractMultipleShooting

  1. Fix sign of epoch partials
  2. Avoid computation of inverse of Jacobian
  3. Allow for under-determined linear systems
  4. Added possibility to scale the linear system based on a reference time and length
  5. Allow for different duration of trajectory arcs

Moved methods related to closed orbit constraint to CR3BPMultipleShooter class since the constraint is not enforced by the other implementations. Added unittest to check it is working correctly.

Merge request reports