Skip to content

Commit

Permalink
chore: remove distortion related in order to seperate PRs
Browse files Browse the repository at this point in the history
Signed-off-by: vividf <[email protected]>
  • Loading branch information
vividf committed Sep 18, 2024
1 parent 16673dc commit bacc568
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions aip_x2_launch/config/distortion_corrector_node.param.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions aip_x2_launch/launch/pandar_node_container.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ def create_parameter_dict(*args):
("~/input/pointcloud", "mirror_cropped/pointcloud_ex"),
("~/output/pointcloud", "rectified/pointcloud_ex"),
],
parameters=[load_composable_node_param("distortion_corrector_node_param_file")],
extra_arguments=[{"use_intra_process_comms": LaunchConfiguration("use_intra_process")}],
)

Expand Down Expand Up @@ -345,10 +344,6 @@ def add_launch_arg(name: str, default_value=None):
"blockage_diagnostics_param_file",
[FindPackageShare("aip_x2_launch"), "/config/blockage_diagnostics.param.yaml"],
)
add_launch_arg(
"distortion_corrector_node_param_file",
[FindPackageShare("aip_x2_launch"), "/config/distortion_corrector_node.param.yaml"],
)
add_launch_arg(
"ring_outlier_filter_node_param_file",
[FindPackageShare("aip_x2_launch"), "/config/ring_outlier_filter_node.param.yaml"],
Expand Down

0 comments on commit bacc568

Please sign in to comment.