forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(map_loader): add downsampled pointcloud publisher (autowarefound…
…ation#2418) * first commit Signed-off-by: kminoda <koji.minoda@tier4.jp> * debugged Signed-off-by: kminoda <koji.minoda@tier4.jp> * update readme Signed-off-by: kminoda <koji.minoda@tier4.jp> * update param in tier4_map_launch Signed-off-by: kminoda <koji.minoda@tier4.jp> * debug * debugged Signed-off-by: kminoda <koji.minoda@tier4.jp> * Now build works Signed-off-by: kminoda <koji.minoda@tier4.jp> * ci(pre-commit): autofix * set default param to false Signed-off-by: kminoda <koji.minoda@tier4.jp> * ci(pre-commit): autofix Signed-off-by: kminoda <koji.minoda@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
Showing
7 changed files
with
67 additions
and
12 deletions.
There are no files selected for viewing
6 changes: 5 additions & 1 deletion
6
launch/tier4_map_launch/config/pointcloud_map_loader.param.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
/**: | ||
ros__parameters: | ||
enable_whole_load: true | ||
enable_partial_load: true | ||
enable_downsampled_whole_load: false | ||
enable_partial_load: false | ||
|
||
# only used when downsample_whole_load enabled | ||
leaf_size: 3.0 # downsample leaf size [m] |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
/**: | ||
ros__parameters: | ||
enable_whole_load: true | ||
enable_partial_load: true | ||
enable_downsampled_whole_load: false | ||
enable_partial_load: false | ||
|
||
# only used when downsample_whole_load enabled | ||
leaf_size: 3.0 # downsample leaf size [m] |
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