forked from autowarefoundation/autoware_core
-
Notifications
You must be signed in to change notification settings - Fork 0
tmp: imcomplete implementation of smooth goal connection #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
sasakisasaki
wants to merge
9
commits into
develop
Choose a base branch
from
do_not_merge/experimental/add-smooth-goal-connection
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
tmp: imcomplete implementation of smooth goal connection #1
sasakisasaki
wants to merge
9
commits into
develop
from
do_not_merge/experimental/add-smooth-goal-connection
Conversation
This file contains hidden or 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
Signed-off-by: Junya Sasaki <[email protected]>
Co-authored-by: github-actions <[email protected]>
…utowarefoundation#225) Signed-off-by: Mete Fatih Cırıt <[email protected]>
…oad (autowarefoundation#211) increase z_filter_proc_dev Signed-off-by: Kento Yabuuchi <[email protected]> Co-authored-by: SakodaShintaro <[email protected]>
…manager package from autoware.universe (autowarefoundation#203) Signed-off-by: NorahXiong <[email protected]>
* feat(path_generator): add path cut feature add path_generator package Signed-off-by: mitukou1109 <[email protected]> fix spell check error Signed-off-by: mitukou1109 <[email protected]> include necessary headers Signed-off-by: mitukou1109 <[email protected]> change package version to 0.0.0 Co-authored-by: Yutaka Kondo <[email protected]> Signed-off-by: mitukou1109 <[email protected]> fix include guard name Co-authored-by: Yutaka Kondo <[email protected]> Signed-off-by: mitukou1109 <[email protected]> replace flowchart uml with pre-generated image Co-authored-by: Yutaka Kondo <[email protected]> Signed-off-by: mitukou1109 <[email protected]> style(pre-commit): autofix Signed-off-by: mitukou1109 <[email protected]> replace tier4_planning_msgs with autoware_internal_planning_msgs Signed-off-by: mitukou1109 <[email protected]> style(pre-commit): autofix Signed-off-by: mitukou1109 <[email protected]> use LaneletSequence instead of ConstLanelets Signed-off-by: mitukou1109 <[email protected]> set orientation to path points Signed-off-by: mitukou1109 <[email protected]> crop path bound to fit trajectory Signed-off-by: mitukou1109 <[email protected]> offset path bound Signed-off-by: mitukou1109 <[email protected]> no need to make return value optional Signed-off-by: mitukou1109 <[email protected]> address deprecation warning Signed-off-by: mitukou1109 <[email protected]> add doxygen comments Signed-off-by: mitukou1109 <[email protected]> support multiple previous/next lanelets Signed-off-by: mitukou1109 <[email protected]> fix path bound cut issue Signed-off-by: mitukou1109 <[email protected]> group parameters Signed-off-by: mitukou1109 <[email protected]> add path cut feature Signed-off-by: mitukou1109 <[email protected]> ensure s_end is not negative Signed-off-by: mitukou1109 <[email protected]> simplify return value selection Signed-off-by: mitukou1109 <[email protected]> add doxygen comments Signed-off-by: mitukou1109 <[email protected]> * ignore makeIndexedSegmenTree from spell check Signed-off-by: kosuke55 <[email protected]> * delete comments from cspell for pre-commit Signed-off-by: kosuke55 <[email protected]> --------- Signed-off-by: mitukou1109 <[email protected]> Signed-off-by: kosuke55 <[email protected]> Co-authored-by: mitukou1109 <[email protected]>
Signed-off-by: Junya Sasaki <[email protected]>
…nnection Signed-off-by: Junya Sasaki <[email protected]>
Signed-off-by: Junya Sasaki <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
DO NOT MERGE THIS PR AS THIS IS EXPERIMENTAL ONE.
This PR is created to show the diff to preview the changes with my reviewers. Honestly I'm
nownot sure the right approach for now, ... .