jsk-ros-pkg / jsk_robot

jsk-ros-pkg/jsk_robot
https://github.com/jsk-ros-pkg/jsk_robot
73 stars 97 forks source link

[jsk_robot_startup] advertise when no tweet publisher is advertised yet #1785

Closed knorth55 closed 1 year ago

knorth55 commented 1 year ago

advertise publisher needed for tweet in tweet-string when the publishers are not yet advertised. with this change, we don't need to write (ros::advertise "/tweet" ...) in our script, and we can tweet by just runining tweet-string

tkmtnt7000 commented 1 year ago

Nice change!