Skip to content

Commit

Permalink
respawn is now true (introlab#81)
Browse files Browse the repository at this point in the history
Co-authored-by: mamaheux <[email protected]>
  • Loading branch information
doumdi and mamaheux authored Apr 15, 2024
1 parent f04c973 commit 1df7ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opentera_webrtc_ros/launch/ros_stream_client.launch
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<arg name="output_audio_mixed_topic" default="audio_mixed"/>
<arg name="output_webrtc_audio_topic" default="webrtc_audio"/>

<node name="$(arg name)" pkg="opentera_webrtc_ros" type="topic_streamer" output="$(arg output)" respawn="false">
<node name="$(arg name)" pkg="opentera_webrtc_ros" type="topic_streamer" output="$(arg output)" respawn="true">
<rosparam param="is_stand_alone" subst_value="true">$(arg is_stand_alone)</rosparam>
<rosparam param="video_stream" subst_value="true">
{
Expand Down

0 comments on commit 1df7ee0

Please sign in to comment.