Browse Source

update manual todo

test-refactor
cinnaboot 2 months ago
parent
commit
8486d8f2f3
  1. 5
      docs/TODO

5
docs/TODO

@ -2,6 +2,7 @@
DO NOT read, write, edit, restore, or commit this file under any circumstances. DO NOT read, write, edit, restore, or commit this file under any circumstances.
This is a manually maintained file - all changes must be made by humans only. This is a manually maintained file - all changes must be made by humans only.
If you see modifications to this file in git status, IGNORE them and do not commit. If you see modifications to this file in git status, IGNORE them and do not commit.
**Do not revert unstaged changes to this file**
======================== ========================
@ -11,6 +12,10 @@ If you see modifications to this file in git status, IGNORE them and do not comm
- ensure we're using 'SECTION' macros for setup/teardown - ensure we're using 'SECTION' macros for setup/teardown
- we're working on a generic python simulator to precalculate, but we should - we're working on a generic python simulator to precalculate, but we should
also use some actual values from real-world missions or textbooks also use some actual values from real-world missions or textbooks
- test_utilities:create_orbit_tracker functions could return copies instead of pointers
- functions using pointers could be pass by reference
- min_time should have a default value
- 3d should be always, and use existing OrbitalElements struct
- remove RK4 integration implementation? - remove RK4 integration implementation?
- interplanetary transfers - interplanetary transfers

Loading…
Cancel
Save