Robotics Enrichment Program
Middle School “Robot + Game = ?” Majors Schedule
What happens when robots and games collide? In Robot + Game = ?, you’ll step into the role of a robotics engineer and game developer, using a game engine to bring intelligent machines to life in virtual worlds. Design and simulate autonomous robots - like drones that navigate through dynamic environments, avoiding obstacles in real time. Through hands-on projects, you’ll integrate LiDAR-based sensing and learning algorithms to develop robotic behavior.
Learning Outcomes:
- Ability to use a game engine-based simulation to create and test robotic systems.
- Problem-solving and teamwork through iterative development and testing.
Session 1
- Introduction to Robotics
- Virtual Robot Movements
- File -> Open Examples, select
Drivetrain Moves and Turns
- Study the code blocks, run the example
- SELECT PLAYGROUND -> Wall Maze
- Modify the code to make it to the finish
- Save (Ctrl + S) your program
- File -> Open Examples, select
- Object Sensing
- Open a new project
- File -> Open Examples -> Coral Reef Cleanup 3
- Test the example code
- Improve it