diff --git a/aip_x2_launch/launch/lidar.launch.xml b/aip_x2_launch/launch/lidar.launch.xml
index 6f478053..89375e8c 100644
--- a/aip_x2_launch/launch/lidar.launch.xml
+++ b/aip_x2_launch/launch/lidar.launch.xml
@@ -7,6 +7,7 @@
+
@@ -26,6 +27,10 @@
+
+
+
+
@@ -46,6 +51,10 @@
+
+
+
+
@@ -68,6 +77,10 @@
+
+
+
+
@@ -89,6 +102,10 @@
+
+
+
+
@@ -112,6 +129,10 @@
+
+
+
+
@@ -133,6 +154,10 @@
+
+
+
+
@@ -156,6 +181,10 @@
+
+
+
+
@@ -177,6 +206,10 @@
+
+
+
+
diff --git a/aip_x2_launch/launch/pandar_node_container.launch.py b/aip_x2_launch/launch/pandar_node_container.launch.py
index cfb39cc4..c6f1da37 100644
--- a/aip_x2_launch/launch/pandar_node_container.launch.py
+++ b/aip_x2_launch/launch/pandar_node_container.launch.py
@@ -245,7 +245,9 @@ def create_parameter_dict(*args):
"angle_range": LaunchConfiguration("angle_range"),
"horizontal_ring_id": LaunchConfiguration("horizontal_ring_id"),
"vertical_bins": LaunchConfiguration("vertical_bins"),
- "model": LaunchConfiguration("model"),
+ "is_channel_order_top2down": LaunchConfiguration("is_channel_order_top2down"),
+ "max_distance_range": LaunchConfiguration("max_distance_range"),
+ "horizontal_resolution": LaunchConfiguration("horizontal_resolution"),
}
]
+ [load_composable_node_param("blockage_diagnostics_param_file")],
@@ -323,6 +325,8 @@ def add_launch_arg(name: str, default_value=None):
add_launch_arg("input_frame", LaunchConfiguration("base_frame"))
add_launch_arg("output_frame", LaunchConfiguration("base_frame"))
add_launch_arg("dual_return_filter_param_file")
+ add_launch_arg("horizontal_resolution", "0.4")
+ add_launch_arg("max_distance_range", "200.0")
add_launch_arg(
"blockage_diagnostics_param_file",
[FindPackageShare("aip_x2_launch"), "/config/blockage_diagnostics_param_file.yaml"],