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(start_planner,lane_departure_checker): add margin param for lane departure check #7193

Conversation

danielsanchezaran
Copy link
Contributor

@danielsanchezaran danielsanchezaran commented May 31, 2024

Description

This adds the option for an extra margin on the ego footprint when checking for out of lane.

Requires launch changes: autowarefoundation/autoware_launch#1011

Addresses this TICKET

Related links

Tests performed

PSim
EVALUATOR TESTS TIER IV INTERNAL LINK

Notes for reviewers

Interface changes

ROS Topic Changes

ROS Parameter Changes

footprint_extra_margin -> an extra margin used to increase the ego footprint size

Effects on system behavior

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: Daniel Sanchez <[email protected]>
@github-actions github-actions bot added component:planning Route planning, decision-making, and navigation. (auto-assigned) component:control Vehicle control algorithms and mechanisms. (auto-assigned) labels May 31, 2024
Signed-off-by: Daniel Sanchez <[email protected]>
@github-actions github-actions bot added the type:documentation Creating or refining documentation. (auto-assigned) label May 31, 2024
@danielsanchezaran danielsanchezaran marked this pull request as ready for review May 31, 2024 07:00
@danielsanchezaran danielsanchezaran added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label May 31, 2024
Copy link
Contributor

@kyoichi-sugahara kyoichi-sugahara left a comment

Choose a reason for hiding this comment

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

LGTM!!!! Thanks

Signed-off-by: Daniel Sanchez <[email protected]>
@danielsanchezaran danielsanchezaran merged commit 6fe9fc6 into autowarefoundation:main May 31, 2024
20 of 22 checks passed
@danielsanchezaran danielsanchezaran deleted the feat/add-margin-param-for-lane-departure-check branch May 31, 2024 23:06
danielsanchezaran added a commit to tier4/autoware.universe that referenced this pull request Jun 3, 2024
… departure check (autowarefoundation#7193)

* add param for lane departure margin

Signed-off-by: Daniel Sanchez <[email protected]>

* json thing

Signed-off-by: Daniel Sanchez <[email protected]>

* docs

Signed-off-by: Daniel Sanchez <[email protected]>

* make separate param for lane departure margin expansion

Signed-off-by: Daniel Sanchez <[email protected]>

* update docs

Signed-off-by: Daniel Sanchez <[email protected]>

---------

Signed-off-by: Daniel Sanchez <[email protected]>
karishma1911 pushed a commit to Interplai/autoware.universe that referenced this pull request Jun 3, 2024
… departure check (autowarefoundation#7193)

* add param for lane departure margin

Signed-off-by: Daniel Sanchez <[email protected]>

* json thing

Signed-off-by: Daniel Sanchez <[email protected]>

* docs

Signed-off-by: Daniel Sanchez <[email protected]>

* make separate param for lane departure margin expansion

Signed-off-by: Daniel Sanchez <[email protected]>

* update docs

Signed-off-by: Daniel Sanchez <[email protected]>

---------

Signed-off-by: Daniel Sanchez <[email protected]>
a-maumau pushed a commit to a-maumau/autoware.universe that referenced this pull request Jun 7, 2024
… departure check (autowarefoundation#7193)

* add param for lane departure margin

Signed-off-by: Daniel Sanchez <[email protected]>

* json thing

Signed-off-by: Daniel Sanchez <[email protected]>

* docs

Signed-off-by: Daniel Sanchez <[email protected]>

* make separate param for lane departure margin expansion

Signed-off-by: Daniel Sanchez <[email protected]>

* update docs

Signed-off-by: Daniel Sanchez <[email protected]>

---------

Signed-off-by: Daniel Sanchez <[email protected]>
KhalilSelyan pushed a commit that referenced this pull request Jul 22, 2024
… departure check (#7193)

* add param for lane departure margin

Signed-off-by: Daniel Sanchez <[email protected]>

* json thing

Signed-off-by: Daniel Sanchez <[email protected]>

* docs

Signed-off-by: Daniel Sanchez <[email protected]>

* make separate param for lane departure margin expansion

Signed-off-by: Daniel Sanchez <[email protected]>

* update docs

Signed-off-by: Daniel Sanchez <[email protected]>

---------

Signed-off-by: Daniel Sanchez <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:control Vehicle control algorithms and mechanisms. (auto-assigned) component:planning Route planning, decision-making, and navigation. (auto-assigned) run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) type:documentation Creating or refining documentation. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants