Skip to content

Commit b4c3e1e

Browse files
committed
fix: typo
Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
1 parent bd98deb commit b4c3e1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

launch/tier4_perception_launch/launch/obstacle_segmentation/ground_segmentation/ground_segmentation.launch.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def create_additional_pipeline(self, lidar_name):
7878
)
7979
min_z = (
8080
self.vehicle_info["min_height_offset"]
81-
- self.ground_segmentation_param[f"{lidar_name}_crop_box_filter"]["parameters"][
81+
+ self.ground_segmentation_param[f"{lidar_name}_crop_box_filter"]["parameters"][
8282
"margin_min_z"
8383
]
8484
)
@@ -226,7 +226,7 @@ def create_common_pipeline(self, input_topic, output_topic):
226226
)
227227
min_z = (
228228
self.vehicle_info["min_height_offset"]
229-
- self.ground_segmentation_param["common_crop_box_filter"]["parameters"]["margin_min_z"]
229+
+ self.ground_segmentation_param["common_crop_box_filter"]["parameters"]["margin_min_z"]
230230
)
231231
components = []
232232
components.append(

0 commit comments

Comments
 (0)