Stars
2
Forks
0
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
26
commits
6
commits
edited whitespace, added a const rotation change to Lander
3f388fcView on GitHubMoved larger methods to .cpp files, removed extra whitespace
3038733View on GitHubTurned off all thrusters when landing, Lander is now in charge of knowing if the simulation is over
6a42cc4View on GitHubFixed Ground to be less sensitive to landing position (+/- 1.0 instead of 0.0 - 1.0)
736a633View on GitHubSimplified Simulator to call Lander::update and pass the pUI for Lander to handle. Also added some code for implementing physics
43f1a5fView on GitHub