Classes | |
class | RoslibManifestlibTest |
Variables | |
string | EXAMPLE1 |
string | STACK_EXAMPLE1 |
string | STACK_INVALID1 |
string | STACK_INVALID2 |
"""<package> <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://pr.willowgarage.com/package/</url> <logo>http://www.willowgarage.com/files/willowgarage/robot10.jpg</logo> <depend package="pkgname" /> <depend package="common"/> <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> <rosdep name="python" /> <rosdep name="bar" /> <rosdep name="baz" /> <platform os="ubuntu" version="8.04" /> <platform os="OS X" version="10.6" notes="macports" /> <rosbuild2> <depend thirdparty="thisshouldbeokay"/> </rosbuild2> </package>"""
Definition at line 248 of file test_roslib_manifestlib.py.
"""<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 274 of file test_roslib_manifestlib.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 288 of file test_roslib_manifestlib.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 295 of file test_roslib_manifestlib.py.