From d988eabfcc493b1a65ed7fa1d4a3025608b1ca2c Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Sat, 11 Feb 2023 16:04:55 -0500 Subject: [PATCH] update main TODO --- src/main.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/main.cpp b/src/main.cpp index e35b5e6..c0e3e67 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -17,6 +17,15 @@ * - add an 'orbits' namespace * - drop orbit from interface functions, * eg) 'orbitGetTimeOfFlight()' becomes 'getTimeOfFlight()' + * + * - Gooey: + * - Add maneuver controls for circularize_raising/lowering + * - can we make the input slider for maneuver anomaly snap to certain angles? + * - 0, apoapse, periapse? + * + * - Important!! add std::isnan() checks, from , after applyManeuver(), + * we're getting intermittent wonkyness, maybe another divide by zero + * somewhere */ #include