Skip to content

Commit

Permalink
fix(simulator_launch): occupancy grid refer launcher file (autowarefo…
Browse files Browse the repository at this point in the history
…undation#251)

Signed-off-by: tanaka3 <[email protected]>
  • Loading branch information
taikitanaka3 authored and satoshi-ota committed Mar 30, 2022
1 parent 1475e50 commit 55ce46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulator_launch/launch/simulator.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<group>
<push-ros-namespace namespace="occupancy_grid_map"/>
<!-- Occupancy Grid -->
<include file="$(find-pkg-share laserscan_to_occupancy_grid_map)/launch/laserscan_to_occupancy_grid_map.launch.py">
<include file="$(find-pkg-share perception_launch)/launch/occupancy_grid_map/occupancy_grid_map.launch.py">
<arg name="input_obstacle_pointcloud" value="true" />
<arg name="input_obstacle_and_raw_pointcloud" value="false" />
<arg name="input/obstacle_pointcloud" value="/perception/obstacle_segmentation/pointcloud" />
Expand Down

0 comments on commit 55ce46f

Please sign in to comment.