Robotics StackExchange | Archived questions

rospack show

How to view information about the package? For example: $ apt-cache show May be $ rospack show

Asked by kavit on 2016-04-10 20:24:25 UTC

Comments

http://wiki.ros.org/<package>

Asked by ahendrix on 2016-04-11 01:09:03 UTC

Also: if the package has been released (ie: there are debians for it), then apt-cache show <package> should work just as it would with any other package.

Asked by gvdhoorn on 2016-04-11 01:41:08 UTC

Answers