Skip to content

Commit

Permalink
correct linter errors
Browse files Browse the repository at this point in the history
Signed-off-by: oguzkaganozt <[email protected]>
  • Loading branch information
oguzkaganozt committed Aug 27, 2024
1 parent d6703b0 commit aac3fa7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ rclcpp_components_register_node(${PROJECT_NAME}
ament_auto_package(
INSTALL_TO_SHARE
config
)
)
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**:
ros__parameters:
radius_search_2d_filter.search_radius: 1.0f
radius_search_2d_filter.min_points_and_distance_ratio: 400.0f
radius_search_2d_filter.search_radius: 1.0
radius_search_2d_filter.min_points_and_distance_ratio: 400.0
radius_search_2d_filter.min_points: 4
radius_search_2d_filter.max_points: 70
radius_search_2d_filter.max_filter_points_nb: 15000
Expand Down

0 comments on commit aac3fa7

Please sign in to comment.