mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-14 16:19:45 +00:00
Fix type in send_action
This commit is contained in:
@@ -203,7 +203,7 @@ class Reachy2Robot(Robot):
|
||||
else:
|
||||
vel[REACHY2_VEL[key]] = val
|
||||
else:
|
||||
self.reachy.joints[self.joints_dict[key]].goal_position = val
|
||||
self.reachy.joints[self.joints_dict[key]].goal_position = float(val)
|
||||
|
||||
if self.config.with_mobile_base:
|
||||
self.reachy.mobile_base.set_goal_speed(
|
||||
|
||||
Reference in New Issue
Block a user