Skip to content

Commit

Permalink
Update arm.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alexl1239 committed Aug 30, 2024
1 parent 6f1d79d commit 74d1696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subsystem/arm.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def lower_arm(self):
self.motor.set_target_velocity(-config.arm_speed)

def stop_arm(self):
self.motor.set_target_velocity(-config.arm_speed)
self.motor.set_target_velocity(0)



0 comments on commit 74d1696

Please sign in to comment.