Skip to content

Commit

Permalink
Update sciurus17_examples_py/sciurus17_examples_py/pick_and_place_rig…
Browse files Browse the repository at this point in the history
…ht_arm_waist.py

Co-authored-by: Kuwamai <[email protected]>
  • Loading branch information
chama1176 and Kuwamai authored Dec 17, 2024
1 parent 070dd63 commit 1046138
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def main(args=None):
RELEASE_POSE = Pose(position=Point(x=0.35, y=0.0, z=0.12),
orientation=Quaternion(x=0.707, y=0.0, z=0.0, w=0.707)) # downward
PRE_AND_POST_RELEASE_POSE = copy.deepcopy(RELEASE_POSE)
PRE_AND_POST_RELEASE_POSE.position.z += LIFTING_HEIFHT
PRE_AND_POST_RELEASE_POSE.position.z = LIFTING_HEIFHT

# SRDFに定義されている'r_arm_waist_init_pose'の姿勢にする
r_arm_waist.set_start_state_to_current_state()
Expand Down

0 comments on commit 1046138

Please sign in to comment.