Skip to content

Commit

Permalink
Remove KilloughDrive
Browse files Browse the repository at this point in the history
Removed from WPILib in 2023
  • Loading branch information
sciencewhiz committed Dec 26, 2023
1 parent 62f1e57 commit 2fff5c9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 65 deletions.
Binary file removed src/main/icons/icons/Killough Drive.xcf
Binary file not shown.
12 changes: 0 additions & 12 deletions src/main/resources/export/java/ExportDescription.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,18 +194,6 @@ Instructions:
#variable($Short_Name).setSafetyEnabled($Safety_Enabled);
#variable($Short_Name).setExpiration($Safety_Expiration_Time);
#variable($Short_Name).setMaxOutput($Maximum_Output);
Killough Drive:
Defaults: "Component,None"
ClassName: "KilloughDrive"
Import: "import edu.wpi.first.wpilibj.drive.KilloughDrive;"
LiveWindow: "addChild(\"$Short_Name\",#variable($Short_Name));"
Construction: >-
#variable($Short_Name) = new ${ClassName}(#variable($Left_Motor), #variable($Right_Motor),
#variable($Back_Motor));
Extra: >
#variable($Short_Name).setSafetyEnabled($Safety_Enabled);
#variable($Short_Name).setExpiration($Safety_Expiration_Time);
#variable($Short_Name).setMaxOutput($Maximum_Output);
AnalogGyro:
Defaults: "AnalogInput,Component,None"
Expand Down
53 changes: 0 additions & 53 deletions src/main/resources/help/Killough Drive.html

This file was deleted.

Binary file removed src/main/resources/icons/Killough Drive.png
Binary file not shown.

0 comments on commit 2fff5c9

Please sign in to comment.