Skip to content

Commit

Permalink
Mention map tiles in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGrupp authored Sep 9, 2024
1 parent 45fbaf3 commit 97f2ca4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ See [here](https://github.com/MichaelGrupp/evo/wiki/Formats) for more infos abou
<img src="https://raw.githubusercontent.com/MichaelGrupp/evo/master/doc/assets/markers.png" alt="evo" height="175" border="5" />
</a>
<a href="https://raw.githubusercontent.com/MichaelGrupp/evo/master/doc/assets/map_tile_osm.png" target="_blank">
<img src="https://raw.githubusercontent.com/MichaelGrupp/evo/master/doc/assetmap_tile_osm.png" alt="evo" height="175" border="5" />
<img src="https://raw.githubusercontent.com/MichaelGrupp/evo/master/doc/assets/map_tile_osm.png" alt="evo" height="175" border="5" />
</a>

---
Expand Down Expand Up @@ -88,6 +88,10 @@ Some ROS-related features require a ROS installation, see [here](http://www.ros.

*Note:* reading ROS bag files works also without a ROS installation thanks to the great [rosbags](https://pypi.org/project/rosbags/) package that is installed together with evo. This allows you also to read ROS 1 & 2 bags even if you don't have one of those ROS distros installed. (except for reading `/tf` topics, because there we need the buffer implementation from ROS)

**contextily (optional)**

[contextily](https://contextily.readthedocs.io/en/latest/index.html) is required for [adding map tiles](https://github.com/MichaelGrupp/evo/wiki/Plotting#geographic-map-tiles) to plots of geo-referenced data.

---

## Command Line Interface
Expand Down Expand Up @@ -210,7 +214,7 @@ A few "inoffical" scripts for special use-cases are collected in the `contrib/`
---

## Trouble
*":scream:, this piece of :shit: software doesn't do what I want!!1!1!!"*
*"😱, this piece of 💩 software doesn't do what I want!!1!1!!"*

**First aid:**
* append `-h`/ `--help` to your command
Expand Down

0 comments on commit 97f2ca4

Please sign in to comment.