Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 

Repository files navigation

frc-java-emulator

Simple Emulation package for FIRST Robotics Java code running on a cRio Add your robot code to the package RobotCode (be sure to change the package declaration).

package RobotCode;

Also, replace the wpilibj imports with

import robotemulator.*;

When you run the emulator it will give you a choice to run teleop or autonomous, input your choice and hit enter.

About

Simple Emulation package for FIRST Robotics Java code running on a cRio

Resources

Stars

0 stars

Watchers

5 watching

Forks

Releases

Packages

Contributors