Skip to content

Commit

Permalink
[jsk_fetch_startup] Use userdata instead of my data
Browse files Browse the repository at this point in the history
  • Loading branch information
tkmtnt7000 committed Oct 26, 2022
1 parent d69d852 commit 8ddcf92
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 8ddcf92

Please sign in to comment.