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(obstacle_cruise_planner): obstacle type dependent slow down for … #920

Conversation

danielsanchezaran
Copy link

@danielsanchezaran danielsanchezaran commented Oct 6, 2023

https://tier4.atlassian.net/browse/RT0-29332 を解決

This pull request enhances the obstacle cruise planner to use the obstacle type information for planning --> if a set of parameters is defined for a given obstacle class, the obstacle_cruise_planner will use those parameters to calculate the slow down speed.
Cherry-pick of PR: autowarefoundation#5208
Necessary launcher changes are in this launcher PR: https://github.com/tier4/autoware_launch.x2/pull/474

…obstacle cruise planner (autowarefoundation#5208)

  • Add slow down parameters dependant on obstacle type

  • divide obstacle parameters based on obstacle type

  • preserve obstacle type for velocity calculation

  • added pre-commit changes

  • change sample config params

  • Update Readme

  • Update README

  • small refactor for cleaner code


…obstacle cruise planner (autowarefoundation#5208)

* Add slow down parameters dependant on obstacle type

Signed-off-by: Daniel Sanchez <[email protected]>

* divide obstacle parameters based on obstacle type

Signed-off-by: Daniel Sanchez <[email protected]>

* preserve obstacle type for velocity calculation

Signed-off-by: Daniel Sanchez <[email protected]>

* added pre-commit changes

Signed-off-by: Daniel Sanchez <[email protected]>

* change sample config params

Signed-off-by: Daniel Sanchez <[email protected]>

* Update Readme

Signed-off-by: Daniel Sanchez <[email protected]>

* Update README

Signed-off-by: Daniel Sanchez <[email protected]>

* small refactor for cleaner code

Signed-off-by: Daniel Sanchez <[email protected]>

---------

Signed-off-by: Daniel Sanchez <[email protected]>
Signed-off-by: Daniel Sanchez <[email protected]>
@takayuki5168 takayuki5168 merged commit 5f77755 into beta/v0.11.0 Oct 12, 2023
12 checks passed
@takayuki5168 takayuki5168 deleted the feat/use-velocity-based-obstacle-params-for-slow-down branch October 12, 2023 03:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation planning
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants