forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(map_height_fitter): fitting by vector_map (autowarefoundation#6340)
* Added fit_target Signed-off-by: Shintaro Sakoda <[email protected]> * Fixed group Signed-off-by: Shintaro Sakoda <[email protected]> * Fixed to run Signed-off-by: Shintaro Sakoda <[email protected]> * style(pre-commit): autofix * Fixed to work by pointcloud_map Signed-off-by: Shintaro Sakoda <[email protected]> * Fixed comments Signed-off-by: Shintaro Sakoda <[email protected]> * Added a comment Signed-off-by: Shintaro Sakoda <[email protected]> * Fixed a comment Signed-off-by: Shintaro Sakoda <[email protected]> * Fixed to use arg Signed-off-by: Shintaro Sakoda <[email protected]> * Added info log Signed-off-by: Shintaro Sakoda <[email protected]> * FIxed default value Signed-off-by: Shintaro Sakoda <[email protected]> * FIxed default values Signed-off-by: Shintaro Sakoda <[email protected]> * Updated schema.json Signed-off-by: Shintaro Sakoda <[email protected]> * Fixed description of fit_target Signed-off-by: Shintaro Sakoda <[email protected]> * Fixed arg name Signed-off-by: Shintaro Sakoda <[email protected]> * Restore const Signed-off-by: Shintaro Sakoda <[email protected]> * Fixed map_height_fitter.param.yaml Signed-off-by: Shintaro Sakoda <[email protected]> * Fixed map_height_fitter.schema.json Signed-off-by: Shintaro Sakoda <[email protected]> * style(pre-commit): autofix * Removed an unused variable Signed-off-by: Shintaro Sakoda <[email protected]> --------- Signed-off-by: Shintaro Sakoda <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Takagi, Isamu <[email protected]>
- Loading branch information
1 parent
981d3a0
commit 230fe91
Showing
8 changed files
with
180 additions
and
77 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
/**: | ||
ros__parameters: | ||
map_loader_name: "/map/pointcloud_map_loader" | ||
map_height_fitter: | ||
map_loader_name: "/map/pointcloud_map_loader" | ||
target: "pointcloud_map" |
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
Oops, something went wrong.