Skip to content

Commit

Permalink
feat(perception_launch): change lidar-centerpoint model from aip_x2 t…
Browse files Browse the repository at this point in the history
…o default model (autowarefoundation#167)

Signed-off-by: yukke42 <yusuke.muramatsu@tier4.jp>
  • Loading branch information
yukke42 authored Jul 14, 2022
1 parent c72372e commit 3964bc9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@
<include file="$(find-pkg-share lidar_centerpoint)/launch/lidar_centerpoint.launch.xml">
<arg name="input/pointcloud" value="$(var input/pointcloud)"/>
<arg name="output/objects" value="objects"/>
<arg name="model_name" value="aip_x2" />
</include>
</group>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
<group>
<include file="$(find-pkg-share lidar_centerpoint)/launch/lidar_centerpoint.launch.xml">
<arg name="input/pointcloud" value="$(var input/pointcloud)"/>
<arg name="model_name" value="aip_x2" />
</include>
</group>
</group>
Expand Down

0 comments on commit 3964bc9

Please sign in to comment.