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