Skip to content
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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

vish0012
Copy link
Contributor

Description

Related links

Parent Issue:

  • Link

How was this PR tested?

  • colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release --packages-up-to autoware_autonomous_emergency_braking

Screenshot from 2025-01-22 13-37-43

  • ros2 launch launch/traffic_light_occlusion_predictor.launch.xml

I try to rectify issue with node , but still have error please have your reference thank you .

Screenshot from 2025-01-22 13-44-22

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

…updated ReadME file for parameters setting

Signed-off-by: vish0012 <[email protected]>
@github-actions github-actions bot added type:documentation Creating or refining documentation. (auto-assigned) component:control Vehicle control algorithms and mechanisms. (auto-assigned) labels Jan 22, 2025
Copy link

github-actions bot commented Jan 22, 2025

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

@soblin soblin added the run:deploy-docs Mark for deploy-docs action generation. (used-by-ci) label Jan 24, 2025
@soblin
Copy link
Contributor

soblin commented Jan 24, 2025

@vish0012 Please fix the error on the hosting side

https://autowarefoundation.github.io/autoware.universe/pr-10002/control/autoware_autonomous_emergency_braking/

image

| 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") }}
Copy link
Member

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.

Suggested change
{{ 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") }}

Copy link
Contributor Author

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!

@vish0012 vish0012 force-pushed the add-schema-autoware_autonomous_emergency_braking branch from 762c625 to faa0296 Compare January 28, 2025 00:16
@vish0012
Copy link
Contributor Author

@vish0012 Please fix the error on the hosting side

https://autowarefoundation.github.io/autoware.universe/pr-10002/control/autoware_autonomous_emergency_braking/

image

@soblin san thank you, for your comment i have modified the comment could you check again thank you ^_^

@vish0012
Copy link
Contributor Author

vish0012 commented Feb 3, 2025

@vish0012 Please fix the error on the hosting side

https://autowarefoundation.github.io/autoware.universe/pr-10002/control/autoware_autonomous_emergency_braking/

image

Thanks i think it fixed now.
Screenshot from 2025-02-03 13-54-31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:control Vehicle control algorithms and mechanisms. (auto-assigned) run:deploy-docs Mark for deploy-docs action generation. (used-by-ci) type:documentation Creating or refining documentation. (auto-assigned)
Projects
Status: To Triage
Development

Successfully merging this pull request may close these issues.

3 participants