Skip to content

Commit fe5fbf6

Browse files
committed
Fix project structure
1 parent 9bb2368 commit fe5fbf6

83 files changed

Lines changed: 1 addition & 1 deletion

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="src" output="bin/main" path="src">
3+
<classpathentry kind="src" output="bin/main" path="src/main/java">
44
<attributes>
55
<attribute name="gradle_scope" value="main"/>
66
<attribute name="gradle_used_by_scope" value="main,test"/>

src/com/stuypulse/stuylib/control/Controller.java renamed to src/main/java/com/stuypulse/stuylib/control/Controller.java

File renamed without changes.

src/com/stuypulse/stuylib/control/ControllerGroup.java renamed to src/main/java/com/stuypulse/stuylib/control/ControllerGroup.java

File renamed without changes.

src/com/stuypulse/stuylib/control/angle/AngleController.java renamed to src/main/java/com/stuypulse/stuylib/control/angle/AngleController.java

File renamed without changes.

src/com/stuypulse/stuylib/control/angle/AngleControllerGroup.java renamed to src/main/java/com/stuypulse/stuylib/control/angle/AngleControllerGroup.java

File renamed without changes.

src/com/stuypulse/stuylib/control/angle/feedback/AnglePIDController.java renamed to src/main/java/com/stuypulse/stuylib/control/angle/feedback/AnglePIDController.java

File renamed without changes.

src/com/stuypulse/stuylib/control/angle/feedforward/AngleArmFeedforward.java renamed to src/main/java/com/stuypulse/stuylib/control/angle/feedforward/AngleArmFeedforward.java

File renamed without changes.

src/com/stuypulse/stuylib/control/angle/feedforward/AnglePositionFeedforwardController.java renamed to src/main/java/com/stuypulse/stuylib/control/angle/feedforward/AnglePositionFeedforwardController.java

File renamed without changes.

src/com/stuypulse/stuylib/control/feedback/PIDController.java renamed to src/main/java/com/stuypulse/stuylib/control/feedback/PIDController.java

File renamed without changes.

src/com/stuypulse/stuylib/control/feedforward/ArmFeedforward.java renamed to src/main/java/com/stuypulse/stuylib/control/feedforward/ArmFeedforward.java

File renamed without changes.

0 commit comments

Comments
 (0)