Skip to content

Commit fd17108

Browse files
committed
Merge pull request #1551 from pazeshun/revert-1511
[jsk_2016_01_baxter_apc] Revert a part of #1511 thanks to #1529
2 parents 6058a4f + 2aac4e7 commit fd17108

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
@@ -529,7 +529,7 @@
529529
(ros::ros-info "[:try-to-pick-object] arm:~a again approach to the object" arm)
530530
(let ((temp-av (send *baxter* :angle-vector)))
531531
;; only if robot can solve IK
532-
(if (send *baxter* arm :move-end-pos #f(0 0 -50) :local :rotation-axis :z)
532+
(if (send *baxter* arm :move-end-pos #f(0 0 -50) :local)
533533
(send self :angle-vector (send *baxter* :angle-vector) 3000))
534534
(send self :wait-interpolation)
535535
(send self :angle-vector (send *baxter* :angle-vector temp-av) 3000) ;; revert baxter

0 commit comments

Comments
 (0)