Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
Signed-off-by: badai-nguyen <[email protected]>
  • Loading branch information
badai-nguyen committed Mar 6, 2024
1 parent bd98deb commit b4c3e1e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def create_additional_pipeline(self, lidar_name):
)
min_z = (
self.vehicle_info["min_height_offset"]
- self.ground_segmentation_param[f"{lidar_name}_crop_box_filter"]["parameters"][
+ self.ground_segmentation_param[f"{lidar_name}_crop_box_filter"]["parameters"][
"margin_min_z"
]
)
Expand Down Expand Up @@ -226,7 +226,7 @@ def create_common_pipeline(self, input_topic, output_topic):
)
min_z = (
self.vehicle_info["min_height_offset"]
- self.ground_segmentation_param["common_crop_box_filter"]["parameters"]["margin_min_z"]
+ self.ground_segmentation_param["common_crop_box_filter"]["parameters"]["margin_min_z"]
)
components = []
components.append(
Expand Down

0 comments on commit b4c3e1e

Please sign in to comment.