Skip to content

Commit

Permalink
feat(detected_object_validation): add validation for maximum distance…
Browse files Browse the repository at this point in the history
… in obstacle_pointcloud_based_validator (#1277)

feat: add validation for maximum distance in obstacle_pointcloud_based_validator

Signed-off-by: Taekjin LEE <[email protected]>
  • Loading branch information
technolojin authored Dec 17, 2024
1 parent 53791b4 commit b185fc4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@
#UNKNOWN, CAR, TRUCK, BUS, TRAILER, MOTORBIKE, BICYCLE, PEDESTRIAN
[800.0, 800.0, 800.0, 800.0, 800.0, 800.0, 800.0, 800.0]

validate_max_distance_m: 70.0 # [m]

using_2d_validator: true
enable_debugger: false

0 comments on commit b185fc4

Please sign in to comment.