-
Notifications
You must be signed in to change notification settings - Fork 645
Map merging #5
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
Merged
SteveMacenski
merged 38 commits into
SteveMacenski:serialization
from
ivonaj:serialization
Dec 12, 2018
Merged
Map merging #5
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
cd099e2
use binary archive for serialization, initialize laser to get sensor …
ivonaj 5a40a57
connect visualization markers with submaps
ivonaj 4e10f23
try merging
ivonaj 18aa3d8
add transforms
ivonaj 4bc85ad
SAD SAD transforms
ivonaj b417641
working transform
ivonaj 6968d4c
put submap origins in to zeros, map submap id and transform
ivonaj c790171
fix case when there is no transform applied
ivonaj a45b840
submap markers put in the center of each submap, requested fixes
ivonaj fafb986
small changes
ivonaj 6194d6b
add typedefs for iterators, rename vars
ivonaj fd5f1c8
requested fixes
ivonaj afe8f36
fix
ivonaj 49e8299
fix
ivonaj 21c6ff7
again fix
ivonaj 4ae2d3f
refactor ApplyCorrection fcn
ivonaj 200c73a
switch to unique pointers
ivonaj 6a3dce6
add ref
ivonaj ef26cf7
prepare for merginggg
ivonaj f77a194
load laser dataset
ivonaj 3d183af
add continuous slamming
ivonaj 592fb23
add continuous slamming, gui buttons for rviz tool
ivonaj c845136
add merge_map_kietic header
ivonaj e907a1f
register sensor, add to laser map
ivonaj 7151ae2
fix
ivonaj b2b6acb
remove mem alloc, leak, rename buttons, functions
ivonaj ff3c5e8
remove merge optimization work for PR
ivonaj 4d4eab7
organize
ivonaj cb364e5
unnecessary function input
ivonaj a30a7e3
fix naming
ivonaj 6456fda
switch lines in rviz gui
ivonaj 10b72d8
lineup
ivonaj 7a1adf4
change {sub}map names
ivonaj 97e0d86
fixes
ivonaj d593dd4
fix service name
ivonaj 815b4d5
add service namespace, rename, change tf handling
ivonaj 5da41e1
fix
ivonaj 3f46952
line lengths, renaming, header func fix
ivonaj File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,5 @@ | ||
| <launch> | ||
|
|
||
| <node pkg="slam_toolbox" type="slam_toolbox" name="slam_toolbox" output="screen"> | ||
| <rosparam command="load" file="$(find slam_toolbox)/config/mapper_params.yaml" /> | ||
| </node> | ||
|
|
||
| <node pkg="slam_toolbox" type="slam_toolbox" name="slam_toolbox" output="screen"> | ||
| <rosparam command="load" file="$(find slam_toolbox)/config/mapper_params.yaml" /> | ||
| </node> | ||
| </launch> |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| <launch> | ||
|
|
||
| <node pkg="slam_toolbox" type="merge_maps_kinematic" name="merge_maps_kinematic" output="screen"> | ||
| </node> | ||
|
|
||
| </launch> |
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.