Go to the source code of this file.
Namespaces | |
namespace | setup |
Variables | |
string | setup.author = "Eitan Marder-Eppstein, Vijay Pradeep" |
string | setup.author_email = "eitan@willowgarage.com" |
list | setup.build_d = os.environ['CATKIN_BINARY_DIR'] |
list | setup.classifiers |
string | setup.description = "ROS library for pre-emptable tasks" |
list | setup.gen = ['msg'] |
list | setup.install_requires = [] |
list | setup.keywords = ["ROS"] |
string | setup.license = "BSD" |
string | setup.long_description = "The actionlib package provides a standardized interface for interfacing with preemptible tasks. Examples of this include moving the base to a target location, performing a laser scan and returning the resulting point cloud, detecting the handle of a door, etc." |
tuple | setup.p = os.path.join(build_d, 'gen', 'py', PKG, t) |
dictionary | setup.package_dir = {PKG: 'src/%s'%PKG} |
list | setup.packages = [PKG] |
string | setup.PKG = 'actionlib' |
list | setup.scripts = [] |
string | setup.url = "http://www.ros.org/wiki/%s" |
string | setup.version = '0.0.0' |