CMD + K

ros-rospy

Community

rospy is a pure Python client library for ROS.

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::ros-rospy

Usage Tracking

1.14.3
1 / 8 versions selected
Downloads (Last 6 months): 0

Description

rospy is a pure Python client library for ROS. The rospy client API enables Python programmers to quickly interface with ROS Topics, Services, and Parameters. 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 rostopic and rosservice, are built on top of rospy.

About

Summary

rospy is a pure Python client library for ROS.

Last Updated

Oct 21, 2019 at 08:29

License

BSD-3-Clause

Total Downloads

37.4K

Supported Platforms

linux-64
macOS-64