feat(trajectory_modifier, backup_planner): enable filtering objects by type and shape - #3255
Open
mkquda wants to merge 3 commits into
Open
feat(trajectory_modifier, backup_planner): enable filtering objects by type and shape#3255mkquda wants to merge 3 commits into
mkquda wants to merge 3 commits into
Conversation
|
@mkquda Thank you for contributing to TIER IV E2E branch! Edit the checklist below and check the boxes as you complete the items. Things to check before mergingPlease check the following points before merging:
After mergingPlease check the following points after merging:
|
maxime-clem
approved these changes
Jul 28, 2026
- update obstacle_stop params in modifier and backup planner to specify enabled types per shape - update surround_obstacle_stop params in modifier and backup planner to specify enabled types per shape - modify ObjectFilter code in obstacle_stop_utils to support filtering by type and shape - modify ObstacleProximityChecker class to support filtering by type and shape - fix ObstacleTracker logic for ignoring orientation change Signed-off-by: Mohammad Alqudah <alqudah.mohammad@tier4.jp>
…ory_modifier/trajectory_modifier_utils/obstacle_stop_utils.hpp Co-authored-by: Maxime CLEMENT <78338830+maxime-clem@users.noreply.github.com>
mkquda
force-pushed
the
feat/v0.64/e2e-modifier-filter-objects-by-shape
branch
from
July 28, 2026 06:52
c5cbb16 to
b0b12a3
Compare
Signed-off-by: Mohammad Alqudah <alqudah.mohammad@tier4.jp>
|
|
Tick the box to add this pull request to the merge queue (same as
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This PR applies the following changes for extending object filtering to consider shape:
obstacle_stopparams in modifier and backup planner to specify enabled types per shapesurround_obstacle_stopparams in modifier and backup planner to specify enabled types per shapeObjectFiltercode inobstacle_stop_utilsto support filtering by type and shapeObstacleProximityCheckerclass to support filtering by type and shapeObstacleTrackerlogic for ignoring orientation changerequires https://github.com/tier4/autoware_launch.x2/pull/2778