-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(path_generator): add turn signal activation feature (#220)
* add path_generator package Signed-off-by: mitukou1109 <mitukou1109@gmail.com> fix spell check error Signed-off-by: mitukou1109 <mitukou1109@gmail.com> include necessary headers Signed-off-by: mitukou1109 <mitukou1109@gmail.com> change package version to 0.0.0 Co-authored-by: Yutaka Kondo <yutaka.kondo@youtalk.jp> Signed-off-by: mitukou1109 <mitukou1109@gmail.com> fix include guard name Co-authored-by: Yutaka Kondo <yutaka.kondo@youtalk.jp> Signed-off-by: mitukou1109 <mitukou1109@gmail.com> replace flowchart uml with pre-generated image Co-authored-by: Yutaka Kondo <yutaka.kondo@youtalk.jp> Signed-off-by: mitukou1109 <mitukou1109@gmail.com> style(pre-commit): autofix Signed-off-by: mitukou1109 <mitukou1109@gmail.com> replace tier4_planning_msgs with autoware_internal_planning_msgs Signed-off-by: mitukou1109 <mitukou1109@gmail.com> style(pre-commit): autofix Signed-off-by: mitukou1109 <mitukou1109@gmail.com> use LaneletSequence instead of ConstLanelets Signed-off-by: mitukou1109 <mitukou1109@gmail.com> set orientation to path points Signed-off-by: mitukou1109 <mitukou1109@gmail.com> crop path bound to fit trajectory Signed-off-by: mitukou1109 <mitukou1109@gmail.com> offset path bound Signed-off-by: mitukou1109 <mitukou1109@gmail.com> no need to make return value optional Signed-off-by: mitukou1109 <mitukou1109@gmail.com> address deprecation warning Signed-off-by: mitukou1109 <mitukou1109@gmail.com> add doxygen comments Signed-off-by: mitukou1109 <mitukou1109@gmail.com> support multiple previous/next lanelets Signed-off-by: mitukou1109 <mitukou1109@gmail.com> fix path bound cut issue Signed-off-by: mitukou1109 <mitukou1109@gmail.com> group parameters Signed-off-by: mitukou1109 <mitukou1109@gmail.com> add turn signal activation feature Signed-off-by: mitukou1109 <mitukou1109@gmail.com> fix turn direction check process Signed-off-by: mitukou1109 <mitukou1109@gmail.com> consider required end point Signed-off-by: mitukou1109 <mitukou1109@gmail.com> keep turn signal activated until reaching desired end point if without conflicts Signed-off-by: mitukou1109 <mitukou1109@gmail.com> add missing parameters Signed-off-by: mitukou1109 <mitukou1109@gmail.com> * add include Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * use trajectory class Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * minor change Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> --------- Signed-off-by: mitukou1109 <mitukou1109@gmail.com> Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> Co-authored-by: mitukou1109 <mitukou1109@gmail.com>
- Loading branch information
1 parent
1860a40
commit 428ae19
Showing
6 changed files
with
208 additions
and
5 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
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