Challenge- Create & Bind the MoveRobot Command
For this page, you will create your first command! In this command, you'll need to do is make a class that:
After this, we will now bind the command to a button on your controller. Let's make the robot move forward when we press the X button.
Now with all of this, let's try out your robot! Simulate your robot's code and run your first program!
Last updated