Warning: do not use this library. It is unstable and most of the routines here have been superseded by other libraries (e.g. rospkg). These routines will likely be deleted in future releases.
Function | rospack |
@param pkg: package name @type pkg: str @return: A list of the names of the packages which pkg depends on @rtype: list |
Function | rospack |
@param pkg: package name @type pkg: str @return: A list of the names of the packages which pkg directly depends on @rtype: list |
Function | rospack |
@param pkg: package name @type pkg: str @return: A list of the names of the packages which depend on pkg @rtype: list |
Function | rospack |
@param pkg: package name @type pkg: str @return: A list of the names of the packages which depend directly on pkg @rtype: list |
Function | rospack |
@param pkg: package name @type pkg: str @return: A list of the names of the packages which provide a plugin for pkg @rtype: list |
Function | rospackexec |
@return: result of executing rospack command (via subprocess). string will be strip()ed. @rtype: str @raise roslib.exceptions.ROSLibException: if rospack command fails |
Function | rosstack |
@param s: stack name @type s: str @return: A list of the names of the stacks which s depends on @rtype: list |
Function | rosstack |
@param s: stack name @type s: str @return: A list of the names of the stacks which s depends on directly @rtype: list |
Function | rosstack |
@param s: stack name @type s: str @return: A list of the names of the stacks which depend on s @rtype: list |
Function | rosstack |
@param s: stack name @type s: str @return: A list of the names of the stacks which depend directly on s @rtype: list |
Function | rosstackexec |
@return: result of executing rosstack command (via subprocess). string will be strip()ed. @rtype: str @raise roslib.exceptions.ROSLibException: if rosstack command fails |
Variable | python3 |
Undocumented |
@param pkg: package name @type pkg: str @return: A list of the names of the packages which pkg depends on @rtype: list
@param pkg: package name @type pkg: str @return: A list of the names of the packages which pkg directly depends on @rtype: list
@param pkg: package name @type pkg: str @return: A list of the names of the packages which depend on pkg @rtype: list
@param pkg: package name @type pkg: str @return: A list of the names of the packages which depend directly on pkg @rtype: list
@param pkg: package name @type pkg: str @return: A list of the names of the packages which provide a plugin for pkg @rtype: list
@return: result of executing rospack command (via subprocess). string will be strip()ed. @rtype: str @raise roslib.exceptions.ROSLibException: if rospack command fails
@param s: stack name @type s: str @return: A list of the names of the stacks which s depends on @rtype: list
@param s: stack name @type s: str @return: A list of the names of the stacks which s depends on directly @rtype: list
@param s: stack name @type s: str @return: A list of the names of the stacks which depend on s @rtype: list
@param s: stack name @type s: str @return: A list of the names of the stacks which depend directly on s @rtype: list