Skip to content

Commit

Permalink
added correct true multimaster parameters for secondary robot
Browse files Browse the repository at this point in the history
  • Loading branch information
liviniuk committed May 6, 2018
1 parent 8a1ff0b commit f995614
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
9 changes: 9 additions & 0 deletions eurobot/launch/secondary_multimaster.launch
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0"?>
<launch>

<node pkg="master_discovery_fkie" type="master_discovery" name="master_discovery" respawn="true">
<rosparam file="$(find eurobot)/launch/secondary_multimaster_config.yaml" command="load" />
</node>
<node pkg="master_sync_fkie" type="master_sync" name="master_sync" respawn="true"/>

</launch>
3 changes: 3 additions & 0 deletions eurobot/launch/secondary_multimaster_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
interface: "192.168.88.242"


2 changes: 1 addition & 1 deletion eurobot/launch/secondary_robot.launch
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<include file="$(find eurobot)/launch/params.launch"/>

<!-- MULTYMASTER -->
<include file="$(find eurobot)/launch/multimaster.launch"/>
<include file="$(find eurobot)/launch/secondary_multimaster.launch"/>

<include file="$(find eurobot_navigation)/launch/navigation_secondary.launch"/>

Expand Down

0 comments on commit f995614

Please sign in to comment.