Package roslib :: Module manifestlib :: Class ROSDep
[frames] | no frames]

Class ROSDep

source code

object --+
         |
        ROSDep

Manifest 'rosdep' tag

Instance Methods
 
__init__(self, name)
Create new rosdep instance.
source code
str
xml(self)
Returns: rosdep instance represented as manifest XML
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties
  name

Inherited from object: __class__

Method Details

__init__(self, name)
(Constructor)

source code 

Create new rosdep instance.

Parameters:
  • name (str) - dependency name. Must be non-empty.
Overrides: object.__init__

xml(self)

source code 
Returns: str
rosdep instance represented as manifest XML