Skip to content

Commit

Permalink
refactor(no_drivable_lane): updating readme file to remove rtc table (a…
Browse files Browse the repository at this point in the history
…utowarefoundation#4249)

* refactor(no_drivable_lane): updating readme file to remove rtc table

Signed-off-by: AhmedEbrahim <[email protected]>

* refactor(no_drivable_lane): fix package.xml file

Signed-off-by: AhmedEbrahim <[email protected]>

* refactor(no_drivable_lane): Update package.xml

Signed-off-by: AhmedEbrahim <[email protected]>

* refactor(no_drivable_lane): rebase and fixing errors

Signed-off-by: AhmedEbrahim <[email protected]>

---------

Signed-off-by: AhmedEbrahim <[email protected]>
  • Loading branch information
ahmeddesokyebrahim authored Jul 13, 2023
1 parent b5e58f6 commit 644cd4b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions planning/behavior_velocity_no_drivable_lane_module/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,6 @@ This function is activated when the lane id of the target path has an no drivabl

- At each state, RTC settings are assigned according to the following table

#### RTC Settings During Different States

| State | RTC Activation | Safe State | Distance |
| ------------------------- | -------------- | ---------- | ----------------------------------------------------------- |
| `INIT` | `false` | `true` | distance from ego front to first intersection point OR zero |
| `APPROACHING` | `false` | `true` | distance from ego front to first intersection |
| `INSIDE_NO_DRIVABLE_LANE` | `false` | `false` | zero |
| `STOPPED` | `true` | `false` | zero |

### Future Work

- As [Request to Intervene API](https://github.com/autowarefoundation/autoware/issues/3487) is not implemented yet, this will be handled to notify the driver to takeover the driving task responsibility after the vehicle stops due to `no_drivable_lane`
Expand Down

0 comments on commit 644cd4b

Please sign in to comment.