Skip to content

Instantly share code, notes, and snippets.

@HDBandit
Created May 22, 2016 15:48
Show Gist options
  • Save HDBandit/24a6afeaabb0a6df535ac477732eaae6 to your computer and use it in GitHub Desktop.
Save HDBandit/24a6afeaabb0a6df535ac477732eaae6 to your computer and use it in GitHub Desktop.
RobotCommand.execute(command ->
command.cmd("MOVE")
.arg("-from 130")
.arg("-to 200")
.arg("-speed 5"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment