122 Commits (01ce10044e941e3569579aebcaf7f8c6672680e6)

Author SHA1 Message Date
cinnaboot ea70f14a34 refactor: improve test_analytical_propagation.cpp — merge redundant SECTIONs, fix names, remove unused constant 2 months ago
cinnaboot 432f8db7bb refactor: consolidate test_analytical_propagation into single SCENARIO with precalculated values 2 months ago
cinnaboot 4701f0f3a0 refactor: test_analytical_propagation into SCENARIOs with TOML config loading 2 months ago
cinnaboot 629ca7d03a standardize tolerance constants in test_utilities.h 2 months ago
cinnaboot fc447db7f2 refactor: test_extreme_timescales into SCENARIO with 11 sections 2 months ago
cinnaboot a7ecc46f15 refactor: test_extreme_orientation_mixed — single SCENARIO, precalculated values, named tolerances 2 months ago
cinnaboot a72a92bbc1 refactor: test_extreme_eccentricity — single SCENARIO, precalculated values, REL_TOL 2 months ago
cinnaboot 1e4ed912d2 refactor: test_parabolic_orbit with SI-unit precalc and tightened tolerances 2 months ago
cinnaboot 9fd1e29947 refactor: cartesian_to_elements_basic — SCENARIO pattern, named tolerances, TOML 1.0 2 months ago
cinnaboot 24b6466532 refactor: test_cartesian_to_elements_advanced + restore compare_vec3 + document procedure 2 months ago
cinnaboot 1361002196 Add test refactoring status tracking and first refactored test 2 months ago
cinnaboot 13982eb222 tighten test_maneuvers assertions with precalculated values 2 months ago
cinnaboot b333a1745f refactor test_maneuvers: add spacecraft struct to sim_engine, rewrite tests 2 months ago
cinnaboot 181dd61666 add inclined orbit tests and fix orbit tracker 2 months ago
cinnaboot 0fb92ec348 refactor: create test_energy.cpp, move direction test from orbital_period 2 months ago
cinnaboot 2a86e7093a use old_tests/ while refactoring tests 2 months ago
cinnaboot 5fd1ae84d5 document '{}' instead of '{0}' for zero initialization 2 months ago
cinnaboot 0091d02704 refactor: rewrite test_orbital_period with SCENARIO/SECTION pattern 2 months ago
cinnaboot db7094abed refactor: test_true_anomaly_roundtrip - SCENARIO/SECTION pattern, tight tolerances 3 months ago
cinnaboot 9c455ccea5 refactor: true_anomaly_roundtrip - SCENARIO/SECTION pattern, tight tolerances 3 months ago
cinnaboot d9eeb504d9 remove maneuver tests expecting old quantized behavior 3 months ago
cinnaboot 7b9a557662 use interpolated maneuvers with time trigger 3 months ago
cinnaboot 7d419f8d30 Revert "update docs/technical_reference.md new maneuver logic" 3 months ago
cinnaboot 601e564fa7 update docs/technical_reference.md new maneuver logic 3 months ago
cinnaboot 8a1a181942 refactor: clean test dump output with TestOutput struct 3 months ago
cinnaboot 919ae78082 Update planning doc with measured DT sweep values and add DT sweep tests 3 months ago
cinnaboot a653749a04 refactor: rename rendezvous_hohmann to rendezvous 3 months ago
cinnaboot faf59e03a5 tests: improve rendezvous_hohmann integration test 3 months ago
cinnaboot a855e781b5 tests: add burn timing quantization tests to maneuver_planning 3 months ago
cinnaboot 9c9f05761c tests: remove obsolete rendezvous module and tests 3 months ago
cinnaboot fffbdb436a src: fix cartesian_to_orbital_elements for coplanar orbits 3 months ago
cinnaboot b4f820c449 add initial hohmann rendezvous implementation 3 months ago
cinnaboot a51ad4be80 add changes for CW rendezvous test cases 3 months ago
cinnaboot 2679ec270f Consolidate rendezvous types into orbital_objects.h 3 months ago
cinnaboot 540558c762 Initial work on rendezvous planning 3 months ago
cinnaboot 680a8f4a90 Implement exact position burn execution for true anomaly triggers 5 months ago
cinnaboot f8acbd8e1a Fix periapsis burn execution location and omega calculation 5 months ago
cinnaboot 45c5bca3f4 Document periapsis burn bug analysis 5 months ago
cinnaboot 49c748f4fe Add test cases capturing periapsis burn bug 5 months ago
cinnaboot 4b77ad6ff7 Fix true anomaly trigger at periapsis 5 months ago
cinnaboot e831e76b3e Add test cases for prograde burn at periapsis 5 months ago
cinnaboot 0e08adbc14 add FIXME to hybrid burn testing 5 months ago
cinnaboot 31f38b9d89 Implement analytical propagation for all orbit types 5 months ago
cinnaboot a68b5e43f0 Move 4 toml config files from tests/configs/ to tests/ 5 months ago
cinnaboot f292fea518 Consolidate hybrid burn tests: merge impulse + continuous into hybrid_burns 5 months ago
cinnaboot 1781190fed Consolidate analytical propagation tests: merge apsides + timesteps 5 months ago
cinnaboot 5b4048d11e Consolidate cartesian tests: merge extreme + quadrature into advanced 5 months ago
cinnaboot 31dc42a2c9 Fix test_hybrid_impulse_burns to use maneuver system 5 months ago
cinnaboot 22cb873c3a Add test_hybrid_energy_conservation for method comparison 5 months ago
cinnaboot fa27f98b7c Add test_hybrid_continuous_thrust for finite-duration burn handling 5 months ago