Skip to content

Commit

Permalink
[jsk_fetch_startup] Update switchbot device name in navigation-utils.l
Browse files Browse the repository at this point in the history
  • Loading branch information
tkmtnt7000 committed Apr 20, 2022
1 parent 34a1294 commit 6878b52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jsk_fetch_robot/jsk_fetch_startup/euslisp/navigation-utils.l
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@
(send *ri* :angle-vector-raw (send *fetch* :angle-vector) 3000 :head-controller)
(send *ri* :wait-interpolation))
((eq control-switchbot :api)
(control-device "/eng2/7f/73b2/light/upper/switch" "turnOn" :wait t)
(control-device "/eng2/7f/73b2/light/lower/switch" "turnOn" :wait t)
(control-device "/eng2/7f/73b2_bot_kitchen" "turnOn" :wait t)
(control-device "/eng2/7f/73b2_bot_window" "turnOn" :wait t)
(send *ri* :speak-jp "電気をつけました" :wait t))))


Expand All @@ -259,8 +259,8 @@
(send *ri* :angle-vector-raw (send *fetch* :angle-vector) 3000 :head-controller)
(send *ri* :wait-interpolation))
((eq control-switchbot :api)
(control-device "/eng2/7f/73b2/light/upper/switch" "turnOff" :wait t)
(control-device "/eng2/7f/73b2/light/lower/switch" "turnOff" :wait t)
(control-device "/eng2/7f/73b2_bot_kitchen" "turnOff" :wait t)
(control-device "/eng2/7f/73b2_bot_window" "turnOff" :wait t)
(send *ri* :speak-jp "電気を消しました" :wait t))))


Expand Down

0 comments on commit 6878b52

Please sign in to comment.