Open Issues Need Help
View All on GitHubAI 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.
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.