Skip to content

Commit

Permalink
Update perception/lidar_centerpoint/launch/lidar_centerpoint.launch.xml
Browse files Browse the repository at this point in the history
Co-authored-by: Shunsuke Miura <[email protected]>
  • Loading branch information
kminoda and miursh authored Jan 31, 2024
1 parent 095e70f commit 9238f2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<group unless="$(var use_pointcloud_container)">
<node pkg="lidar_centerpoint" exec="lidar_centerpoint_node" name="lidar_centerpoint" output="screen">
<remap from="~/input/pointcloud" to="$(var input/pointcloud)"/>
<remap from="~/output/objects" to="objects"/>
<remap from="~/output/objects" to="$(var output/objects)"/>
<param name="score_threshold" value="$(var score_threshold)"/>
<param name="densification_world_frame_id" value="map"/>
<param name="densification_num_past_frames" value="1"/>
Expand Down

0 comments on commit 9238f2c

Please sign in to comment.