-
Notifications
You must be signed in to change notification settings - Fork 673
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
fix: fix package and name space for VoxelBasedCompareMapFilterComponent #632
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
yukkysaito
approved these changes
Apr 5, 2022
boyali
referenced
this pull request
in boyali/autoware.universe
Sep 28, 2022
boyali
referenced
this pull request
in boyali/autoware.universe
Oct 3, 2022
boyali
referenced
this pull request
in boyali/autoware.universe
Oct 3, 2022
boyali
referenced
this pull request
in boyali/autoware.universe
Oct 19, 2022
satoshi-ota
pushed a commit
to satoshi-ota/autoware.universe
that referenced
this pull request
Jul 3, 2023
…ndation#632) Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
kyoichi-sugahara
pushed a commit
that referenced
this pull request
Sep 16, 2023
HansOersted
pushed a commit
to HansOersted/autoware.universe
that referenced
this pull request
Mar 8, 2024
* feat(autoware.repos): remove velodyne_vls, add nebula for LiDAR driver (autowarefoundation#632) * chore(autoware.repos): change target branch for transport_drivers from tcp to boost (autowarefoundation#637) chore(repos): update repos Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> Co-authored-by: satoshi-ota <satoshi.ota928@gmail.com> * feat(webauto-ci): add vehicle info params (autowarefoundation#635) * feat(webauto-ci): add vehicle info params Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * fixup! feat(webauto-ci): add vehicle info params * Update .webauto-ci.yml * add comments Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * add space Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * style(pre-commit): autofix --------- Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> Co-authored-by: kosuke55 <kosuke55@users.noreply.github.com> * feat(webauto-ci): traffic_light_stop_line_distance (autowarefoundation#639) feat(webauto-ci) traffic_light_stop_line_distance Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * feat(webauto-ci): add walkway_stop_line_distance (autowarefoundation#641) * fix(rclcpp): change version (autowarefoundation#642) * fix(rclcpp): change version Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * fix branch Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> --------- Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> --------- Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> Co-authored-by: David Wong <33114676+drwnz@users.noreply.github.com> Co-authored-by: Shumpei Wakabayashi <42209144+shmpwk@users.noreply.github.com> Co-authored-by: satoshi-ota <satoshi.ota928@gmail.com> Co-authored-by: Kosuke Takeuchi <kosuke.tnp@gmail.com> Co-authored-by: kosuke55 <kosuke55@users.noreply.github.com> Co-authored-by: Tomohito Ando <tomohito.ando@tier4.jp>
iwatake2222
pushed a commit
to iwatake2222/autoware.universe
that referenced
this pull request
Jan 17, 2025
…utowarefoundation#632) * Modify parameters for curvature based dynamic drivable area expansion Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp> * Add parameter to enable/disable printing the runtime Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp> * Add smoothing.extra_arc_length param Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp> --------- Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
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
pointcloud_preprocessor::VoxelBasedCompareMapFilterComponent
does not exist.https://github.com/autowarefoundation/autoware.universe/tree/main/sensing/pointcloud_preprocessor.
VoxelBasedCompareMapFilterComponent
is now incompare_map_segmentation
.https://github.com/autowarefoundation/autoware.universe/blob/main/perception/compare_map_segmentation
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.