https://github.com/tempehs/aidriver_challenges_solutions
https://github.com/tempehs/aidriver_challenges_solutions
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tempehs/aidriver_challenges_solutions
- Owner: TempeHS
- License: gpl-3.0
- Created: 2024-03-10T02:39:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T07:26:51.000Z (about 2 years ago)
- Last Synced: 2025-03-27T04:42:55.979Z (about 1 year ago)
- Language: C++
- Size: 245 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AIDriver Challange Solutions
These are worked solutions with notes for each challenge. Teachers can use this code to demonstrate the challenge to the students or present and discuss solutions with the whole class after they have made attempts to solve the challenge.
Notes for how to solve each of the extension challenges are at the bottom and can again be used to give students ideas for how to solve the challenges.
Remember, this is my solution; if students can get it to work using a different solution, then they have produced an acceptable algorithm. There is no right or wrong way.
Challenges 6 and 7 are just combinations and extensions of the first 5 challenges, so they do not have extensions.
## Project background
Robot components: https://github.com/TempeHS/TempeHS_Ardunio_Boilerplate/tree/main/Ardunio_2Wheel_Robot_Boilerplate/AIDrive_2Wheel_Robot_Components
Robot assembley: https://github.com/TempeHS/TempeHS_Ardunio_Boilerplate/tree/main/Ardunio_2Wheel_Robot_Boilerplate/AI%20Driver%20Assemebley%20Instructions
Robot Challenges:
https://github.com/TempeHS/AIDriver_Challenges