Skip to content

Commit df795b9

Browse files
author
Abdullah Nazir
authored
Update robot_utils.py
1 parent d04be94 commit df795b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cone_real_arm/robot_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def set_home_configuration(self):
1717

1818
rospy.loginfo("Moving robot arm to home configuration")
1919
pose = m3d.Transform()
20-
pose.pos = m3d.Vector([0.15, -0.8, 0.4]) #0.45
20+
pose.pos = m3d.Vector([-0.45, -0.8, 0.4])
2121
pose.orient = m3d.Orientation([0, 1, 0,
2222
1, 0, 0,
2323
0, 0, -1])

0 commit comments

Comments
 (0)