Classes | |
class | RoslibStackManifestTest |
Variables | |
string | STACK_EXAMPLE1 |
string | STACK_INVALID1 |
string | STACK_INVALID2 |
"""<stack> <description brief="a brief description">Line 1 Line 2 </description> <author>The authors go here</author> <license>Public Domain with other stuff</license> <url>http://ros.org/stack/</url> <logo>http://www.willowgarage.com/files/willowgarage/robot10.jpg</logo> <depend stack="stackname" /> <depend stack="common"/> </stack>"""
Definition at line 93 of file test_roslib_stack_manifest.py.
"""<stack> <description brief="a brief description">Line 1</description> <author>The authors</author> <license>Public Domain</license> <rosdep name="python" /> </stack>"""
Definition at line 107 of file test_roslib_stack_manifest.py.
"""<stack> <description brief="a brief description">Line 1</description> <author>The authors</author> <license>Public Domain</license> <export> <cpp cflags="-I${prefix}/include" lflags="-L${prefix}/lib -lros"/> <cpp os="osx" cflags="-I${prefix}/include" lflags="-L${prefix}/lib -lrosthread -framework CoreServices"/> </export> </stack>"""
Definition at line 114 of file test_roslib_stack_manifest.py.