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

fix(behavior_velocity_planner): fix uninitialized smoother param #7078

Merged

Conversation

soblin
Copy link
Contributor

@soblin soblin commented May 21, 2024

Description

In the construction of AnalyticalJerkConstrainedSmoother in behavior_velocity_planner node, SmootherBase::setWheelBase was not called, potentially influencing intersection module.

Related links

#6915

Tests performed

this should be fixed anyway.

Notes for reviewers

Interface changes

none

ROS Topic Changes

ROS Parameter Changes

Effects on system behavior

none

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.

  • The PR follows the pull request guidelines.
  • The PR has been properly tested.
  • The PR has been reviewed by the code owners.

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.
  • The PR is ready for merge.

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

@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label May 21, 2024
@soblin soblin added the tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label May 21, 2024
@soblin soblin enabled auto-merge (squash) May 21, 2024 02:50
@soblin soblin force-pushed the fix/uninitialized-smoother-param branch from 4a359d8 to 7640986 Compare May 21, 2024 03:22
@soblin soblin force-pushed the fix/uninitialized-smoother-param branch from 7640986 to 8aa1edd Compare May 21, 2024 05:59
@soblin soblin merged commit c25a8a1 into autowarefoundation:main May 21, 2024
20 of 22 checks passed
@soblin soblin deleted the fix/uninitialized-smoother-param branch May 21, 2024 07:40
karishma1911 pushed a commit to Interplai/autoware.universe that referenced this pull request Jun 3, 2024
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) tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants