-
Notifications
You must be signed in to change notification settings - Fork 675
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_autonomous_emergency_braking): Created Schema file and updated ReadME file for parameters setting #10002
base: main
Are you sure you want to change the base?
Conversation
…updated ReadME file for parameters setting Signed-off-by: vish0012 <[email protected]>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
@vish0012 Please fix the error on the hosting side |
| aeb_hz | [-] | double | frequency at which AEB operates per second | 10 | | ||
| speed_calculation_expansion_margin | [m] | double | expansion width of the ego vehicle footprint used when calculating the closest object's speed | 0.7 | | ||
| path_footprint_extra_margin | [m] | double | this parameters expands the ego footprint used to crop the AEB input pointcloud | 1.0 | | ||
{{ json_to_markdown("/control/autoware_autonomous_emergency_braking/schema/autonomous_emergency_braking.schema.json") }} |
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.
You might have to remove the first /
in the path to fix the error in documentation rendoring.
{{ json_to_markdown("/control/autoware_autonomous_emergency_braking/schema/autonomous_emergency_braking.schema.json") }} | |
{{ json_to_markdown("control/autoware_autonomous_emergency_braking/schema/autonomous_emergency_braking.schema.json") }} |
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 your guidance, Sensei. I’ve made the modifications as per your suggestion and pushed the changes again. I truly appreciate your advice!
…s per review comments Signed-off-by: vish0012 <[email protected]>
762c625
to
faa0296
Compare
|
Description
Implement the ROS Node configuration layout described in https://github.com/orgs/autowarefoundation/discussions/3371 for the autoware_autonomous_emergency_braking package.
create json shema
update readme file
Related links
Parent Issue:
How was this PR tested?
I try to rectify issue with node , but still have error please have your reference thank you .
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.