Metadata-Version: 2.1
Name: rospy
Version: 1.15.11
Summary: rospy is a pure Python client library for ROS. The rospy client
Home-page: http://wiki.ros.org/rospy
Author: Ken Conley, Dirk Thomas <dthomas@osrfoundation.org>
Maintainer: Jacob Perron <jacob@openrobotics.org>, Michael Carroll <michael@openrobotics.org>, Shane Loretz <sloretz@openrobotics.org>
License: BSD
Platform: UNKNOWN
Requires: genpy
Requires: numpy
Requires: rosgraph
Requires: roslib
Requires: rospkg

rospy is a pure Python client library for ROS. The rospy client
    API enables Python programmers to quickly interface with ROS <a href="http://ros.org/wiki/Topics">Topics</a>, <a href="http://ros.org/wiki/Services">Services</a>, and <a href="http://ros.org/wiki/Parameter Server">Parameters</a>. The
    design of rospy favors implementation speed (i.e. developer
    time) over runtime performance so that algorithms can be quickly
    prototyped and tested within ROS. It is also ideal for
    non-critical-path code, such as configuration and initialization
    code. Many of the ROS tools are written in rospy to take
    advantage of the type introspection capabilities.

    Many of the ROS tools, such
    as <a href="http://ros.org/wiki/rostopic">rostopic</a>
    and <a href="http://ros.org/wiki/rosservice">rosservice</a>, are
    built on top of rospy.

