-
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.
- Loading branch information
1 parent
85046a8
commit 77a3782
Showing
9 changed files
with
84 additions
and
46 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,19 @@ | ||
# Generate and publish the static map occupancy grid from the static_costmap image. | ||
# The pixels in the image have values between 0 and 255 with 0 being an obstacle and 255 being free space. | ||
# Then the values are scaled to values between 0 and 100 to create the occupancy grid, where 0 is free space | ||
# and 100 is occupied space. | ||
# # and 100 is occupied space. | ||
image: static_costmap.png | ||
resolution: 0.195 | ||
origin: [-9.5, -17.5, 0.0] | ||
occupied_thresh: 1.0 | ||
free_thresh: 1.0 | ||
occupied_thresh: 0.99 | ||
free_thresh: 0 | ||
negate: 0 | ||
mode: scale | ||
mode: scale | ||
# and 100 is occupied space. | ||
# image: static_costmap.png | ||
# resolution: 0.195 | ||
# origin: [-9.5, -17.5, 0.0] | ||
# occupied_thresh: 1.0 | ||
# free_thresh: 1.0 | ||
# negate: 0 | ||
# mode: scale |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
position_offset: | ||
- 17.228 # was 11 | ||
- -11.549 # was 17 | ||
- 0.0 | ||
|
||
orientation_offset: | ||
- 0.0 | ||
- 0.0 | ||
- 0.7071 | ||
- 0.7071 |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
position_offset: | ||
- 0.1 | ||
- 0.2 | ||
- 0.0 | ||
|
||
orientation_offset: | ||
- 0.0 | ||
- 0.0 | ||
- 0.707106 | ||
- 0.7071068 |
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