Skip to content

Commit d70ffc7

Browse files
committed
[jsk_fetch_startup] Use :before-func to delete description and image
1 parent 85d1c0a commit d70ffc7

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

jsk_fetch_robot/jsk_fetch_startup/euslisp/go-to-kitchen.l

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@
2929
(success-go-to-kitchen . nil)
3030
(success-go-to-trashcan . nil)
3131
(success-auto-dock . nil))
32-
:hz 2.0)))
32+
:hz 2.0
33+
:before-hook-func
34+
'(lambda ()
35+
(set-alist 'description "" mydata)
36+
(set-alist 'image "" mydata)))))
3337
(send result-state :name)))
3438

3539

0 commit comments

Comments
 (0)