TOREMOVE: isolate aloha on __init__ to see if it creates the bug
This commit is contained in:
parent
2a8a9dc25a
commit
82df3feaee
|
@ -195,9 +195,9 @@ available_policies = [
|
||||||
|
|
||||||
# lists all available robots from `lerobot/common/robot_devices/robots`
|
# lists all available robots from `lerobot/common/robot_devices/robots`
|
||||||
available_robots = [
|
available_robots = [
|
||||||
"koch",
|
# "koch",
|
||||||
"koch_bimanual",
|
# "koch_bimanual",
|
||||||
# "aloha",
|
"aloha",
|
||||||
]
|
]
|
||||||
|
|
||||||
# lists all available cameras from `lerobot/common/robot_devices/cameras`
|
# lists all available cameras from `lerobot/common/robot_devices/cameras`
|
||||||
|
|
Loading…
Reference in New Issue