Skip to content

Commit

Permalink
switch raw_ex to velodyne_points
Browse files Browse the repository at this point in the history
Signed-off-by: badai-nguyen <[email protected]>
  • Loading branch information
badai-nguyen committed Jun 19, 2024
1 parent 4eb3378 commit 973e681
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common_sensor_launch/launch/nebula_node_container.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def create_parameter_dict(*args):
plugin="pointcloud_preprocessor::CropBoxFilterComponent",
name="crop_box_filter_self",
remappings=[
("input", "pointcloud_raw_ex"),
("input", "velodyne_points"),
("output", "self_cropped/pointcloud_ex"),
],
parameters=[cropbox_parameters],
Expand Down Expand Up @@ -250,7 +250,7 @@ def create_parameter_dict(*args):
plugin="pointcloud_preprocessor::BlockageDiagComponent",
name="blockage_diag",
remappings=[
("input", "pointcloud_raw_ex"),
("input", "velodyne_points"),
("output", "blockage_diag/pointcloud"),
],
parameters=[
Expand Down

0 comments on commit 973e681

Please sign in to comment.