Skip to content

Commit 6f906f5

Browse files
committed
send request to set cartesian reference frame
1 parent 7ba75b3 commit 6f906f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kortex_examples/src/full_arm/example_full_arm_movement.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def example_set_cartesian_reference_frame(self):
162162

163163
# Call the service
164164
try:
165-
self.set_cartesian_reference_frame()
165+
self.set_cartesian_reference_frame(req)
166166
except rospy.ServiceException:
167167
rospy.logerr("Failed to call SetCartesianReferenceFrame")
168168
return False

0 commit comments

Comments
 (0)