You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pkrinsky294 edited this page Oct 6, 2018
·
3 revisions
Welcome to the RoboPacman wiki!
This project is designed to help students prepare for the 2019 FRC season.
As such, it is built with the toolset that will be used next year (Visual Studio Code and Gradle).
The project includes all the files necessary to open in Visual Studio Code but any editor with Gradle support will work fine. For Eclipse, import as a Gradle project.
To run the project from the command line type: gradle run
From within the IDE, run class:
pacman.robot.Robot
You can select the level via the Robot main method.
For example, to run command group AutoGroup at normal speed on level 294:
robotRunner.run(robot, new AutoGroup(), RUN_NORMAL, 294);