Summary
In this chapter, you explored how to build a robot that can compete in sumo competitions. You built out some attachments to coordinate with sensors so that your robot can make decisions and respond to an opponent in the field. The robot capitalized on a few standard strategies involving being low to the ground, allowing it to push an opponent by lifting them up.
Finally, we explored the coding by using code stacks to make decisions using a variable named action
. This allows you to make a more precise decision-making robot.
In the next chapter, you will explore another robot that will succeed in another type of competition built for speed – the dragster!