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
b333a1745f
refactor test_maneuvers: add spacecraft struct to sim_engine, rewrite tests
- Add Spacecraft dataclass, BurnDirection enum, and burn functions to sim_engine.py
- Add spacecraft config loading, initialization, and propagation to Simulator
- Convert TOML config to TOML 1.0 inline table syntax
- Rewrite test_maneuvers.cpp as 1 SCENARIO with 6 SECTIONs (proper fixture reuse)
- Use local-frame distances for burn tests (global dominated by Earth-Sun distance)
- Tighten propagation stability checks: distance drift < 0.01%, a drift < 0.01%, e preserved within 1e-6
- Remove old test files
|
2 months ago |
| .. |
|
compute_rendezvous_params.py
|
add python scripts to precompute values for tests
|
3 months ago |
|
generate_interface_summaries.sh
|
update TODO, move doc generation to ./tmp/
|
3 months ago |
|
precalc_inclined_orbits.py
|
add inclined orbit tests and fix orbit tracker
|
2 months ago |
|
precalc_maneuvers.py
|
refactor test_maneuvers: add spacecraft struct to sim_engine, rewrite tests
|
2 months ago |
|
prompt.md
|
Move summaries to tmp/summaries with cache and combine support
|
3 months ago |
|
sim_engine.py
|
refactor test_maneuvers: add spacecraft struct to sim_engine, rewrite tests
|
2 months ago |
|
simulate_rendezvous.py
|
add python scripts to precompute values for tests
|
3 months ago |
|
source_documentation_analysis.md
|
trying out a new method for generating llm context
|
3 months ago |
|
test_orbital_period.py
|
feat: add sim_engine.py and test_orbital_period.py for precalculation
|
2 months ago |