Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

feat(motion_velocity_smoother): change max_lateral_accel from 0.8 to 1.0 #512

Merged
merged 1 commit into from
Oct 25, 2022

Conversation

maxime-clem
Copy link
Contributor

@maxime-clem maxime-clem commented Oct 13, 2022

Signed-off-by: Maxime CLEMENT [email protected]

PR Type

  • Improvement

Related Links

autowarefoundation/autoware.universe#2057

Description

This PR increases the value of the max_lateral_accel parameter in the motion_velocity_smoother node. allowing to drive at higher velocities in curves.

The current value of 0.8 m/s² is very conservative to avoid situations where the ego vehicle would drive too fast when close to some obstacles (e.g., guard rail) in curves. This PR changes the value to 1.0 m/s².

A new node (autowarefoundation/autoware.universe#1579) can be used to limit the velocity when driving near obstacles.

Review Procedure

Remarks

Pre-Review Checklist for the PR Author

PR Author should check the checkboxes below when creating the PR.

Checklist for the PR Reviewer

Reviewers should check the checkboxes below before approval.

  • Commits are properly organized and messages are according to the guideline
  • Code follows coding guidelines
  • (Optional) Unit tests have been written for new behavior
  • PR title describes the changes

Post-Review Checklist for the PR Author

PR Author should check the checkboxes below before merging.

  • All open points are addressed and tracked via issues or tickets
  • Write release notes

CI Checks

  • Build and test for PR: Required to pass before the merge.
  • Check spelling: NOT required to pass before the merge. It is up to the reviewer(s). See here if you want to add some words to the spell check dictionary.

Copy link
Contributor

@takayuki5168 takayuki5168 left a comment

Choose a reason for hiding this comment

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

LGTM

@maxime-clem maxime-clem enabled auto-merge (squash) October 25, 2022 06:36
@maxime-clem maxime-clem merged commit d953e7c into tier4/universe Oct 25, 2022
@maxime-clem maxime-clem deleted the feat-max-lat-accel-1.0 branch October 25, 2022 06:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants