Your Robot

What is it?

This is the root of your robot tree. The robot tree is an organized representation of your robot that displays the key components and can be used to generate skeleton code, wiring diagrams and more.

Properties

Name
The name of your robot.
Warning: Changing the name after the first export will have unexpected behaviours.
Autonomous Command
The command to run during the autonomous period of the game.
Team Number
Your team number.
Use Default Java Package
Whether to use the default package, (org.usfirst.frc####), or to use a custom package you specify.
Java Package
The package of your code if you plan to export to Java.
Warning: Changing the package after the first export will have unexpected behaviours.
Eclipse Workspace
The eclipse workspace where your code will reside when you export.
Export Subsystems
Whether or not subsystems should be exported.
Export Commands
Whether or not commands should be exported.
Wiring file location
The folder to export your wiring file to.

See Also