Skip to content

Commit

Permalink
use keepout for jsk_maps
Browse files Browse the repository at this point in the history
  • Loading branch information
knorth55 authored and jsk-fetchuser committed Jul 8, 2020
1 parent 2faaee9 commit ac22fdf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jsk_fetch_robot/jsk_fetch_startup/launch/fetch_bringup.launch
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<arg name="map_frame" default="eng2" />
<arg name="map_file" default="$(find jsk_maps)/raw_maps/eng2-7f-0.05.yaml"/>
<arg name="keepout_map_file" default="$(find jsk_maps)/raw_maps/eng2-7f-0.05_keepout.yaml" />
<arg name="use_keepout" default="true" />
<arg name="use_build_map" default="false" />

<param name="robot/type" value="fetch" />
Expand Down Expand Up @@ -138,6 +139,7 @@
<!-- jsk_maps -->
<include file="$(find jsk_maps)/launch/start_map_$(arg map_frame).launch">
<arg name="launch_map_server" value="true" />
<arg name="keepout" value="$(arg use_keepout)" />
</include>

<!-- dock localization -->
Expand Down

0 comments on commit ac22fdf

Please sign in to comment.