help
Recipe name Version Description Layer
pointcloud-to-ply 0.0.2-3 Subscribe to a PointCloud2 topic, reconstruct a mesh, and save to OBJ/PLY. meta-ros2-humble
pointcloud-to-ply 0.0.7-2 Subscribe to a PointCloud2 topic, reconstruct a mesh, and save to OBJ/PLY using PCL. meta-ros2-jazzy
popt 1.19 Library for parsing command line options openembedded-core
powerstat 0.03.03+git Powerstat measures the power consumption of a laptop using the ACPI battery information. meta-luneos
pr2-dashboard-aggregator 1.13.1-1 A simple script that aggregates all of the topics that a "pr2_dashboard" app might be interested in. meta-ros1-noetic
pr2-gazebo 2.1.0-1 Launch scripts for simulating the PR2 in <a href="http://ros.org/wiki/gazebo">gazebo</a>. The simulation equivalent of pr2.launch is found here. pr2_fingertip_pressure_contact_translator produces the same ROS topics as fingertip_pressure package for simulated PR2. meta-ros1-noetic
prbt-hardware-support 0.6.0-1 Control hardware functions of the PRBT manipulator like RUN_PERMITTED for Stop1 functionality. meta-ros1-noetic
procps 4.0.5 System and process monitoring utilities openembedded-core
pyhri 0.4.1-1 A Python wrapper library around the ROS4HRI ROS topics meta-ros1-noetic
pymoveit2 4.2.0-1 Basic Python interface for MoveIt 2 built on top of ROS 2 actions and services meta-ros2-rolling
pymoveit2 4.2.0-1 Basic Python interface for MoveIt 2 built on top of ROS 2 actions and services meta-ros2-humble
pymoveit2 4.2.0-1 Basic Python interface for MoveIt 2 built on top of ROS 2 actions and services meta-ros2-jazzy
python3-asyncio-glib 0.1 An implementation of the Python 3 asyncio event loop on top of GLib meta-python
python3-gevent 25.9.1 A coroutine-based Python networking library meta-python
python3-pymongo 4.15.4 Python driver for MongoDB <http://www.mongodb.org> meta-python
python3-pyxdg 0.28 PyXDG is a python library to access freedesktop.org standards meta-python-ai
python3-secretstorage 3.5.0 Python bindings to FreeDesktop.org Secret Service API meta-python-ai
python3-setproctitle 1.3.7 A Python module to customize the process title meta-python
python3-uvloop 0.19.0 Fast implementation of asyncio event loop on top of libuv meta-ros2
pyxdg 0.28+git A Python module to deal with freedesktop.org specifications meta-oe
qt6-qpa-hwcomposer-plugin 6.3.0+git This QPA plugin allows rendering on top of libhybris-based hwcomposer EGL platforms. The hwcomposer API is specific to a given Droid release, and sometimes also SoC type (generic, qcom, exynos4, ...). meta-luneos
raph 1.1.0-1 Packages for Raph Rover common to the robot and desktop meta-ros2-jazzy
rc-genicam-driver 0.7.0-1 The rc_genicam_driver provides data from a Roboception rc_visard 3D sensor or rc_cube on several ROS topics. meta-ros1-noetic
rc-visard-driver 3.3.2-1 The rc_visard_driver provides data from a Roboception rc_visard 3D sensor on several ROS topics. meta-ros1-noetic
reductstore-agent 0.2.0-1 ROS2 recorder node that logs selected topics to ReductStore, with YAML-driven pipelines (mcap/raw, compression, splitting, down-sampling, labelling). meta-ros2-rolling
reductstore-agent 0.2.0-1 ROS2 recorder node that logs selected topics to ReductStore, with YAML-driven pipelines (mcap/raw, compression, splitting, down-sampling, labelling). meta-ros2-jazzy
refpolicy-mls 2.20250923+git MLS (Multi Level Security) variant of the SELinux policy meta-selinux
remmina 1.4.36 A feature rich Remote Desktop Application written in GTK+ meta-oe
repo 2.58 Tool for managing many Git repositories openembedded-core
ros-babel-fish-tools 4.26.43-1 Tooling for ROS 2 built on ros_babel_fish. Provides header-only JSON and YAML serialization for dynamic messages and a CLI tool to echo topics. meta-ros2-rolling
ros-comm 1.17.4-1 ROS communications-related packages, including core client libraries (roscpp, rospy) and graph introspection tools (rostopic, rosnode, rosservice, rosparam). meta-ros1-noetic
rosapi 4.1.0-1 Provides services for getting various ROS meta-information, including ROS topic, services, interfaces or action servers and managing ROS parameters. meta-ros2-rolling
rosapi 0.11.17-1 Provides service calls for getting ros meta-information, like list of topics, services, params, etc. meta-ros1-noetic
rosapi 2.0.5-1 Provides services for getting various ROS meta-information, including ROS topic, services, interfaces or action servers and managing ROS parameters. meta-ros2-humble
rosapi 2.6.0-1 Provides services for getting various ROS meta-information, including ROS topic, services, interfaces or action servers and managing ROS parameters. meta-ros2-jazzy
rosbag 1.17.4-1 This is a set of tools for recording from and playing back to ROS topics. It is intended to be high performance and avoids deserialization and reserialization of the messages. meta-ros1-noetic
roscpp 1.17.4-1 roscpp is a C++ implementation of ROS. It provides a <a href="http://wiki.ros.org/Client%20Libraries">client library</a> that enables C++ 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>. roscpp is the most widely used ROS client library and is designed to be the high-performance library for ROS. meta-ros1-noetic
rosout 1.17.4-1 System-wide logging mechanism for messages sent to the /rosout topic. meta-ros1-noetic
rosping 2.1.31-4 rosping is the tool to send ICMP ECHO_REQUEST to network hosts where roscore is running, and send back to you as rostopic message. <br/> For echoing ROS node, use <a href="http://wiki.ros.org/rosnode">rosnode</a>. meta-ros1-noetic
rospy 1.17.4-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
rosserial-msgs 0.9.2-1 Messages for automatic topic configuration using rosserial. meta-ros1-noetic
rqt-moveit 1.0.1-4 An rqt-based tool that assists monitoring tasks for <a href="http://ros.org/wiki/moveit">MoveIt!</a> motion planner developers and users. Currently the following items are monitored if they are either running, existing or published: <ul> <li>Node: /move_group</li> <li>Parameter: [/robot_description, /robot_description_semantic]</li> <li>Topic: Following types are monitored. Published &quot;names&quot; are ignored.<br/> [sensor_msgs/PointCloud, sensor_msgs/PointCloud2, sensor_msgs/Image, sensor_msgs/CameraInfo]</li> </ul> Since this package is not made by the MoveIt! development team (although with assistance from the them), please post issue reports to the designated tracker (not MoveIt!'s main tracker). meta-ros2-rolling
rqt-moveit 0.5.13-1 An rqt-based tool that assists monitoring tasks for <a href="http://ros.org/wiki/moveit">MoveIt!</a> motion planner developers and users. Currently the following items are monitored if they are either running, existing or published: <ul> <li>Node: /move_group</li> <li>Parameter: [/robot_description, /robot_description_semantic]</li> <li>Topic: Following types are monitored. Published &quot;names&quot; are ignored.<br/> [sensor_msgs/PointCloud, sensor_msgs/PointCloud2, sensor_msgs/Image, sensor_msgs/CameraInfo]</li> </ul> Since this package is not made by the MoveIt! development team (although with assistance from the them), please post issue reports to the designated tracker (not MoveIt!'s main tracker). meta-ros1-noetic
rqt-moveit 1.0.1-3 An rqt-based tool that assists monitoring tasks for <a href="http://ros.org/wiki/moveit">MoveIt!</a> motion planner developers and users. Currently the following items are monitored if they are either running, existing or published: <ul> <li>Node: /move_group</li> <li>Parameter: [/robot_description, /robot_description_semantic]</li> <li>Topic: Following types are monitored. Published &quot;names&quot; are ignored.<br/> [sensor_msgs/PointCloud, sensor_msgs/PointCloud2, sensor_msgs/Image, sensor_msgs/CameraInfo]</li> </ul> Since this package is not made by the MoveIt! development team (although with assistance from the them), please post issue reports to the designated tracker (not MoveIt!'s main tracker). meta-ros2-humble
rqt-moveit 1.0.1-5 An rqt-based tool that assists monitoring tasks for <a href="http://ros.org/wiki/moveit">MoveIt!</a> motion planner developers and users. Currently the following items are monitored if they are either running, existing or published: <ul> <li>Node: /move_group</li> <li>Parameter: [/robot_description, /robot_description_semantic]</li> <li>Topic: Following types are monitored. Published &quot;names&quot; are ignored.<br/> [sensor_msgs/PointCloud, sensor_msgs/PointCloud2, sensor_msgs/Image, sensor_msgs/CameraInfo]</li> </ul> Since this package is not made by the MoveIt! development team (although with assistance from the them), please post issue reports to the designated tracker (not MoveIt!'s main tracker). meta-ros2-jazzy
rqt-moveit 1.0.1-5 An rqt-based tool that assists monitoring tasks for <a href="http://ros.org/wiki/moveit">MoveIt!</a> motion planner developers and users. Currently the following items are monitored if they are either running, existing or published: <ul> <li>Node: /move_group</li> <li>Parameter: [/robot_description, /robot_description_semantic]</li> <li>Topic: Following types are monitored. Published &quot;names&quot; are ignored.<br/> [sensor_msgs/PointCloud, sensor_msgs/PointCloud2, sensor_msgs/Image, sensor_msgs/CameraInfo]</li> </ul> Since this package is not made by the MoveIt! development team (although with assistance from the them), please post issue reports to the designated tracker (not MoveIt!'s main tracker). meta-ros2-kilted
rqt-robot-monitor 1.0.6-1 rqt_robot_monitor displays diagnostics_agg topics messages that are published by <a href="http://www.ros.org/wiki/diagnostic_aggregator">diagnostic_aggregator</a>. rqt_robot_monitor is a direct port to rqt of <a href="http://www.ros.org/wiki/robot_monitor">robot_monitor</a>. All diagnostics are fall into one of three tree panes depending on the status of diagnostics (normal, warning, error/stale). Status are shown in trees to represent their hierarchy. Worse status dominates the higher level status.<br/> <ul> Ex. 'Computer' category has 3 sub devices. 2 are green but 1 is error. Then 'Computer' becomes error. </ul> You can look at the detail of each status by double-clicking the tree nodes.<br/> Currently re-usable API to other pkgs are not explicitly provided. meta-ros2-rolling
rqt-robot-monitor 0.5.15-1 rqt_robot_monitor displays diagnostics_agg topics messages that are published by <a href="http://www.ros.org/wiki/diagnostic_aggregator">diagnostic_aggregator</a>. rqt_robot_monitor is a direct port to rqt of <a href="http://www.ros.org/wiki/robot_monitor">robot_monitor</a>. All diagnostics are fall into one of three tree panes depending on the status of diagnostics (normal, warning, error/stale). Status are shown in trees to represent their hierarchy. Worse status dominates the higher level status.<br/> <ul> Ex. 'Computer' category has 3 sub devices. 2 are green but 1 is error. Then 'Computer' becomes error. </ul> You can look at the detail of each status by double-clicking the tree nodes.<br/> Currently re-usable API to other pkgs are not explicitly provided. meta-ros1-noetic
rqt-robot-monitor 1.0.6-1 rqt_robot_monitor displays diagnostics_agg topics messages that are published by <a href="http://www.ros.org/wiki/diagnostic_aggregator">diagnostic_aggregator</a>. rqt_robot_monitor is a direct port to rqt of <a href="http://www.ros.org/wiki/robot_monitor">robot_monitor</a>. All diagnostics are fall into one of three tree panes depending on the status of diagnostics (normal, warning, error/stale). Status are shown in trees to represent their hierarchy. Worse status dominates the higher level status.<br/> <ul> Ex. 'Computer' category has 3 sub devices. 2 are green but 1 is error. Then 'Computer' becomes error. </ul> You can look at the detail of each status by double-clicking the tree nodes.<br/> Currently re-usable API to other pkgs are not explicitly provided. meta-ros2-humble
rqt-robot-monitor 1.0.6-1 rqt_robot_monitor displays diagnostics_agg topics messages that are published by <a href="http://www.ros.org/wiki/diagnostic_aggregator">diagnostic_aggregator</a>. rqt_robot_monitor is a direct port to rqt of <a href="http://www.ros.org/wiki/robot_monitor">robot_monitor</a>. All diagnostics are fall into one of three tree panes depending on the status of diagnostics (normal, warning, error/stale). Status are shown in trees to represent their hierarchy. Worse status dominates the higher level status.<br/> <ul> Ex. 'Computer' category has 3 sub devices. 2 are green but 1 is error. Then 'Computer' becomes error. </ul> You can look at the detail of each status by double-clicking the tree nodes.<br/> Currently re-usable API to other pkgs are not explicitly provided. meta-ros2-jazzy