Skip to content

Commit

Permalink
Explain rosbags dependency in README
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGrupp authored Feb 9, 2024
1 parent 312a22c commit 63ba763
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ PyQt5 will give you the enhanced GUI for plot figures from the "*Qt5Agg*" matplo

Some ROS-related features require a ROS installation, see [here](http://www.ros.org/). We are testing this package with ROS Noetic and Iron. Previous versions (`<= 1.12.0`) work with Melodic, Kinetic and Indigo.

*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)

---

## Command Line Interface
Expand Down

0 comments on commit 63ba763

Please sign in to comment.