Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 612 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 612 Bytes

Orbit

  1. Orbit is a simulation tool that enables the client to plan missions to other planets launched from earth.
  • This is done in the scope of optimal control theory using optimization algorithms to determine the thruster activities of the spacecraft
  • The software is cross-platform and is able to run on clusters as well.
  • For optimization the default procedure is CMAES (Covariance Matrix Adaption Evolutionary Strategy)
  1. Setup Dependencies:
  • sudo apt-get install libarmadillo-dev
  1. Build
  • cd into rep
  • cmake .
  • make Orbit
  • ./Orbit
  1. Look at data
  • run matlab-script: plotSimple.m