A physics-based simulator for analyzing vehicle steering dynamics in reduced gravity environments (Moon, Mars, Earth). Features real-time PID control, slip detection, and friction modeling with a Flask backend and React interface for aerospace research and robotics development.

3 stars 0 forks 3 watchers JavaScript Apache License 2.0
1 Open Issue Need Help Last updated: Mar 3, 2026

Open Issues Need Help

View All on GitHub

AI Summary: This issue proposes removing the `.code-workspace` file from version control. This file contains local VS Code editor configurations and should not be committed to the repository to avoid conflicts among developers with different setups. The fix involves adding `*.code-workspace` to `.gitignore` and removing the file from Git tracking.

Complexity: 1/5
bug good first issue

A physics-based simulator for analyzing vehicle steering dynamics in reduced gravity environments (Moon, Mars, Earth). Features real-time PID control, slip detection, and friction modeling with a Flask backend and React interface for aerospace research and robotics development.

JavaScript