Skip to content

Commit

Permalink
update names in physics.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinOdropbear committed Feb 3, 2025
1 parent a9f1fa3 commit f4f5232
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions physics.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ def __init__(self, physics_controller: PhysicsInterface, robot: MyRobot):
self.flywheels = [
Falcon500MotorSim(motor, gearing=1 / 1, moi=0.000412752224)
for motor in (
robot.algae_manipulator_component.flywheel_1,
robot.algae_manipulator_component.flywheel_2,
robot.algae_manipulator_component.top_flywheel,
robot.algae_manipulator_component.bottom_flywheel,
)
]

Expand Down

0 comments on commit f4f5232

Please sign in to comment.