Skip to content

Commit

Permalink
fix(autoware_pointcloud_preprocessor): fix autoware pointcloud prepro…
Browse files Browse the repository at this point in the history
…cessor docs (#9765)

* fix downsample and passthrough

Signed-off-by: vividf <[email protected]>

* fix: fix blockage-diag docs that page is not shown

Signed-off-by: vividf <[email protected]>

---------

Signed-off-by: vividf <[email protected]>
  • Loading branch information
vividf authored Dec 25, 2024
1 parent aaad09f commit 1586372
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ These implementations inherit `autoware::pointcloud_preprocessor::Filter` class,

### Pickup Based Voxel Grid Downsample Filter

{{ json_to_markdown("sensing/autoware_pointcloud_preprocessor/schema/pickup_based_voxel_grid_downsample_filter.schema.json") }}
{{ json_to_markdown("sensing/autoware_pointcloud_preprocessor/schema/pickup_based_voxel_grid_downsample_filter_node.schema.json") }}

## Assumptions / Known limits

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ The `passthrough_filter` is a node that removes points on the outside of a range

### Core Parameters

{{ json_to_markdown("sensing/autoware_pointcloud_preprocessor/schema/passthrough_filter_uint16_node.schema.json
") }}
{{ json_to_markdown("sensing/autoware_pointcloud_preprocessor/schema/passthrough_filter_uint16_node.schema.json") }}

## Assumptions / Known limits

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@
"type": "number",
"minimum": 0.0,
"maximum": 360.0
}
},
"default": [0.0, 360.0]
},
"vertical_bins": {
"type": "integer",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"has_static_tf_only": {
"type": "boolean",
"description": "Flag to indicate if only static TF is used.",
"default": false
"default": "false"
}
},
"required": [
Expand Down

0 comments on commit 1586372

Please sign in to comment.