Skip to content

Commit

Permalink
[jsk_fetch_startup] Use :before-func to delete description and image
Browse files Browse the repository at this point in the history
  • Loading branch information
tkmtnt7000 committed Oct 19, 2022
1 parent 85d1c0a commit d70ffc7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion jsk_fetch_robot/jsk_fetch_startup/euslisp/go-to-kitchen.l
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@
(success-go-to-kitchen . nil)
(success-go-to-trashcan . nil)
(success-auto-dock . nil))
:hz 2.0)))
:hz 2.0
:before-hook-func
'(lambda ()
(set-alist 'description "" mydata)
(set-alist 'image "" mydata)))))
(send result-state :name)))


Expand Down

0 comments on commit d70ffc7

Please sign in to comment.