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