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 <[email protected]>
  • Loading branch information
chama1176 and Kuwamai authored Dec 17, 2024
1 parent a950e98 commit 896b049
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def main(args=None):
GRASP_POSE = Pose(position=Point(x=0.25, y=0.0, z=0.12),
orientation=Quaternion(x=-0.707, y=0.0, z=0.0, w=0.707)) # downward
PRE_AND_POST_GRASP_POSE = copy.deepcopy(GRASP_POSE)
PRE_AND_POST_GRASP_POSE.position.z += LIFTING_HEIFHT
PRE_AND_POST_GRASP_POSE.position.z = LIFTING_HEIFHT
# 物体を置く位置
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
Expand Down

0 comments on commit 896b049

Please sign in to comment.