Skip to content

Commit

Permalink
add tweet_image_server for non-euslisp users
Browse files Browse the repository at this point in the history
  • Loading branch information
knorth55 committed Jul 17, 2021
1 parent 696b86d commit 0107486
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions jsk_robot_common/jsk_robot_startup/lifelog/tweet.launch
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,21 @@
output="$(arg output)" respawn="true" >
</node>

<node name="tweet_image_server" pkg="rostwitter" type="tweet_image_server.py"
machine="$(arg machine)"
output="$(arg output)" respawn="true" >
<rosparam subst_value="true">
account_info: $(arg account_info)
</rosparam>
</node>

<node name="tweet_image_mux" pkg="topic_tools" type="mux"
args="/tweet_image $(arg image_topics)"
machine="$(arg machine)">
<remap from="mux" to="tweet_image_mux" />
<param name="lazy" value="true" />
</node>

<!--
<node name="tweet_image_saver" pkg="image_view" type="image_saver"
machine="$(arg machine)" output="screen">
Expand All @@ -43,6 +52,7 @@
<param name="image_transport" value="raw" />
</node>
-->

<node name="active_user" pkg="roseus"
type="roseus" args="$(find jsk_robot_startup)/lifelog/active_user.l"
machine="$(arg machine)"
Expand Down

0 comments on commit 0107486

Please sign in to comment.