Skip to content

Commit

Permalink
Boom. Go fishies. This is a bunch of empty classes with stuff we talk…
Browse files Browse the repository at this point in the history
…ed about that we may need. It may be unorganized and not for top efficiency. So. Good luck folks. Do what you need! But be productive

We added:
-a autodrive folder
-a "singer movement" folder that contains the note flow, which is in the singer, the shooting wheels, and the intake wheels
-and some other stuff.
  • Loading branch information
1736student committed Jan 17, 2024
1 parent 6ff3ef2 commit 404435b
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 2 deletions.
1 change: 1 addition & 0 deletions autoDrive/autoDrive.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#auto drive stuff
2 changes: 2 additions & 0 deletions climberControl/climberControl.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#needs a sparkmax, relay thing
#the relay thing(?) should basically be a solenoid that automatically braces/locks/something so we stay up when the time is done
1 change: 1 addition & 0 deletions humanInterface/operatorInterface.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#Need operator controls
2 changes: 2 additions & 0 deletions singerMovement/elevator.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#controlling the height of the singer on the elevator
#might need new classes, or to get rid of this class. Whatever you need!
1 change: 1 addition & 0 deletions singerMovement/noteFlow/intake.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#intake wheels inside the singer and the ones on the bottom of the robot? For now. Under the assumption that we will always spin these at the same time?
1 change: 1 addition & 0 deletions singerMovement/noteFlow/noteDetector.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#Time of flight sensor
1 change: 1 addition & 0 deletions singerMovement/noteFlow/shooting.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#SparkMAX for the shooter wheels
1 change: 1 addition & 0 deletions singerMovement/singerAngle.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#Controlling the angle of the singer
6 changes: 4 additions & 2 deletions utils/allianceTransformUtils.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
Utilities to help transform from blue alliance to red if needed
We went rogue and chose a coordinate system where the origin is always in the
bottom left on the blue alliance
"""
class AllianceTransformUtils:
class AllianceTransformUtils:
@staticmethod
def transformX(in):
if DriverStation.getAlliance() == AllianceStationID.Red:
Expand All @@ -23,4 +23,6 @@ def transformX(in):
def transformY(in):
return in
"""


0 comments on commit 404435b

Please sign in to comment.