Skip to content

FRCTeam834/BuildAnAuton3.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BuildAnAuton_3.0

The necessary jars can be found in the downloads folder.

Instructions for setup:

  1. Put the jar in the same folder as the WPILib jars. This is usually found in [User]/wpilib/user/java/lib.
  2. Make your robot project.
  3. Add the jar to your robot projects build path. For eclipse, go to Properties -> Java Build Path -> Add External Jar and select the downloaded jar.
  4. Go into build.properties and in the userLibs property put in the path of the jar that you just moved. The entire line should be userLibs=[User]/wpilib/user/java/lib/.
  5. In Robot.java, import visualrobot.* and make robot extend VisualRobot. Then, you'll have to implement some methods. Further instructions for that can be found in the sample robot file included in the downloads folder.

Function Notes:

  1. Add Function: This is used to add points to your auton and display it in the main window
  2. GuidedDraw: Allows you to specify the length of the line and the angle from the east horizontal
  3. Edit Function: Allows you to manipulate the location of points
  4. Select Function: Allows you to add auxiliary motor commands to your auton
  5. Delete Function: Allows you to delete points
  6. Speed Function: Allows you to change the speed of the robot between two points
  7. Turnspeed Function: Allows you to change the turn speed of the robot at a point
  8. Mirror X: Mirrors your auton over the vertical center axis
  9. Mirror Y: Mirrors your auton over the horizontal center axis
  10. Translate: Allows you to move your entire figure at once
  11. Restart: Resets the creation of the auton
  12. Export: Exports the auton to the Robot
  13. CommandEditor, CommandBlock, Command Panel: See BuildAnAuton2

About

This is a cleaned up version of BuildAnAuton2.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published