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.
- Java Project
- The folder where your code will reside when you export to
Java.
- 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.
- Export Subsystems
- Whether or not subsystems should be exported.
- Export Commands
- Whether or not commands should be exported.
- Wiring File
- The HTML file to export your wiring table too.
See Also