Skip to content

Commit

Permalink
chore: add validate_max_distance_m parameter for obstacle_pointcloud_…
Browse files Browse the repository at this point in the history
…based_validator

Signed-off-by: Taekjin LEE <[email protected]>
  • Loading branch information
technolojin committed Dec 16, 2024
1 parent 3ee025a commit f63d6a3
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@
"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."
},
"validate_max_distance_m": {
"type": "number",
"default": 70.0,
"description": "The maximum distance from the baselink to the object to be validated"
},
"using_2d_validator": {
"type": "boolean",
"default": false,
Expand Down

0 comments on commit f63d6a3

Please sign in to comment.