Home | Trees | Indices | Help |
|
---|
|
Python utilities for manipulating ROS Stacks. See: http://ros.org/wiki/Stacks
Warning: this API is still fairly experimental and incomplete.
Classes | |
ROSStackException | |
InvalidROSStackException |
Functions | |||
str |
|
||
[str] |
|
||
str |
|
||
[str] |
|
||
[str] |
|
||
([str], [str]) |
|
||
str |
|
||
str |
|
Variables | |
STACK_FILE =
|
|
ROS_STACK =
|
|
__package__ =
|
Function Details |
|
|
Get the directory of a ROS stack. This will initialize an internal cache and return cached results if possible. This routine is not thread-safe to os.environ changes.
|
Get list of all ROS stacks. This uses an internal cache. This routine is not thread-safe to os.environ changes.
|
List ROS stacks within the specified path. Optionally, a cache dictionary can be provided, which will be updated with the stack->path mappings. list_stacks_by_path() does NOT returned cached results -- it only updates the cache.
|
Expand names into a list of packages. Names can either be of packages or stacks.
|
|
Get stack version where stack_dir points to root directory of stack.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Jan 11 12:17:41 2013 | http://epydoc.sourceforge.net |