forked from autowarefoundation/autoware_launch
-
Notifications
You must be signed in to change notification settings - Fork 4
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
chore: sync awf/autoware_launch #246
Merged
Merged
Conversation
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
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
feat(goal_planner): extend goal search are Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
* feat(goal_planner): extend goal search are Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * feat(goal_planner): prioritize goals before objects to avoid Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> --------- Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
…atch with the one in universe (#596) Modified ndt_scan_matcher.param.yaml to match with the one in universe Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp>
Signed-off-by: Berkay Karaman <brkay54@gmail.com>
Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
update param Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
Signed-off-by: kminoda <koji.minoda@tier4.jp>
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
…ion in crosswalk (#610) * feat(autoware_launch): dynamic timeout for no intention to walk decision in crosswalk Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * update config Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * revert a parg of config Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> --------- Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
…light does not exist (#611) Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
…um` to 200 (#618) Changed initial_estimate_particles_num to 200 Signed-off-by: Shintaro Sakoda <shintaro.sakoda@tier4.jp>
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
* fix: add param file for obstacle pointcloud based validator Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * fix: tier4_perception launch Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> --------- Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…eas (#622) feat: add enabling param for the private areas Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
…obstacle cruise planner param change (#621) * set obstacle type dependant params Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * Set obstacle cruise planner as default to test changes Signed-off-by: Daniel Sanchez <daniel.sanchez@tier4.jp> * Change back testing parameters to default Signed-off-by: Daniel Sanchez <daniel.sanchez@tier4.jp> --------- Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> Signed-off-by: Daniel Sanchez <daniel.sanchez@tier4.jp>
…626) Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
* disable RTC Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * remove rtc auto mode manager Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * fix file name Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> --------- Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
tier4-autoware-public-bot
bot
merged commit Oct 11, 2023
729325b
into
beta/v0.14.0
18 of 21 checks passed
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.
Features
Bug Fixes
Code Refactoring
Performance Improvements
initial_estimate_particles_num
to 200 (perf(ndt_scan_matcher): changed defaultinitial_estimate_particles_num
to 200 autowarefoundation/autoware_launch#618)