From 60b178fa3628917852f17e1a09815cb802b978e9 Mon Sep 17 00:00:00 2001 From: apirrone Date: Fri, 1 Aug 2025 11:30:42 +0200 Subject: [PATCH] init pos --- .../mini_bdx_runtime/rustypot_position_hwi.py | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/mini_bdx_runtime/mini_bdx_runtime/rustypot_position_hwi.py b/mini_bdx_runtime/mini_bdx_runtime/rustypot_position_hwi.py index c065c8f..46435e0 100644 --- a/mini_bdx_runtime/mini_bdx_runtime/rustypot_position_hwi.py +++ b/mini_bdx_runtime/mini_bdx_runtime/rustypot_position_hwi.py @@ -50,22 +50,22 @@ class HWI: } self.init_pos = { - "left_hip_yaw": 0.002, - "left_hip_roll": 0.053, - "left_hip_pitch": -0.63, - "left_knee": 1.368, - "left_ankle": -0.784, - "neck_pitch": 0.0, - "head_pitch": 0.0, + "left_hip_yaw": 0.0, + "left_hip_roll": 0.09081, + "left_hip_pitch": -0.50983, + "left_knee": 1.13089, + "left_ankle": -0.62104, + "neck_pitch": 0.05236, + "head_pitch": -0.05236, "head_yaw": 0, "head_roll": 0, # "left_antenna": 0, # "right_antenna": 0, - "right_hip_yaw": -0.003, - "right_hip_roll": -0.065, - "right_hip_pitch": 0.635, - "right_knee": 1.379, - "right_ankle": -0.796, + "right_hip_yaw": 0.0, + "right_hip_roll": -0.09081, + "right_hip_pitch": 0.50983, + "right_knee": 1.13089, + "right_ankle": -0.62104, } self.joints_offsets = self.duck_config.joints_offset