Skip to content

Commit

Permalink
[fetcheus] update fetch-interface:add-headbox-collision-object
Browse files Browse the repository at this point in the history
  • Loading branch information
sktometometo authored and knorth55 committed Sep 12, 2021
1 parent e18c1a8 commit 6178cc2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions jsk_fetch_robot/fetcheus/fetch-interface.l
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,9 @@ Example: (send self :gripper :position) => 0.00"
(let ()
;; fetch must be :reset-pose when we run this method
(setq *fetch-headbox* (make-cube 100 201 120))
(send *fetch-headbox* :translate #f(0 0 1150))
(send *fetch* :head_pan_link_lk :assoc *fetch-headbox*)
(send *fetch-headbox* :move-coords (send robot :head_pan_link_lk :worldcoords)
(send robot :base_link_lk :worldcoords))
(send *fetch-headbox* :translate #f(33.75 0 150) (send robot :head_pan_link_lk :worldcoords))
(send *co* :add-attached-object *fetch-headbox* "head_pan_link"
:frame_id "head_pan_link"
:object_id "fetchheadbox")))
Expand Down

0 comments on commit 6178cc2

Please sign in to comment.