forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(drivable area expansion): use faster lateral offset and nearest …
…line calculations (autowarefoundation#960) * [DEBUG] Launch planner with konsole + gdb Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp> * [TMP] debug svg Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp> * Improve performance of the in-loop calcLateralOffset Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp> * Store uncrossable lines as segments in a rtree to improve performance Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp> * [DEBUG] show uncrossable segments and the neirest bound point Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp> * Use custom calcLateralOffset to improve performance Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp> * Revert "[DEBUG] show uncrossable segments and the neirest bound point" This reverts commit f1085cb. * Revert "[TMP] debug svg" This reverts commit 37ba0a7. * Fix lateral distance calculation Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp> * Revert "[DEBUG] Launch planner with konsole + gdb" This reverts commit f4c9953. --------- Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
- Loading branch information
1 parent
33dbaa4
commit 086a6dd
Showing
5 changed files
with
39 additions
and
25 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
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
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
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
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