Skip to content

Commit

Permalink
[jsk_fetch_startup] Not evaluate userdata
Browse files Browse the repository at this point in the history
  • Loading branch information
tkmtnt7000 committed Oct 20, 2022
1 parent 1e4ddad commit 4a82cd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jsk_fetch_robot/jsk_fetch_startup/euslisp/go-to-kitchen.l
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
:hz 2.0
:before-hook-func
'(lambda ()
(set-alist 'description "" mydata)
(set-alist 'image "" mydata)))))
(set-alist 'description "" 'userdata)
(set-alist 'image "" 'userdata)))))
(send result-state :name)))


Expand Down

0 comments on commit 4a82cd4

Please sign in to comment.