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(behavior_velocity_planner_common): add objects_of_interest_marker_intereface to behavior_velocity_planner #5875

Merged

Conversation

rej55
Copy link
Contributor

@rej55 rej55 commented Dec 14, 2023

Description

Apply objects_of_interest_marker_interface to behavior_velocity_planner.
Furthermore, apply to behavior_velocity_no_stopping_area_module as example.

Related links

#5564

Tests performed

TIER IV INTERNAL TEST

planning simulator

If vehicle is stuck:
Screenshot from 2023-12-14 19-25-14

If vehicle is not stuck:
Screenshot from 2023-12-14 19-25-28

Notes for reviewers

Interface changes

See #5564

Effects on system behavior

Objects of interest marker data can be shown.

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.

…r_intereface to behavior_velocity_planner

Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
…ts of interest marker

Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Dec 14, 2023
@rej55 rej55 added the tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Dec 14, 2023
Copy link
Contributor

@kosuke55 kosuke55 left a comment

Choose a reason for hiding this comment

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

LGTM!

Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
Copy link

codecov bot commented Dec 14, 2023

Codecov Report

Attention: 7 lines in your changes are missing coverage. Please review.

Comparison is base (3d40702) 15.34% compared to head (3cb3bde) 15.34%.
Report is 4 commits behind head on main.

Files Patch % Lines
...city_planner_common/src/scene_module_interface.cpp 60.00% 1 Missing and 3 partials ⚠️
...topping_area_module/src/scene_no_stopping_area.cpp 0.00% 2 Missing ⚠️
...velocity_planner_common/scene_module_interface.hpp 50.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5875   +/-   ##
=======================================
  Coverage   15.34%   15.34%           
=======================================
  Files        1743     1743           
  Lines      119950   119963   +13     
  Branches    36480    36485    +5     
=======================================
+ Hits        18401    18408    +7     
- Misses      80963    80967    +4     
- Partials    20586    20588    +2     
Flag Coverage Δ *Carryforward flag
differential 12.33% <50.00%> (?)
total 15.34% <ø> (+<0.01%) ⬆️ Carriedforward from 3d40702

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rej55 rej55 merged commit 1f82854 into autowarefoundation:main Dec 15, 2023
23 of 24 checks passed
@rej55 rej55 deleted the feat/objects_of_interest_marker_for_bvp branch December 15, 2023 00:42
danielsanchezaran pushed a commit to tier4/autoware.universe that referenced this pull request Dec 15, 2023
…r_intereface to behavior_velocity_planner (autowarefoundation#5875)

* feat(behavior_velocity_planner_common): add objects_of_interest_marker_intereface to behavior_velocity_planner

Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>

* fix(behavior_velocity_planner_common): add functions to publish objects of interest marker

Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>

* feat(no_stopping_area): insert object data

Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>

* refactor(behavior_velocity_planner_common): rename function

Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>

---------

Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
karishma1911 pushed a commit to Interplai/autoware.universe that referenced this pull request Dec 19, 2023
…r_intereface to behavior_velocity_planner (autowarefoundation#5875)

* feat(behavior_velocity_planner_common): add objects_of_interest_marker_intereface to behavior_velocity_planner

Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>

* fix(behavior_velocity_planner_common): add functions to publish objects of interest marker

Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>

* feat(no_stopping_area): insert object data

Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>

* refactor(behavior_velocity_planner_common): rename function

Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>

---------

Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
Signed-off-by: karishma <karishma@interpl.ai>
karishma1911 pushed a commit to Interplai/autoware.universe that referenced this pull request Dec 19, 2023
…r_intereface to behavior_velocity_planner (autowarefoundation#5875)

* feat(behavior_velocity_planner_common): add objects_of_interest_marker_intereface to behavior_velocity_planner

Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>

* fix(behavior_velocity_planner_common): add functions to publish objects of interest marker

Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>

* feat(no_stopping_area): insert object data

Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>

* refactor(behavior_velocity_planner_common): rename function

Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>

---------

Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
Signed-off-by: karishma <karishma@interpl.ai>
karishma1911 pushed a commit to Interplai/autoware.universe that referenced this pull request May 26, 2024
…r_intereface to behavior_velocity_planner (autowarefoundation#5875)

* feat(behavior_velocity_planner_common): add objects_of_interest_marker_intereface to behavior_velocity_planner

Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>

* fix(behavior_velocity_planner_common): add functions to publish objects of interest marker

Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>

* feat(no_stopping_area): insert object data

Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>

* refactor(behavior_velocity_planner_common): rename function

Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>

---------

Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
karishma1911 pushed a commit to Interplai/autoware.universe that referenced this pull request May 28, 2024
…r_intereface to behavior_velocity_planner (autowarefoundation#5875)

* feat(behavior_velocity_planner_common): add objects_of_interest_marker_intereface to behavior_velocity_planner

Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>

* fix(behavior_velocity_planner_common): add functions to publish objects of interest marker

Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>

* feat(no_stopping_area): insert object data

Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>

* refactor(behavior_velocity_planner_common): rename function

Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>

---------

Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
karishma1911 pushed a commit to Interplai/autoware.universe that referenced this pull request May 28, 2024
…r_intereface to behavior_velocity_planner (autowarefoundation#5875)

* feat(behavior_velocity_planner_common): add objects_of_interest_marker_intereface to behavior_velocity_planner

Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>

* fix(behavior_velocity_planner_common): add functions to publish objects of interest marker

Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>

* feat(no_stopping_area): insert object data

Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>

* refactor(behavior_velocity_planner_common): rename function

Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>

---------

Signed-off-by: Fumiya Watanabe <rej55.g@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) 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.

3 participants