Skip to content

Commit

Permalink
Add README.md (#82)
Browse files Browse the repository at this point in the history
* Add README.me

Mainly to add notes about tinyxml2 versions, resolves #79.

* Add information about patched tinyxml2 version
  • Loading branch information
hashworks authored and dirk-thomas committed Sep 26, 2017
1 parent 5d68dd0 commit 7c60b5f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# rospack
A command-line tool for retrieving information about ROS packages available on the filesystem.

## Installation

Install this with [catkin](http://wiki.ros.org/catkin).

#### tinyxml2

With tinyxml2 versions 4.0.0 and 4.0.1 XML parsing of ROS packages will fail for `<?xml-model ...` lines due to a bug (see [#77](https://github.com/ros/rospack/issues/77)). To fix this use versions 2.X, 3.X or >=5. Additionally the ROS apt repositories provide a patched version (4.0.1-2) which also works with rospack for all platform/architecture pairs targeted by ROS Lunar.

0 comments on commit 7c60b5f

Please sign in to comment.