Skip to content

Commit d0b6d3f

Browse files
add description for the publish_excluded_points parameter
Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
1 parent 5640819 commit d0b6d3f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

sensing/pointcloud_preprocessor/docs/ring-outlier-filter.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ This implementation inherits `pointcloud_preprocessor::Filter` class, please ref
2222

2323
### Core Parameters
2424

25-
| Name | Type | Default Value | Description |
26-
| ------------------------- | ------- | ------------- | ----------------------------------------------------------------------------------- |
27-
| `distance_ratio` | double | 1.03 | |
28-
| `object_length_threshold` | double | 0.1 | |
29-
| `num_points_threshold` | int | 4 | |
30-
| `max_rings_num` | uint_16 | 128 | |
31-
| `max_points_num_per_ring` | size_t | 4000 | Set this value large enough such that `HFoV / resolution < max_points_num_per_ring` |
32-
| `publish_excluded_points` | bool | false | Flag to publish excluded pointcloud |
25+
| Name | Type | Default Value | Description |
26+
| ------------------------- | ------- | ------------- | ------------------------------------------------------------------------------------------------------------------------------- |
27+
| `distance_ratio` | double | 1.03 | |
28+
| `object_length_threshold` | double | 0.1 | |
29+
| `num_points_threshold` | int | 4 | |
30+
| `max_rings_num` | uint_16 | 128 | |
31+
| `max_points_num_per_ring` | size_t | 4000 | Set this value large enough such that `HFoV / resolution < max_points_num_per_ring` |
32+
| `publish_excluded_points` | bool | false | Flag to publish excluded pointcloud for debugging purpose. Due to performance concerns, please set to false during experiments. |
3333

3434
## Assumptions / Known limits
3535

0 commit comments

Comments
 (0)