So I have to use the becker.robots package to move forward and pick up a certain amount of flashers and then turn around and place them. However, I am not sure how to invoke the robot.move() method. Everytime I try to make it move forward I get a compiler error saying :
Error: method move in class becker.robots.Robot cannot be applied to given types; required: no arguments found: int reason: actual and formal argument lists differ in length
Could someone please help me :)