You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: perception/detected_object_feature_remover/include/detected_object_feature_remover/detected_object_feature_remover.hpp
Copy file name to clipboardexpand all lines: perception/detected_object_validation/include/detected_object_validation/detected_object_filter/object_lanelet_filter.hpp
Copy file name to clipboardexpand all lines: perception/detected_object_validation/include/detected_object_validation/detected_object_filter/object_position_filter.hpp
Copy file name to clipboardexpand all lines: perception/detected_object_validation/include/detected_object_validation/obstacle_pointcloud_based_validator/obstacle_pointcloud_based_validator.hpp
Copy file name to clipboardexpand all lines: perception/detected_object_validation/include/detected_object_validation/occupancy_grid_based_validator/occupancy_grid_based_validator.hpp
Copy file name to clipboardexpand all lines: perception/detected_object_validation/obstacle-pointcloud-based-validator.md
+1
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ In the debug image above, the red DetectedObject is the validated object. The bl
33
33
|`max_points_num`| int | The max number of obstacle point clouds in DetectedObjects |
34
34
|`min_points_and_distance_ratio`| float | 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. |
35
35
|`enable_debugger`| bool | Whether to create debug topics or not? |
36
+
|`use_published_time`| bool | Node publishes its DetectedObjects publishing time with pipeline header file. Default it is false. |
0 commit comments