From 4dfa483f6c3c2be32f859a749aaabc977e2fa0be Mon Sep 17 00:00:00 2001 From: Krafpy Date: Sun, 17 Jul 2022 10:20:51 +0200 Subject: [PATCH] Updated README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0d7a3a4..c67eca4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # Multiple Gravity Assist Trajectory Planner for KSP + An online tool providing automatic design of trajectories with multiple gravity assists for Kerbal Space Program. -![Example trajectory](imgs/example_trajectory.png) +![Example trajectory](imgs/example_trajectory_2.png) ## Dependencies @@ -9,7 +10,7 @@ This project was developed on [Visual Studio Code](https://code.visualstudio.com It requires type definitions for [THREE.js](https://github.com/mrdoob/three.js/), [Chart.js](https://github.com/chartjs) and [js-yaml](https://github.com/nodeca/js-yaml). They can be obtained with the following commands: -``` +```cmd npm install --save-dev @types/three npm install --save-dev @types/js-yaml npm install --save-dev @types/chart.js @@ -31,10 +32,9 @@ export * from '../examples/jsm/controls/OrbitControls'; ## Used resources -- Ceriotti, Matteo (2010) Global optimisation of multiple gravity assist trajectories. PhD thesis. +- Ceriotti, Matteo (2010) Global optimisation of multiple gravity assist trajectories. PhD thesis. - Orbital Mechanics for Engineering Students by Howard D. Curtis - [René Schwarz' website](https://www.rene-schwarz.com/web/Home) and his Memorandum Series - [Astrodynamics Wikibook](https://en.wikibooks.org/wiki/Astrodynamics) - [ESA's Lambert Solver script](https://github.com/esa/pykep/blob/master/src/lambert_problem.cpp) for pykep - [Space Exploration StackExchange](https://space.stackexchange.com/) (more precisely [this](https://space.stackexchange.com/questions/54414/how-to-calculate-the-velocity-vector-in-the-case-of-a-hyperbolic-orbit) and [this](https://space.stackexchange.com/questions/54448/calculating-the-time-of-flight-between-two-anomalies-gives-a-negative-result) post) -