-
Notifications
You must be signed in to change notification settings - Fork 699
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(autoware_pointcloud_preprocessor): update the readme file and schema file #10193
base: main
Are you sure you want to change the base?
feat(autoware_pointcloud_preprocessor): update the readme file and schema file #10193
Conversation
…hema file Signed-off-by: vish0012 <vishalchhn42@gmail.com>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Signed-off-by: vish0012 <vishalchhn42@gmail.com>
https://autowarefoundation.github.io/autoware.universe/pr-10193/sensing/autoware_pointcloud_preprocessor/ shows "Macro Rendering Error", is that expected? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the PR! A few of the schemas seem to have the wrong structure at the bottom (ROS 2 is expecting a namespace like /**
as the schema root). I added a few other minor comments too.
You can always check the rendered documentation here: https://autowarefoundation.github.io/autoware.universe/pr-10193/sensing/autoware_pointcloud_preprocessor/
sensing/autoware_pointcloud_preprocessor/schema/blockage_diag_node.schema.json
Show resolved
Hide resolved
...re_pointcloud_preprocessor/schema/pickup_based_voxel_grid_downsample_filter_node.schema.json
Outdated
Show resolved
Hide resolved
sensing/autoware_pointcloud_preprocessor/schema/passthrough_filter_uint16_node.schema.json
Outdated
Show resolved
Hide resolved
...re_pointcloud_preprocessor/schema/pickup_based_voxel_grid_downsample_filter_node.schema.json
Outdated
Show resolved
Hide resolved
Updated schema as directed. Changed 0 -> "0" and false -> "false"
Description
Implement the ROS Node configuration layout described in https://github.com/orgs/autowarefoundation/discussions/3371 for the autoware_pointcloud_preprocessor package.
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.