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(aeb): set global param to override autoware state check #1218

Conversation

danielsanchezaran
Copy link
Contributor

@danielsanchezaran danielsanchezaran commented Nov 8, 2024

Description

This PR adds a parameter to set AEB's state check to true or false in the launch file, this changes is aimed at facilitating ci/cd evaluation where turning this parameter on and off is sometimes necessary depending on the evaluation tool (DLR, planning simulation, etc).

Example usage:
ros2 launch autoware_launch logging_simulator.launch.xml map_path:=$HOME/autoware_map/lane_change_map vehicle_model:=lexus sensor_model:=aip_xx1 use_aeb_autoware_state_check:=false

Note, requires universe changes: autowarefoundation/autoware.universe#9263

Tests performed

PSim

Not applicable.

Effects on system behavior

Not applicable.

Interface changes

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.

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.

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

Copy link
Contributor

@yukkysaito yukkysaito left a comment

Choose a reason for hiding this comment

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

LGTM

@github-actions github-actions bot added the component:control Vehicle control algorithms and mechanisms. (auto-assigned) label Nov 11, 2024
@danielsanchezaran danielsanchezaran merged commit 43a5774 into autowarefoundation:main Nov 11, 2024
11 checks passed
@danielsanchezaran danielsanchezaran deleted the feat/awf-set-global-param-for-aeb-state-check branch November 11, 2024 04:24
danielsanchezaran added a commit to tier4/autoware_launch that referenced this pull request Nov 15, 2024
…efoundation#1218)

* set global param to override autoware state check

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

* change variable for a more generic name

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

* set var to false by default

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

* move param to control component launch

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

* change param name to be more straightforward

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

---------

Signed-off-by: Daniel Sanchez <[email protected]>
danielsanchezaran added a commit to tier4/autoware_launch that referenced this pull request Nov 15, 2024
…sable-aeb-state-check

feat(aeb): set global param to override autoware state check (autowarefoundation#1218)
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) run:build-and-test-differential
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants