Update lerobot/common/robot_devices/robots/manipulator.py
Co-authored-by: Simon Alibert <75076266+aliberts@users.noreply.github.com>
This commit is contained in:
parent
091177d302
commit
3960125b07
|
@ -359,7 +359,6 @@ class ManipulatorRobot:
|
|||
|
||||
@property
|
||||
def available_arms(self):
|
||||
# TODO(rcadene): moves this function in manipulator class?
|
||||
available_arms = []
|
||||
for name in self.follower_arms:
|
||||
arm_id = get_arm_id(name, "follower")
|
||||
|
|
Loading…
Reference in New Issue