From 7c60b5fa956320671ee80be4bc00a148a393049e Mon Sep 17 00:00:00 2001 From: hashworks Date: Tue, 26 Sep 2017 16:08:40 +0200 Subject: [PATCH] Add README.md (#82) * Add README.me Mainly to add notes about tinyxml2 versions, resolves #79. * Add information about patched tinyxml2 version --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0491b62 --- /dev/null +++ b/README.md @@ -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 `=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.