2024_09_17 - Dutton-Christian-Robotics/Learning-to-Code GitHub Wiki

Kahoot

Big idea for the day

  • We compete as a team, we program as a team.
  • The importance of using the same terms for the same ideas

Miscellaneous

  • Phone passcode: 6729
  • In the land of programming, many things start with 0
  • Types of menus
    • Meatball menu
    • Kebob menu
    • Hamburger menu
    • Waffle/Bento menu
  • Repository: where code lives

Configuring robot hardware

  • Motor port and name conventions
    • back_left_motor: port 0
    • front_left_motor: port 1
    • front_right_motor: port 2
    • back_right_motor: port 3

Activities