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

feat(planning_launch): separate surround_obstacle_checker from hierarchical motion planning flow #304

Merged
merged 1 commit into from
May 9, 2022

Conversation

satoshi-ota
Copy link
Contributor

@satoshi-ota satoshi-ota commented May 9, 2022

PR Type

  • Improvement

Related Links

Description

The feature of surround_obstacle_checker is also achieved by using external velocity limit with simpler implementation, and fixed it in PR autowarefoundation/autoware.universe#830.

In this PR,

  • remap topic name in motion planning module in order to separate surround_obstacle_checker from hierarchical motion planning flow

Review Procedure

  1. checkout feature branch (feature/surround-obstacle-chekcer) in universe repo.
  2. launch planning_simulator.launch.xml.
  3. put goal.
  4. put obstacke around vehicle.
  5. engage
  6. check whether Ego does NOT move.
165709891-5db5a0bd-c80a-4ce9-bd46-d98c60309f1e.mp4

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.

@@ -83,43 +83,30 @@ def generate_launch_description():
surround_obstacle_checker_param = yaml.safe_load(f)["/**"]["ros__parameters"]
surround_obstacle_checker_component = ComposableNode(
package="surround_obstacle_checker",
plugin="SurroundObstacleCheckerNode",
plugin="surround_obstacle_checker::SurroundObstacleCheckerNode",
Copy link
Contributor

Choose a reason for hiding this comment

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

Please also update tier4_planning_launch in autowarefoundation/autoware.universe#830. 🙇

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oh, I missed it !! Thanks 👍

@yukkysaito
Copy link
Collaborator

LGTM because it seems to be the same this

@satoshi-ota satoshi-ota merged commit bef983f into tier4/universe May 9, 2022
@satoshi-ota satoshi-ota deleted the feature/surround-obstacle-checker branch May 9, 2022 23:29
tzhong518 pushed a commit that referenced this pull request Aug 1, 2022
takayuki5168 pushed a commit that referenced this pull request Jan 21, 2023
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
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.

3 participants