Skip to content

Commit 2aac4e7

Browse files
committed
Revert a part of start-jsk#1511 thanks to start-jsk#1529
1 parent ee25c2e commit 2aac4e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsk_2016_01_baxter_apc/euslisp/jsk_2016_01_baxter_apc/baxter-interface.l

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@
527527
(ros::ros-info "[:try-to-pick-object] arm:~a again approach to the object" arm)
528528
(let ((temp-av (send *baxter* :angle-vector)))
529529
;; only if robot can solve IK
530-
(if (send *baxter* arm :move-end-pos #f(0 0 -50) :local :rotation-axis :z)
530+
(if (send *baxter* arm :move-end-pos #f(0 0 -50) :local)
531531
(send self :angle-vector (send *baxter* :angle-vector) 3000))
532532
(send self :wait-interpolation)
533533
(send self :angle-vector (send *baxter* :angle-vector temp-av) 3000) ;; revert baxter

0 commit comments

Comments
 (0)