mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-22 20:19:43 +00:00
Fix forgotten method call
This commit is contained in:
@@ -87,6 +87,7 @@ class Reachy2Robot(Robot):
|
|||||||
self.logs = {}
|
self.logs = {}
|
||||||
|
|
||||||
self.joints_dict: dict[str, str] = {}
|
self.joints_dict: dict[str, str] = {}
|
||||||
|
self.generate_joints_dict()
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def observation_features(self) -> dict:
|
def observation_features(self) -> dict:
|
||||||
|
|||||||
Reference in New Issue
Block a user