Skip to content

Commit

Permalink
Changed node name to comply with the multimaster limitations
Browse files Browse the repository at this point in the history
  • Loading branch information
gstavrinos committed May 31, 2017
1 parent 377b285 commit 0f189d7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions launch/node_manager.launch
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<launch>
<master auto="start"/>

<node pkg="radio_node_manager" type="node_manager.py" respawn="false" name="radio_node_manager" output="screen">
<node pkg="radio_node_manager" type="node_manager.py" respawn="false" name="radio_node_manager_robot" output="screen">
<rosparam file="$(find radio_node_manager)/config/parameters.yaml" command="load" />
</node>
</launch>

0 comments on commit 0f189d7

Please sign in to comment.