Skip to content

Commit

Permalink
(roseus_bt) Increase server unregister_timeout (knorth55/jsk_robot#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
Affonso-Gui authored and knorth55 committed Oct 24, 2022
1 parent 35404c2 commit 98ac5c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion roseus_bt/include/roseus_bt/gen_template.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ std::string GenTemplate::launch_file_template(std::vector<std::string> launch_no
{
std::string fmt_string = 1 + R"(
<launch>
<include file="$(find rosbridge_server)/launch/rosbridge_websocket.launch"/>
<include file="$(find rosbridge_server)/launch/rosbridge_websocket.launch">
<arg name="unregister_timeout" value="100000"/>
</include>
%1%
Expand Down

0 comments on commit 98ac5c3

Please sign in to comment.