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: The issue identifies that `PhyVista.code-workspace`, a VS Code configuration file, is currently committed to the repository, which is problematic as it's personal and can cause conflicts. The proposed solution is to add `*.code-workspace` to `.gitignore` and then remove the file from Git's 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