Skip to content

Commit

Permalink
Generated the map and the raw_map
Browse files Browse the repository at this point in the history
- The map is the map generated also with the smoother script
- The raw_map is the map without the smoother script
- AMCL uses `map`
  • Loading branch information
davide-giacomini committed Jun 25, 2022
1 parent be2fc64 commit 3b13fe5
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,11 @@ TODO continue it
## Laser merger parameters

TODO explain it

## How the map has been created

TODO explain:
- The launch file amcl.launch.xml has been launched
- The SECOND bag has been played with `--clock` argument active
- After the end of the bag, the script `map_smoother` has been launched: `rosrun omnirobot_loc_and_mapping map_smoother.py`
- After the script says "Custom map published in topic /map_smoothed", from command line is called the map server: `rosrun map_server map_saver -f map map:=/map_smoothed`. In this way, the map saved has been processed with openCV to correct some minor imprecisions. In fact, the borders are better defined and some very small obstacles are changed in considering the cell free. It's been saved also the normal map with `rosrun map_server map_saver -f raw_map`, but in this case we saved it in the folder `asset` to let you see the difference.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: map_2_x1_01.pgm
image: map.pgm
resolution: 0.050000
origin: [-40.000000, -40.000000, 0.000000]
negate: 0
Expand Down
Binary file not shown.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: map_smoothed_2_x1_01.pgm
image: raw_map.pgm
resolution: 0.050000
origin: [-40.000000, -40.000000, 0.000000]
negate: 0
Expand Down

0 comments on commit 3b13fe5

Please sign in to comment.