Skip to content

Commit

Permalink
Merge pull request #1457 from tkmtnt7000/update-switchbot-device-name…
Browse files Browse the repository at this point in the history
…-master

[jsk_fetch_startup] Update switchbot device name in navigation-utils.l
  • Loading branch information
k-okada authored Apr 21, 2022
2 parents b80bc9d + 6878b52 commit 5c6eb1c
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 5c6eb1c

Please sign in to comment.