mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-14 08:09:45 +00:00
Fix joint shape
This commit is contained in:
@@ -80,7 +80,7 @@ class Reachy2Robot(Robot):
|
||||
def observation_features(self) -> dict:
|
||||
return {
|
||||
"dtype": "float32",
|
||||
"shape": (len(REACHY2_MOTORS),),
|
||||
"shape": len(REACHY2_MOTORS),
|
||||
"names": {"motors": list(REACHY2_MOTORS)},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user