We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee25c2e commit 2aac4e7Copy full SHA for 2aac4e7
jsk_2016_01_baxter_apc/euslisp/jsk_2016_01_baxter_apc/baxter-interface.l
@@ -527,7 +527,7 @@
527
(ros::ros-info "[:try-to-pick-object] arm:~a again approach to the object" arm)
528
(let ((temp-av (send *baxter* :angle-vector)))
529
;; only if robot can solve IK
530
- (if (send *baxter* arm :move-end-pos #f(0 0 -50) :local :rotation-axis :z)
+ (if (send *baxter* arm :move-end-pos #f(0 0 -50) :local)
531
(send self :angle-vector (send *baxter* :angle-vector) 3000))
532
(send self :wait-interpolation)
533
(send self :angle-vector (send *baxter* :angle-vector temp-av) 3000) ;; revert baxter
0 commit comments