Skip to content

Commit ccabe99

Browse files
committed
modified z position in send_dummy_motion_primitives_ur10e.py
1 parent df338be commit ccabe99

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ur_robot_driver/examples/send_dummy_motion_primitives_ur10e.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
pose_L1 = PoseStamped()
6969
pose_L1.pose.position.x = 0.174
7070
pose_L1.pose.position.y = -0.692
71-
pose_L1.pose.position.z = 0.1
71+
pose_L1.pose.position.z = 0.3
7272
pose_L1.pose.orientation.x = 1.0
7373
pose_L1.pose.orientation.y = 0.0
7474
pose_L1.pose.orientation.z = 0.0
@@ -83,7 +83,7 @@
8383
pose_L2 = PoseStamped()
8484
pose_L2.pose.position.x = 0.174
8585
pose_L2.pose.position.y = -0.692
86-
pose_L2.pose.position.z = 0.5
86+
pose_L2.pose.position.z = 0.7
8787
pose_L2.pose.orientation.x = 1.0
8888
pose_L2.pose.orientation.y = 0.0
8989
pose_L2.pose.orientation.z = 0.0
@@ -105,15 +105,15 @@
105105
pose_C1_via = PoseStamped()
106106
pose_C1_via.pose.position.x = 0.174
107107
pose_C1_via.pose.position.y = -0.9
108-
pose_C1_via.pose.position.z = 0.5
108+
pose_C1_via.pose.position.z = 0.7
109109
pose_C1_via.pose.orientation.x = 1.0
110110
pose_C1_via.pose.orientation.y = 0.0
111111
pose_C1_via.pose.orientation.z = 0.0
112112
pose_C1_via.pose.orientation.w = 0.0
113113
pose_C1_goal = PoseStamped()
114114
pose_C1_goal.pose.position.x = 0.5
115115
pose_C1_goal.pose.position.y = -0.692
116-
pose_C1_goal.pose.position.z = 0.5
116+
pose_C1_goal.pose.position.z = 0.7
117117
pose_C1_goal.pose.orientation.x = 1.0
118118
pose_C1_goal.pose.orientation.y = 0.0
119119
pose_C1_goal.pose.orientation.z = 0.0

0 commit comments

Comments
 (0)