Package rosdep :: Module debian :: Class Debian
[frames] | no frames]

Class Debian

source code

roslib.os_detect.OSBase --+    
                          |    
    roslib.os_detect.Debian --+
                              |
              AptGetInstall --+
                              |
roslib.os_detect.OSBase --+   |
                          |   |
   base_rosdep.RosdepBaseOS --+
                              |
                             Debian

This is an implementation of a standard interface for interacting with rosdep. This defines all Ubuntu sepecific methods, including detecting the OS/Version number. As well as how to check for and install packages.

Instance Methods
 
dpkg_detect(self, pkgs) (Inherited from rosdep.debian.AptGetInstall) source code
 
generate_package_install_command(self, packages, default_yes) (Inherited from rosdep.debian.AptGetInstall) source code
 
strip_detected_packages(self, packages) (Inherited from rosdep.debian.AptGetInstall) source code

Inherited from roslib.os_detect.Debian: check_presence, get_name, get_version