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

Motion_velocity_smoother should depend the steering_rate_limit #1023

Closed
5 tasks done
brkay54 opened this issue Jun 1, 2022 · 1 comment · Fixed by #1071
Closed
5 tasks done

Motion_velocity_smoother should depend the steering_rate_limit #1023

brkay54 opened this issue Jun 1, 2022 · 1 comment · Fixed by #1071
Assignees
Labels
component:planning Route planning, decision-making, and navigation. (auto-assigned) type:new-feature New functionalities or additions, feature requests.

Comments

@brkay54
Copy link
Member

brkay54 commented Jun 1, 2022

Checklist

  • I've read the contribution guidelines.
  • I've searched other issues and no duplicate issues were found.
  • I've agreed with the maintainers that I can plan this task.

Description

Discussion here!
Related: #567

Hello everyone,

I realized that planning module in Autoware do not depend the steering angle rate. In lateral controller, we can set steering_rate_limit (here). When I set lower steering_rate_limit, the states that are calculated by lateral_controller are seem good. But longitudinal controller can not handle, It should slow down the vehicle because of low steering_angle_rate but it is not. vehicle could not turn over the high curvature paths.

Purpose

As mentioned in discussion, new function which change the velocities w.r.t. steering_rate_limit will be added to motion_velocity_smoother.

Possible approaches

image
New step will be added after apply lateral acceleration limit to decrease velocities where steering_rate > steering_rate_limit.

Definition of done

  • Design algorithm
  • Create function and implement it
@brkay54 brkay54 added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Jun 1, 2022
@brkay54 brkay54 self-assigned this Jun 1, 2022
@TakaHoribe
Copy link
Contributor

Nice work. Thank you!

@BonoloAWF BonoloAWF added the type:new-feature New functionalities or additions, feature requests. label Jun 14, 2022
@xmfcx xmfcx added this to the Bus ODD July-Aug Milestone milestone Jul 19, 2022
saka1-s pushed a commit to saka1-s/autoware.universe that referenced this issue Nov 28, 2023
…d thread (autowarefoundation#1023)

refactor(perception_rviz_plugin): apply thread pool to manage detached thread (autowarefoundation#5418)

* apply thread pool to manage detached thread



* style(pre-commit): autofix

* clean up the destructor



* style(pre-commit): autofix

* use function object in the queue instead



* style(pre-commit): autofix

* fix condition variable naming problem



* add utility include for CI



---------

Signed-off-by: Owen-Liuyuxuan <uken.ryu@tier4.jp>
Co-authored-by: Yuxuan Liu <619684051@qq.com>
Co-authored-by: Owen-Liuyuxuan <uken.ryu@tier4.jp>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:planning Route planning, decision-making, and navigation. (auto-assigned) type:new-feature New functionalities or additions, feature requests.
Projects
No open projects
Status: Done
4 participants