Skip to content

Commit

Permalink
Merge branch 'melodic' into documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
puru07 committed Sep 2, 2020
2 parents 5e4bdf2 + 057438e commit ef15a22
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified debians/ros-melodic-mw-navfn-planner_1.0.0-0bionic_amd64.deb
Binary file not shown.
Binary file modified debians/ros-melodic-recovery-executive_1.1.0-0bionic_amd64.deb
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<arg name="respawn" default="false"/>
<arg name="output_log" default="screen"/>

<env name="ROSCONSOLE_CONFIG_FILE" value="$(find global_planner)/custom_config.conf" if="$(arg debug)"/>
<env name="ROSCONSOLE_CONFIG_FILE" value="$(find mw_global_planner)/custom_config.conf" if="$(arg debug)"/>

<node name="global_planner" type="global_planner_action_node" pkg="global_planner" output="$(arg output_log)" respawn="$(arg respawn)">
<node name="global_planner" type="global_planner_action_node" pkg="mw_global_planner" output="$(arg output_log)" respawn="$(arg respawn)">
<rosparam command="load" file="$(find mowito_rosbot)/config/global_planner_config/global_planner_action_server_params.yaml"/>
</node>
</launch>

0 comments on commit ef15a22

Please sign in to comment.