We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6079e4a commit 8bd74bcCopy full SHA for 8bd74bc
controllers/coral_placer.py
@@ -10,9 +10,8 @@ class CoralPlacer(StateMachine):
10
wrist: WristComponent
11
chassis: ChassisComponent
12
13
- CORAL_PLACE_ANGLE = tunable(
14
- 0.0
15
- ) # In degrees for tuning, converted to radians in tilt-to call
+ # In degrees for tuning, converted to radians in tilt-to call
+ CORAL_PLACE_ANGLE = tunable(0.0)
16
CORAL_LOWER_ANGLE = tunable(-20.0)
17
18
RETREAT_DISTANCE = tunable(0.2)
0 commit comments