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.
2 parents 6058a4f + 2aac4e7 commit fd17108Copy full SHA for fd17108
jsk_2016_01_baxter_apc/euslisp/jsk_2016_01_baxter_apc/baxter-interface.l
@@ -529,7 +529,7 @@
529
(ros::ros-info "[:try-to-pick-object] arm:~a again approach to the object" arm)
530
(let ((temp-av (send *baxter* :angle-vector)))
531
;; only if robot can solve IK
532
- (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)
533
(send self :angle-vector (send *baxter* :angle-vector) 3000))
534
(send self :wait-interpolation)
535
(send self :angle-vector (send *baxter* :angle-vector temp-av) 3000) ;; revert baxter
0 commit comments