-
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.
Added functionality to map walls into the grid. Wall width mapped to grid is customizable through param in landmark server
- Loading branch information
Showing
10 changed files
with
78 additions
and
217 deletions.
There are no files selected for viewing
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
63.41489120183045 10.39705552070149 | ||
63.41497265487507 10.39783732516908 | ||
63.41538547016246 10.397651181248118 | ||
63.415431749532054 10.398250978326427 | ||
63.415048554100395 10.398449531842004 | ||
63.41512075073269 10.399185834462275 | ||
63.41495229164123 10.399305793877936 | ||
63.41486158248972 10.398540535536645 | ||
63.41453021396673 10.398747362115373 | ||
63.4145246602717 10.398631539231284 | ||
63.414280296625655 10.39877218130482 | ||
63.41424142039905 10.398197203415958 | ||
63.4144598670836 10.398110336252891 | ||
63.41444505719146 10.397990376837232 | ||
63.41478938520484 10.397841461700548 | ||
63.41472089017681 10.397167207053899 |
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,5 @@ | ||
landmark_server_node: | ||
ros__parameters: | ||
fixed_frame: map | ||
target_frame: base_link | ||
target_frame: base_link | ||
wall_width: 0.1 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
landmark_server_node: | ||
ros__parameters: | ||
fixed_frame: world | ||
target_frame: base_link | ||
target_frame: base_link | ||
wall_width: 0.1 |
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.