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(avoidance): output slow down wall marker #4341

Merged

Conversation

satoshi-ota
Copy link
Contributor

@satoshi-ota satoshi-ota commented Jul 20, 2023

Description

🤖 Generated by Copilot at eb0cfe6

Implemented a method to calculate the ego vehicle's slow pose for obstacle avoidance. The method uses the shifted_path and the start_index and distance_to_object parameters from the avoidance_module class.

image

Related links

Tests performed

Psim

Notes for reviewers

Interface changes

Nothing.

Effects on system behavior

Enhance rviz marker.

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.

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Jul 20, 2023
@codecov
Copy link

codecov bot commented Jul 20, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.01 ⚠️

Comparison is base (91a8432) 15.16% compared to head (eb0cfe6) 15.16%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4341      +/-   ##
==========================================
- Coverage   15.16%   15.16%   -0.01%     
==========================================
  Files        1496     1496              
  Lines      102997   102998       +1     
  Branches    31636    31637       +1     
==========================================
  Hits        15624    15624              
- Misses      70365    70366       +1     
  Partials    17008    17008              
Flag Coverage Δ *Carryforward flag
differential 13.57% <0.00%> (?)
total 15.16% <ø> (ø) Carriedforward from 91a8432

*This pull request uses carry forward flags. Click here to find out more.

Impacted Files Coverage Δ
...er/src/scene_module/avoidance/avoidance_module.cpp 11.54% <0.00%> (-0.01%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@satoshi-ota satoshi-ota merged commit 5eca537 into autowarefoundation:main Jul 20, 2023
@satoshi-ota satoshi-ota deleted the feat/avoidance-slow-wall branch July 20, 2023 06:52
satoshi-ota added a commit to tier4/autoware.universe that referenced this pull request Jul 20, 2023
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
kminoda pushed a commit to kminoda/autoware.universe that referenced this pull request Jul 24, 2023
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.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)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants