Functions | |
| def | create_package |
| def | get_templates |
| def | instantiate_template |
| def | roscreatepkg_main |
Variables | |
| string | NAME = 'roscreate-pkg' |
| def roscreate::roscreatepkg::create_package | ( | package, | ||
| author, | ||||
| depends, | ||||
uses_roscpp = False, |
||||
uses_rospy = False | ||||
| ) |
Definition at line 57 of file roscreatepkg.py.
| def roscreate::roscreatepkg::get_templates | ( | ) |
Definition at line 46 of file roscreatepkg.py.
| def roscreate::roscreatepkg::instantiate_template | ( | template, | ||
| package, | ||||
| brief, | ||||
| description, | ||||
| author, | ||||
| depends | ||||
| ) |
Definition at line 54 of file roscreatepkg.py.
| def roscreate::roscreatepkg::roscreatepkg_main | ( | ) |
Definition at line 100 of file roscreatepkg.py.
| string roscreate::roscreatepkg::NAME = 'roscreate-pkg' |
Definition at line 38 of file roscreatepkg.py.