Skip to content

Commit

Permalink
No need avoid-shelf-pose using moveit
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Aug 8, 2017
1 parent 805dfad commit ae2ff39
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jsk_arc2017_baxter/euslisp/lib/pick-interface.l
Original file line number Diff line number Diff line change
Expand Up @@ -475,8 +475,7 @@
(when moveit-p- (send self :add-cardboard-scene target-cardboard-))))))
(:return-from-place-object (arm)
(let (avs)
(setq avs (list (send *baxter* :avoid-shelf-pose arm (if (eq arm :larm) :d :f))))
(pushback (send *baxter* :arc-reset-pose arm) avs)
(setq avs (list (send *baxter* :arc-reset-pose arm)))
(send *ri* :angle-vector-sequence avs 5000 (send *ri* :get-arm-controller arm) 0)
(send *ri* :wait-interpolation)
(if (eq grasp-style- :pinch)
Expand Down

0 comments on commit ae2ff39

Please sign in to comment.