Skip to content

Commit

Permalink
disable launch file
Browse files Browse the repository at this point in the history
  • Loading branch information
Dkaka committed Dec 1, 2020
1 parent 717e909 commit 966d01b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions husky_navigation/launch/exploration.launch
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSI
<arg name="plugin" default="frontier_exploration::FrontierPlugin"/>
<param name="plugin_name" value="$(arg plugin)"/>

<node pkg="exploration_server" type="plugin_client" name="explore_client" output="screen" />
<!-- <node pkg="exploration_server" type="plugin_client" name="explore_client" output="screen" /> -->

<node pkg="exploration_server" type="exploration_server_node" name="explore_server" output="screen">
<!-- <node pkg="exploration_server" type="exploration_server_node" name="explore_server" output="screen">
<rosparam file="$(find husky_navigation)/config/costmap_common.yaml" command="load" ns="explore_costmap" />
<rosparam file="$(find husky_navigation)/config/costmap_exploration.yaml" command="load" ns="explore_costmap" />
</node>
</node> -->

</launch>

0 comments on commit 966d01b

Please sign in to comment.