-
Notifications
You must be signed in to change notification settings - Fork 682
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(lane_change): using frenet planner to generate lane change path …
…when ego near terminal (#9767) * frenet planner Signed-off-by: Zulfaqar Azmi <[email protected]> * minor refactoring Signed-off-by: Zulfaqar Azmi <[email protected]> * adding parameter Signed-off-by: Zulfaqar Azmi <[email protected]> * Add diff th param Signed-off-by: Zulfaqar Azmi <[email protected]> * limit curvature for prepare segment Signed-off-by: Zulfaqar Azmi <[email protected]> * minor refactoring Signed-off-by: Zulfaqar Azmi <[email protected]> * print average curvature Signed-off-by: Zulfaqar Azmi <[email protected]> * refactor Signed-off-by: Zulfaqar Azmi <[email protected]> * filter the path directly Signed-off-by: Zulfaqar Azmi <[email protected]> * fix some conflicts Signed-off-by: Zulfaqar Azmi <[email protected]> * include curvature smoothing Signed-off-by: Zulfaqar Azmi <[email protected]> * document Signed-off-by: Zulfaqar Azmi <[email protected]> * fix image folder Signed-off-by: Zulfaqar Azmi <[email protected]> * image size Signed-off-by: Zulfaqar Azmi <[email protected]> * doxygen Signed-off-by: Zulfaqar Azmi <[email protected]> * add debug for state Signed-off-by: Zulfaqar Azmi <[email protected]> * use sign function instead Signed-off-by: Zulfaqar Azmi <[email protected]> * rename argument Signed-off-by: Zulfaqar Azmi <[email protected]> * readme Signed-off-by: Zulfaqar Azmi <[email protected]> * fix failed test due to empty value Signed-off-by: Zulfaqar Azmi <[email protected]> * add additional note Signed-off-by: Zulfaqar Azmi <[email protected]> * fix conflict Signed-off-by: Zulfaqar Azmi <[email protected]> --------- Signed-off-by: Zulfaqar Azmi <[email protected]>
- Loading branch information
1 parent
b5005b6
commit 0715615
Showing
22 changed files
with
991 additions
and
54 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
Binary file added
BIN
+52.4 KB
...r/autoware_behavior_path_lane_change_module/images/terminal_branched_frenet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+58.2 KB
...ware_behavior_path_lane_change_module/images/terminal_branched_path_shifter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+74.4 KB
...ner/autoware_behavior_path_lane_change_module/images/terminal_curved_frenet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+70.3 KB
...toware_behavior_path_lane_change_module/images/terminal_curved_path_shifter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+28.4 KB
...r/autoware_behavior_path_lane_change_module/images/terminal_straight_frenet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+23.9 KB
...ware_behavior_path_lane_change_module/images/terminal_straight_path_shifter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
Oops, something went wrong.