| Home | Trees | Indices | Help |
|---|
|
|
roslib.os_detect.OSBase --+
|
RosdepBaseOS
This is the class which defines the API for a Rosdep OS implementation. It inherits from roslib.os_detect.OSBase for os detection code and provides the interface to native package managers.
| Instance Methods | |||
|
|||
|
|||
|
Inherited from |
|||
| Method Details |
Take a list of packages and return the subset of that list which is not installed. (If undetectable keep the package in the list.) |
Return the install command necessary for installing all the packages in the list packages as a string. The option default_yes will pass through an apt-get -y equivilant to the package manager to allow this call to be non interactive in scripts. |
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Jan 11 10:12:09 2013 | http://epydoc.sourceforge.net |