About Anaconda Help Download Anaconda

conda-forge / packages / ros-rospy 1.14.3

rospy is a pure Python client library for ROS.

Installers

Info: This package contains files in non-standard labels.
  • linux-64 v1.14.3
  • osx-64 v1.14.3

conda install

To install this package run one of the following:
conda install conda-forge::ros-rospy
conda install conda-forge/label/cf202003::ros-rospy

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.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.4) Legal | Privacy Policy