Skip to content

Commit

Permalink
[jsk_robot_startup] Fix variable name; *speak* -> *speak-enable*
Browse files Browse the repository at this point in the history
  • Loading branch information
tkmtnt7000 authored and knorth55 committed Jan 16, 2023
1 parent 2427bed commit 2a9bdb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
(setq id (random (length status)))
(when (= (mod (round (send tm :sec)) 1000) 0)
(tweet-string (format nil "Warning!! ~A is ~A at ~0,3f" (car (elt status id)) (cdr (elt status id)) (send tm :to-sec))
:warning-time 1 :with-image t :volume *volume* :speak *speak*)))
:warning-time 1 :with-image t :volume *volume* :speak *speak-enable*)))
)))

(ros::advertise "/tweet" std_msgs::String 1)
Expand Down

0 comments on commit 2a9bdb6

Please sign in to comment.