Skip to content

Commit 421edf7

Browse files
committed
physics: Remove unused wrist_component member
1 parent 84db738 commit 421edf7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

physics.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ def __init__(self, physics_controller: PhysicsInterface, robot: MyRobot):
181181
self.floor_intake = robot.floor_intake
182182
self.reef_intake = robot.reef_intake
183183
self.algae_shooter = robot.algae_shooter
184-
self.wrist_component = robot.wrist
185184

186185
def update_sim(self, now: float, tm_diff: float) -> None:
187186
# Enable the Phoenix6 simulated devices

0 commit comments

Comments
 (0)