Skip to main content

Package Dash Challenge - Python

Sample layout for the package dash challenge showing the loading dock in the lower left corner, three areas for can placement, and the start area in the upper right corner with a Clawbot inside it.
The Package Dash Challenge (not to scale)

Package Dash Challenge

In this challenge, you will program your robot to pick up packages and bring them to a loading dock as fast as possible!

Challenge rules:

  • The robot must begin the challenge in the Start Zone.
  • The packages (aluminum cans) can only come in contact with the books, the Clawbot's claw, and the Loading Dock.
    • If a package is dropped on the warehouse ground, you must reset the field and start over again.
  • The time for each run starts as soon as the robot moves.
  • The time stops as soon as the last package is dropped in the Loading Dock.
  • When resetting the field, everything should be returned to the exact location as it started.
  • Have fun!