pollen-robotics / reachy2-sdk

Reachy 2 Python SDK
https://www.pollen-robotics.com
Apache License 2.0
4 stars 0 forks source link

Two methods to set torques and speed limits for the robot parts? #332

Closed simheo closed 2 months ago

simheo commented 2 months ago

For each part (head, left arm, right arm), two methods are available to set the torques and the speed limits:

reachy.l_arm.set_torque_limit()  # from arm.py
reachy.l_arm.set_torque_limits()   # from joints_based_part.py

reachy.l_arm.set_speed_limit()  # from arm.py
reachy.l_arm.set_speed_limits()   # from joints_based_part.py

Is this normal?