Skip to content

Commit 8bd74bc

Browse files
Move comment
Co-authored-by: David Vo <[email protected]>
1 parent 6079e4a commit 8bd74bc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

controllers/coral_placer.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ class CoralPlacer(StateMachine):
1010
wrist: WristComponent
1111
chassis: ChassisComponent
1212

13-
CORAL_PLACE_ANGLE = tunable(
14-
0.0
15-
) # In degrees for tuning, converted to radians in tilt-to call
13+
# In degrees for tuning, converted to radians in tilt-to call
14+
CORAL_PLACE_ANGLE = tunable(0.0)
1615
CORAL_LOWER_ANGLE = tunable(-20.0)
1716

1817
RETREAT_DISTANCE = tunable(0.2)

0 commit comments

Comments
 (0)