Classes | |
class | InvalidData |
Functions | |
def | get_repo |
def | get_rosdoc_manifest |
def | get_rosinstall |
def | get_vcs |
def | get_vcs_uri_for_branch |
def | get_www |
Variables | |
string | BRANCH_DEVEL = 'devel' |
string | BRANCH_RELEASE = 'release' |
def rosinstall::locate::get_repo | ( | name, | ||
data, | ||||
type_ | ||||
) |
def rosinstall::locate::get_rosdoc_manifest | ( | arg, | ||
distro_name = None | ||||
) |
Get the rosdoc manifest data and type of arg. @param arg: name of package/stack to get manifest information for. get_manifest() gives stacks symbols precedence over package symbols. @type arg: str @return: (manifest data, 'package'|'stack'). @rtype: ({str: str}, str) @raise IOError: if data cannot be loaded
def rosinstall::locate::get_rosinstall | ( | name, | ||
data, | ||||
type_, | ||||
branch = None , |
||||
prefix = None | ||||
) |
def rosinstall::locate::get_vcs | ( | name, | ||
data, | ||||
type_ | ||||
) |
def rosinstall::locate::get_vcs_uri_for_branch | ( | data, | ||
branch = None | ||||
) |
def rosinstall::locate::get_www | ( | name, | ||
data, | ||||
type_ | ||||
) |
string rosinstall::locate::BRANCH_DEVEL = 'devel' |
string rosinstall::locate::BRANCH_RELEASE = 'release' |