vibe coding an orbital mechanics simulation to try out claude code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
cinnaboot 6edd30e759 refactor: improve OrbitTracker accuracy and test_utilities code quality 2 months ago
..
config_loader.cpp Implement exact position burn execution for true anomaly triggers 5 months ago
config_loader.h Consolidate rendezvous types into orbital_objects.h 3 months ago
config_validator.cpp fix: Standardize parabolic detection and improve numerical stability 5 months ago
config_validator.h Consolidate rendezvous types into orbital_objects.h 3 months ago
maneuver.cpp add TODO about combining code paths for check_maneuver_trigger 3 months ago
maneuver.h Consolidate rendezvous types into orbital_objects.h 3 months ago
orbital_mechanics.cpp Fix circular orbit true anomaly calculation in cartesian_to_orbital_elements 3 months ago
orbital_mechanics.h Fix periapsis burn execution location and omega calculation 5 months ago
orbital_objects.h tests: remove obsolete rendezvous module and tests 3 months ago
physics.cpp Add 3x3 matrix implementation for orbital rotations 5 months ago
physics.h Add simulation type context to RK4 comment 5 months ago
rendezvous.cpp refactor: rename rendezvous_hohmann to rendezvous 3 months ago
rendezvous.h refactor: rename rendezvous_hohmann to rendezvous 3 months ago
simulation.cpp resolve burn timing quantization: sub-step interpolation for TRIGGER_TIME, update docs 3 months ago
simulation.h Merge maneuver execution into single spacecraft propagation pass 3 months ago
test_utilities.cpp refactor: improve OrbitTracker accuracy and test_utilities code quality 2 months ago
test_utilities.h refactor: improve OrbitTracker accuracy and test_utilities code quality 2 months ago