ROS rospy package
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.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:neotinker3:ROS:ROS1:melodic:15.3:staging/rospy && cd $_ - Create Badge
Refresh
Source Files
| Filename | Size | Changed |
|---|---|---|
| _service | 0000000511 511 Bytes | |
| ros-rpmlintrc | 0000000135 135 Bytes | |
| rospy.changes | 0000000165 165 Bytes | |
| rospy.spec | 0000002785 2.72 KB |
Comments 0