help
Recipe name Version Description Layer
rosbag2-py 0.11.0-1 Python API for rosbag2 meta-ros2-rolling
rosbag2-py 0.9.1-3 Python API for rosbag2 meta-ros2-galactic
rosidl-generator-py 0.7.11-1 Generate the ROS interfaces in Python. meta-ros2-dashing
rosidl-generator-py 0.8.2-1 Generate the ROS interfaces in Python. meta-ros2-eloquent
rosidl-generator-py 0.9.4-1 Generate the ROS interfaces in Python. meta-ros2-foxy
rosidl-generator-py 0.14.0-1 Generate the ROS interfaces in Python. meta-ros2-rolling
rosidl-generator-py 0.11.1-1 Generate the ROS interfaces in Python. meta-ros2-galactic
rosidl-runtime-py 0.7.11-1 Runtime utilities for working with generated ROS interfaces in Python. meta-ros2-dashing
rosidl-runtime-py 0.8.2-1 Runtime utilities for working with generated ROS interfaces in Python. meta-ros2-eloquent
rosidl-runtime-py 0.9.1-1 Runtime utilities for working with generated ROS interfaces in Python. meta-ros2-foxy
rosidl-runtime-py 0.9.1-1 Runtime utilities for working with generated ROS interfaces in Python. meta-ros2-rolling
rosidl-runtime-py 0.9.1-2 Runtime utilities for working with generated ROS interfaces in Python. meta-ros2-galactic
roslint 0.11.2 CMake lint commands for ROS packages. The lint commands perform static checking of Python or C++ source code for errors and standards compliance. meta-ros1-melodic
roslint 0.12.0-1 CMake lint commands for ROS packages. The lint commands perform static checking of Python or C++ source code for errors and standards compliance. meta-ros1-noetic
roslz4 1.14.12-1 A Python and C++ implementation of the LZ4 streaming format. Large data streams are split into blocks which are compressed using the very fast LZ4 compression algorithm. meta-ros1-melodic
roslz4 1.15.13-1 A Python and C++ implementation of the LZ4 streaming format. Large data streams are split into blocks which are compressed using the very fast LZ4 compression algorithm. meta-ros1-noetic
rospy 1.14.12-1 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. meta-ros1-melodic
rospy 1.15.13-1 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. meta-ros1-noetic
rospy-message-converter 0.5.7-1 Converts between Python dictionaries and JSON to rospy messages. meta-ros1-melodic
rospy-message-converter 0.5.7-1 Converts between Python dictionaries and JSON to rospy messages. meta-ros1-noetic
rospy-tutorials 0.9.3-1 This package attempts to show the features of ROS python API step-by-step, including using messages, servers, parameters, etc. These tutorials are compatible with the nodes in roscpp_tutorial. meta-ros1-melodic
rospy-tutorials 0.10.2-1 This package attempts to show the features of ROS python API step-by-step, including using messages, servers, parameters, etc. These tutorials are compatible with the nodes in roscpp_tutorial. meta-ros1-noetic
rosserial-server 0.8.0 A more performance- and stability-oriented server alternative implemented in C++ to rosserial_python. meta-ros1-melodic
rosserial-server 0.9.2-1 A more performance- and stability-oriented server alternative implemented in C++ to rosserial_python. meta-ros1-noetic
rosserial-xbee 0.8.0 Allows multipoint communication between rosserial nodes connected to an xbee. All nodes communicate back to a master xbee connected to a computer running ROS. This software currently only works with Series 1 Xbees. This pkg includes python code from the python-xbee project: http://code.google.com/p/python-xbee/ meta-ros1-melodic
rosserial-xbee 0.9.2-1 Allows multipoint communication between rosserial nodes connected to an xbee. All nodes communicate back to a master xbee connected to a computer running ROS. This software currently only works with Series 1 Xbees. This pkg includes python code from the python-xbee project: http://code.google.com/p/python-xbee/ meta-ros1-noetic
rosservice 1.14.12-1 rosservice contains the rosservice command-line tool for listing and querying ROS <a href="http://wiki.ros.org/Services">Services</a>. It also contains a Python library for retrieving information about Services and dynamically invoking them. The Python library is experimental and is for internal-use only. meta-ros1-melodic
rosservice 1.15.13-1 rosservice contains the rosservice command-line tool for listing and querying ROS <a href="http://wiki.ros.org/Services">Services</a>. It also contains a Python library for retrieving information about Services and dynamically invoking them. The Python library is experimental and is for internal-use only. meta-ros1-noetic
rosthrottle 1.2.0-3 ROS Python package for throttling ROS topics programatically in Python. Sits on top of the ros_comm topic_tools throttle utility. meta-ros1-melodic
rostopic 1.14.12-1 rostopic contains the rostopic command-line tool for displaying debug information about ROS <a href="http://wiki.ros.org/Topics">Topics</a>, including publishers, subscribers, publishing rate, and ROS <a href="http://wiki.ros.org/Messages">Messages</a>. It also contains an experimental Python library for getting information about and interacting with topics dynamically. This library is for internal-use only as the code API may change, though it does provide examples of how to implement dynamic subscription and publication behaviors in ROS. meta-ros1-melodic
rostopic 1.15.13-1 rostopic contains the rostopic command-line tool for displaying debug information about ROS <a href="http://wiki.ros.org/Topics">Topics</a>, including publishers, subscribers, publishing rate, and ROS <a href="http://wiki.ros.org/Messages">Messages</a>. It also contains an experimental Python library for getting information about and interacting with topics dynamically. This library is for internal-use only as the code API may change, though it does provide examples of how to implement dynamic subscription and publication behaviors in ROS. meta-ros1-noetic
rosxbeepy 0.0.1-2 A ROS2 wrapper for xbee devices using digi-xbee python API meta-ros2-foxy
rpyutils 0.2.0-1 Package containing various utility types and functions for Python meta-ros2-foxy
rpyutils 0.2.0-1 Package containing various utility types and functions for Python meta-ros2-rolling
rpyutils 0.2.0-2 Package containing various utility types and functions for Python meta-ros2-galactic
rqt-gui-pyblacklisted 0.5.2-1 rqt_gui_py enables GUI plugins to use the Python client library for ROS. meta-ros1-melodic
rqt-gui-pyblacklisted 1.0.7-1 rqt_gui_py enables GUI plugins to use the Python client library for ROS. meta-ros2-dashing
rqt-gui-pyblacklisted 1.0.5-1 rqt_gui_py enables GUI plugins to use the Python client library for ROS. meta-ros2-eloquent
rqt-gui-pyblacklisted 1.1.2-1 rqt_gui_py enables GUI plugins to use the Python client library for ROS. meta-ros2-foxy
rqt-gui-pyblacklisted 1.1.2-1 rqt_gui_py enables GUI plugins to use the Python client library for ROS. meta-ros2-rolling
rqt-gui-pyblacklisted 0.5.2-1 rqt_gui_py enables GUI plugins to use the Python client library for ROS. meta-ros1-noetic
rqt-gui-pyblacklisted 1.1.2-1 rqt_gui_py enables GUI plugins to use the Python client library for ROS. meta-ros2-galactic
rqt-msgblacklisted 0.4.8 A Python GUI plugin for introspecting available ROS message types. Note that the msgs available through this plugin is the ones that are stored on your machine, not on the ROS core your rqt instance connects to. meta-ros1-melodic
rqt-msgblacklisted 1.0.2-1 A Python GUI plugin for introspecting available ROS message types. Note that the msgs available through this plugin is the ones that are stored on your machine, not on the ROS core your rqt instance connects to. meta-ros2-dashing
rqt-msgblacklisted 1.0.2-1 A Python GUI plugin for introspecting available ROS message types. Note that the msgs available through this plugin is the ones that are stored on your machine, not on the ROS core your rqt instance connects to. meta-ros2-eloquent
rqt-msgblacklisted 1.0.5-1 A Python GUI plugin for introspecting available ROS message types. Note that the msgs available through this plugin is the ones that are stored on your machine, not on the ROS core your rqt instance connects to. meta-ros2-foxy
rqt-msgblacklisted 1.0.5-1 A Python GUI plugin for introspecting available ROS message types. Note that the msgs available through this plugin is the ones that are stored on your machine, not on the ROS core your rqt instance connects to. meta-ros2-rolling
rqt-msgblacklisted 0.4.10-1 A Python GUI plugin for introspecting available ROS message types. Note that the msgs available through this plugin is the ones that are stored on your machine, not on the ROS core your rqt instance connects to. meta-ros1-noetic
rqt-msgblacklisted 1.0.5-1 A Python GUI plugin for introspecting available ROS message types. Note that the msgs available through this plugin is the ones that are stored on your machine, not on the ROS core your rqt instance connects to. meta-ros2-galactic
rqt-py-commonblacklisted 0.5.2-1 rqt_py_common provides common functionality for rqt plugins written in Python. Despite no plugin is provided, this package is part of the rqt_common_plugins repository to keep refactoring generic functionality from these common plugins into this package as easy as possible. Functionality included in this package should cover generic ROS concepts and should not introduce any special dependencies beside &quot;ros_base&quot;. meta-ros1-melodic