Skip to content

Commit

Permalink
Decrease conn/timeout to 8 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Jul 25, 2018
1 parent 16b2e19 commit 3b0dd46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clever/launch/mavros.launch
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<param name="gcs_url" value="udp-pb://$(env ROS_IP):14550@14550" if="$(eval gcs_bridge == 'udp-pb')"/>
<param name="gcs_url" value="" if="$(eval not gcs_bridge)"/>
<param name="gcs_quiet_mode" value="true"/>
<param name="conn/timeout" value="10"/>
<param name="conn/timeout" value="8"/>

<!-- default px4 params -->
<rosparam command="load" file="$(find mavros)/launch/px4_config.yaml"/>
Expand Down

0 comments on commit 3b0dd46

Please sign in to comment.