Skip to content

Commit

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

Co-authored-by: Kuwamai <kuwagata@rt-net.jp>
  • Loading branch information
chama1176 and Kuwamai authored Dec 17, 2024
1 parent 4ac913c commit 070dd63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,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に定義されている'l_arm_init_pose'の姿勢にする
l_arm.set_start_state_to_current_state()
Expand Down

0 comments on commit 070dd63

Please sign in to comment.