From b234c1fd45832fcef05aabd892cf5843ba6c97cb Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Wed, 4 Feb 2026 13:38:20 -0500 Subject: [PATCH] update manual TODO --- docs/TODO | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/TODO b/docs/TODO index 2f2a5b5..9df340d 100644 --- a/docs/TODO +++ b/docs/TODO @@ -6,14 +6,15 @@ If you see modifications to this file in git status, IGNORE them and do not comm === next steps === - - add tests for 3d orbital elements in local frame - maneuvering - - still need to render the spacecraft orbits + - implement the maneuver functions in test_hybrid_burns.cpp into the + simulation + - should we still be using the rk4_step() here? - display orbital elements in UI - - add more testing to maneuvers - - not updating simulation, add checks along orbital path - - verify orbital elements change as expected + - add a UI control for adding maneuvers - only then look at interplanetary transfers + - document 'ZII' zero is initialization + - arena memory management? === Project Documentation ===