Skip to content

Commit 1586372

Browse files
authored
fix(autoware_pointcloud_preprocessor): fix autoware pointcloud preprocessor docs (#9765)
* fix downsample and passthrough Signed-off-by: vividf <yihsiang.fang@tier4.jp> * fix: fix blockage-diag docs that page is not shown Signed-off-by: vividf <yihsiang.fang@tier4.jp> --------- Signed-off-by: vividf <yihsiang.fang@tier4.jp>
1 parent aaad09f commit 1586372

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

sensing/autoware_pointcloud_preprocessor/docs/downsample-filter.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ These implementations inherit `autoware::pointcloud_preprocessor::Filter` class,
4848

4949
### Pickup Based Voxel Grid Downsample Filter
5050

51-
{{ json_to_markdown("sensing/autoware_pointcloud_preprocessor/schema/pickup_based_voxel_grid_downsample_filter.schema.json") }}
51+
{{ json_to_markdown("sensing/autoware_pointcloud_preprocessor/schema/pickup_based_voxel_grid_downsample_filter_node.schema.json") }}
5252

5353
## Assumptions / Known limits
5454

sensing/autoware_pointcloud_preprocessor/docs/passthrough-filter.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ The `passthrough_filter` is a node that removes points on the outside of a range
2525

2626
### Core Parameters
2727

28-
{{ json_to_markdown("sensing/autoware_pointcloud_preprocessor/schema/passthrough_filter_uint16_node.schema.json
29-
") }}
28+
{{ json_to_markdown("sensing/autoware_pointcloud_preprocessor/schema/passthrough_filter_uint16_node.schema.json") }}
3029

3130
## Assumptions / Known limits
3231

sensing/autoware_pointcloud_preprocessor/schema/blockage_diag_node.schema.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@
9999
"type": "number",
100100
"minimum": 0.0,
101101
"maximum": 360.0
102-
}
102+
},
103+
"default": [0.0, 360.0]
103104
},
104105
"vertical_bins": {
105106
"type": "integer",

sensing/autoware_pointcloud_preprocessor/schema/distortion_corrector_node.schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"has_static_tf_only": {
3030
"type": "boolean",
3131
"description": "Flag to indicate if only static TF is used.",
32-
"default": false
32+
"default": "false"
3333
}
3434
},
3535
"required": [

0 commit comments

Comments
 (0)