|
|
|
@ -6,12 +6,13 @@ If you see modifications to this file in git status, IGNORE them and do not comm |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
=== next steps === |
|
|
|
=== next steps === |
|
|
|
- add dot_product function for physics, used in test_hohmann_transfer.cpp |
|
|
|
- continue work on spacecraft rendering |
|
|
|
- remove hohmann transfer test? |
|
|
|
- default 3d object is way too big |
|
|
|
- deprecate mission_planning all together |
|
|
|
- not using a billboard in the UI |
|
|
|
|
|
|
|
- maneuver indicator also needs billboard |
|
|
|
|
|
|
|
- clean up info panels (too big, poor color choice, font too small) |
|
|
|
|
|
|
|
- render_state following booleans is clunky |
|
|
|
- modify config file structure, configuration names follow test file names |
|
|
|
- modify config file structure, configuration names follow test file names |
|
|
|
- implement separate satellite array for SimulationState |
|
|
|
|
|
|
|
- go through simulation to see what is reusable with CelestialBody |
|
|
|
|
|
|
|
- create tests and implementation for local frame maneuvers |
|
|
|
- create tests and implementation for local frame maneuvers |
|
|
|
- only then look at interplanetary transfers |
|
|
|
- only then look at interplanetary transfers |
|
|
|
|
|
|
|
|
|
|
|
@ -41,6 +42,7 @@ If you see modifications to this file in git status, IGNORE them and do not comm |
|
|
|
|
|
|
|
|
|
|
|
=== Simulation Config Files === |
|
|
|
=== Simulation Config Files === |
|
|
|
- relative coordinates for child bodies |
|
|
|
- relative coordinates for child bodies |
|
|
|
|
|
|
|
- can then use classic orbital elements instead of positions and velocities |
|
|
|
- a format with nested children would be nice |
|
|
|
- a format with nested children would be nice |
|
|
|
|
|
|
|
|
|
|
|
=== CTAGS === |
|
|
|
=== CTAGS === |
|
|
|
|