forked from tangger/lerobot
Update lerobot/common/robot_devices/robots/manipulator.py
Co-authored-by: Simon Alibert <75076266+aliberts@users.noreply.github.com>
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user