-
Notifications
You must be signed in to change notification settings - Fork 29
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: handling invalid lanelet in RTC #95
feat: handling invalid lanelet in RTC #95
Conversation
4b98c0f
to
b1345a6
Compare
b1345a6
to
d19e83e
Compare
d19e83e
to
a79b2dc
Compare
Signed-off-by: AhmedEbrahim <ahmed.a.d.ebrahim@gmail.com>
@isamu-takagi Can you check this PR? |
@tkhmy Can you review this PR? |
@ahmeddesokyebrahim |
Thanks @tkhmy san for your comment. |
@ahmeddesokyebrahim
In your case, you do not want the no_driving_lane stop wall to be cancel, instead you will want the user to manually drive the vehicle to pass over the no driving area. Or it is okay that user able to cancel the no_driving_lane stop wall and continue drive autonomously? For the auto_mode, it handle in this module, if autoware think the module is safe, and the auto_mode is turn on, it will decide to continue driving in the no_driving_lane |
Thanks for your clarification @tkhmy san. In this module case, we want the user to manually drive the vehicle to pass over the Is my implementation doing it like that or do I need to change anything ? |
@isamu-takagi @tkhmy I think the objective here is to just notify the driver to override the vehicle. Were there any interface to do that at the moment? (i.e. request to override) |
@ahmeddesokyebrahim I think it can be discuss, but for current RTC, the user can approve the no_driving_lane when the it is show
@mitsudome-r I think there is no interface to show the override, @isamu-takagi how do you think? |
@ahmeddesokyebrahim @mitsudome-r @tkhmy |
Created an issue autowarefoundation/autoware#3487 for new API. |
@mitsudome-r san : Shall I wait for the new API to be implementation and reflect that in the |
Signed-off-by: AhmedEbrahim <ahmed.a.d.ebrahim@gmail.com>
As RTC handling has been removed from this feature and this PR is no longer having any files changes, I am closing this PR. |
PR Type
Related Links
Discussion
Issue
Relevant PRs
Description
This PR is to add the needed code for handling invalid lanelet by RTC
Review Procedure
For compiling and testing this PR, all PRs in related links section need to be taken into consideration.
❗ Merge sequence can be found here ❗
Remarks
Pre-Review Checklist for the PR Author
PR Author should check the checkboxes below when creating the PR.
Checklist for the PR Reviewer
Reviewers should check the checkboxes below before approval.
Post-Review Checklist for the PR Author
PR Author should check the checkboxes below before merging.
CI Checks