File: README.md

package info (click to toggle)
ros-rospack 2.6.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 972 kB
  • sloc: cpp: 3,580; xml: 251; python: 35; ansic: 34; sh: 16; makefile: 3
file content (10 lines) | stat: -rw-r--r-- 574 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
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.