Skip to content

Commit

Permalink
[Ninja][Assembly motion] Change offset parameter during standby state.
Browse files Browse the repository at this point in the history
  • Loading branch information
sugihara-16 committed Nov 29, 2024
1 parent f87dcc7 commit 888acca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions robots/ninja/script/ninja/assembly_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ def __init__(self,
standby_servo_angle_male = 2500,
leader = 'ninja2',
leader_id = 2,
x_offset = 0.15,
x_offset = 0.12,
y_offset = 0,
z_offset = 0,
x_tol = 0.02,
y_tol = 0.02,
z_tol = 0.02,
z_tol = 0.01,
roll_tol = 0.08,
pitch_tol = 0.08,
yaw_tol = 0.08,
Expand Down

0 comments on commit 888acca

Please sign in to comment.