Skip to content

Commit

Permalink
Auto/launcher ground segmentation (autowarefoundation#117)
Browse files Browse the repository at this point in the history
* add base line launch

* add ground_segmentation launcher

* run pre-commit

* clean up

* fix coding style

* fix topic name

* fix yaml params

* fix loader name

* rename components

* improve implementation
  • Loading branch information
satoshi-ota authored and tkimura4 committed Dec 13, 2021
1 parent 095e469 commit 0bb8f81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions launch/autoware_launch/launch/autoware.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
<include file="$(find-pkg-share perception_launch)/launch/perception.launch.xml">
<!-- options for mode: camera_lidar_fusion, lidar, camera -->
<arg name="mode" value="camera_lidar_fusion" />
<arg name="vehicle_param_file" value="$(find-pkg-share $(var vehicle_model)_description)/config/vehicle_info.param.yaml"/>
<arg name="sensor_model" value="$(var sensor_model)"/>
</include>

<!-- Planning -->
Expand Down
2 changes: 2 additions & 0 deletions launch/autoware_launch/launch/logging_simulator.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@
<include file="$(find-pkg-share perception_launch)/launch/perception.launch.xml" if="$(var perception)">
<!-- options for mode: camera_lidar_fusion, lidar, camera -->
<arg name="mode" value="camera_lidar_fusion" />
<arg name="vehicle_param_file" value="$(find-pkg-share $(var vehicle_model)_description)/config/vehicle_info.param.yaml"/>
<arg name="sensor_model" value="$(var sensor_model)"/>
</include>
</group>

Expand Down

0 comments on commit 0bb8f81

Please sign in to comment.