Skip to content

Commit

Permalink
refactor(detected_object_validation): rework parameters
Browse files Browse the repository at this point in the history
Signed-off-by: batuhanbeytekin <[email protected]>
Signed-off-by: Batuhan Beytekin <[email protected]>
  • Loading branch information
batuhanbeytekin committed Sep 20, 2024
1 parent c0b0c93 commit 6cb4633
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions perception/autoware_detected_object_validation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ The purpose of this package is to eliminate obvious false positives of DetectedO

#### object_lanelet_filter

{{ json_to_markdown("perception/detected_object_validation/schema/object_lanelet_filter.schema.json") }}
{{ json_to_markdown("perception/autoware_detected_object_validation/schema/object_lanelet_filter.schema.json") }}

#### object_position_filter

{{ json_to_markdown("perception/detected_object_validation/schema/object_position_filter.schema.json") }}
{{ json_to_markdown("perception/autoware_detected_object_validation/schema/object_position_filter.schema.json") }}

#### obstacle_pointcloud_based_validator

{{ json_to_markdown("perception/detected_object_validation/schema/obstacle_pointcloud_based_validator.schema.json") }}
{{ json_to_markdown("perception/autoware_detected_object_validation/schema/obstacle_pointcloud_based_validator.schema.json") }}

#### occupancy_grid_based_validator

{{ json_to_markdown("perception/detected_object_validation/schema/occupancy_grid_based_validator.schema.json") }}
{{ json_to_markdown("perception/autoware_detected_object_validation/schema/occupancy_grid_based_validator.schema.json") }}
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"min_points_and_distance_ratio": {
"type": "array",
"items": {
"type": "integer"
"type": "number"
},
"default": [800, 800, 800, 800, 800, 800, 800, 800],
"description": "Threshold value of the number of point clouds per object when the distance from baselink is 1m, because the number of point clouds varies with the distance from baselink."
Expand Down

0 comments on commit 6cb4633

Please sign in to comment.