forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Zulfaqar Azmi <[email protected]>
- Loading branch information
1 parent
16579ec
commit d5b65e3
Showing
2 changed files
with
628 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
# route handler | ||
|
||
`route_handler` is a library for calculating driving route on the lanelet map. | ||
|
||
## Unit Testing | ||
|
||
The following illustrates the route that are used in the unit test | ||
|
||
### Lane change test route | ||
|
||
![debug](./images/lane_change_test_route.svg) | ||
|
||
- The route is based on map that can be obtained from `planning_test_utils\test_map` |
Oops, something went wrong.