Skip to content

Commit

Permalink
Add SLAM picture to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsided committed Jun 5, 2020
1 parent f17dbd1 commit f920b4e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Binary file added .readme/slam.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@ visualization of the item is implemented in [`add_markers_node.cpp`](src/add_mar
Note that in both cases, the start and goal positions are provided statically, and the whole
implementation can be (drastically) improved by publishing pick-up and drop-off locations via a dedicated topic.

Previous projects have shown that attempting to run SLAM on a synthetic world like this are bound to fail.
Here's the intermediate result after leaving from the start position and taking a left turn around the
center triangular room, back to the start position:

![](.readme/slam.png)

Because this clearly fails, the map was instead created using the `pgm_map_creator` node directly from Gazebo.
Adding more (natural) textures and items to this world would have improved SLAM, but also
deviated a bit from the main idea of this repo. Again, investing more time here would make this quite an
interesting project overall.

---

To build the project, you can try executing `./run-nvidia.sh` to drop
Expand Down

0 comments on commit f920b4e

Please sign in to comment.