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(motion_velocity_smoother): add parameter for force acceleration #1010

Conversation

go-sakayori
Copy link
Contributor

@go-sakayori go-sakayori commented May 30, 2024

Description

Some parameter added to enable force acceleration.
Related PR: autowarefoundation/autoware_universe#7180

Tests performed

TIER IV interal evaluator + Psim

Effects on system behavior

Not applicable.

Pre-review checklist for the PR author

The PR author must check the checkboxes below when creating the PR.

In-review checklist for the PR reviewers

The PR reviewers must check the checkboxes below before approval.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

  • There are no open discussions or they are tracked via tickets.

After all checkboxes are checked, anyone who has write access can merge the PR.

go-sakayori and others added 3 commits May 30, 2024 19:48
Signed-off-by: Go Sakayori <gsakayori@gmail.com>
Signed-off-by: Go Sakayori <go.sakayori@tier4.jp>
Signed-off-by: Go Sakayori <gsakayori@gmail.com>
Comment on lines 64 to 67
# force acceleration
adjusted_max_acceleration: 2.0
adjusted_max_jerk: 5.0
adjusted_max_lateral_acceleration: 1.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you create a namespace as follows for the better readability?
These are used in other packages like obstacle_cruise_planner for example.

force_acceleration:
   adjusted_max_acc: 2.0
   adjusted_max_jerk: 5.0
   ...

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 the review. I modified it in commit ebb0187.
Used abbreviation based on your suggestion.

Signed-off-by: Go Sakayori <gsakayori@gmail.com>
@go-sakayori
Copy link
Contributor Author

It would be closed one . Would make a PR once again after the functions are arranged in proper architecture.

@go-sakayori go-sakayori deleted the feat/add_param_motion_velocity_smoother branch December 4, 2024 02:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants