We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d04be94 commit df795b9Copy full SHA for df795b9
cone_real_arm/robot_utils.py
@@ -17,7 +17,7 @@ def set_home_configuration(self):
17
18
rospy.loginfo("Moving robot arm to home configuration")
19
pose = m3d.Transform()
20
- pose.pos = m3d.Vector([0.15, -0.8, 0.4]) #0.45
+ pose.pos = m3d.Vector([-0.45, -0.8, 0.4])
21
pose.orient = m3d.Orientation([0, 1, 0,
22
1, 0, 0,
23
0, 0, -1])
0 commit comments