help
Recipe name Version Description Layer
rosidl-typesupport-introspection-cpp 0.8.2-1 Generate the message type support for dynamic message construction in C++. meta-ros2-eloquent
rosidl-typesupport-introspection-cpp 1.0.1-1 Generate the message type support for dynamic message construction in C++. meta-ros2-foxy
rosidl-typesupport-opensplice-cblacklisted 0.7.3-1 Generate the C interfaces for PrismTech OpenSplice. meta-ros2-dashing
rosidl-typesupport-opensplice-cblacklisted 0.8.1-1 Generate the C interfaces for PrismTech OpenSplice. meta-ros2-eloquent
rosidl-typesupport-opensplice-cppblacklisted 0.7.3-1 Generate the C++ interfaces for PrismTech OpenSplice. meta-ros2-dashing
rosidl-typesupport-opensplice-cppblacklisted 0.8.1-1 Generate the C++ interfaces for PrismTech OpenSplice. meta-ros2-eloquent
roslang 1.14.8-1 roslang is a common package that all <a href="http://www.ros.org/wiki/Client%20Libraries">ROS client libraries</a> depend on. This is mainly used to find client libraries (via 'rospack depends-on1 roslang'). meta-ros1-melodic
roslaunch 1.14.5-1 roslaunch is a tool for easily launching multiple ROS <a href="http://ros.org/wiki/Nodes">nodes</a> locally and remotely via SSH, as well as setting parameters on the <a href="http://ros.org/wiki/Parameter Server">Parameter Server</a>. It includes options to automatically respawn processes that have already died. roslaunch takes in one or more XML configuration files (with the <tt>.launch</tt> extension) that specify the parameters to set and nodes to launch, as well as the machines that they should be run on. meta-ros1-melodic
roslib 1.14.8-1 Base dependencies and support libraries for ROS. roslib contains many of the common data structures and tools that are shared across ROS client library implementations. meta-ros1-melodic
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
roslispblacklisted 1.9.24-1 Lisp client library for ROS, the Robot Operating System. meta-ros1-melodic
roslisp-commonblacklisted 0.2.12-1 Common libraries to control ROS based robots. This stack contains an implementation of actionlib (client and server) in Common Lisp, a transformation library and an implementation of tf in Common Lisp. meta-ros1-melodic
roslisp-replblacklisted 0.4.13 This package provides a script that launches Emacs with Slime (the Superior Lisp Interaction Mode) ready for Lisp development and roslisp. meta-ros1-melodic
roslisp-utilitiesblacklisted 0.2.12-1 Some utility functionality to interact with ROS using roslisp. meta-ros1-melodic
roslz4 1.14.5-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
rosmake 1.14.8-1 rosmake is a ros dependency aware build tool which can be used to build all dependencies in the correct order. meta-ros1-melodic
rosmaster 1.14.5-1 ROS <a href="http://ros.org/wiki/Master">Master</a> implementation. meta-ros1-melodic
rosmonblacklisted 2.2.1-1 Node launcher and monitor for ROS. rosmon is a replacement for the roslaunch tool, focused on performance, remote monitoring, and usability. meta-ros1-melodic
rosmon-coreblacklisted 2.2.1-1 Node launcher and monitor for ROS. rosmon is a replacement for the roslaunch tool, focused on performance, remote monitoring, and usability. meta-ros1-melodic
rosmon-msgs 2.2.1-1 Messages for rosmon, the node launcher and monitor for ROS. rosmon is a replacement for the roslaunch tool, focused on performance, remote monitoring, and usability. meta-ros1-melodic
rosmsg 1.14.5-1 rosmsg contains two command-line tools: <tt>rosmsg</tt> and <tt>rossrv</tt>. <tt>rosmsg</tt> is a command-line tool for displaying information about <a href="http://wiki.ros.org/msg">ROS Message types</a>. <tt>rossrv</tt> is a command-line tool for displaying information about <a href="http://wiki.ros.org/srv">ROS Service types</a>. meta-ros1-melodic
rosnode 1.14.5-1 rosnode is a command-line tool for displaying debug information about ROS <a href="http://wiki.ros.org/Nodes">Nodes</a>, including publications, subscriptions and connections. It also contains an experimental library for retrieving node information. This library is intended for internal use only. meta-ros1-melodic
rosout 1.14.5-1 System-wide logging mechanism for messages sent to the /rosout topic. meta-ros1-melodic
rospack 2.5.5-1 ROS Package Tool meta-ros1-melodic
rosparam 1.14.5-1 rosparam contains the rosparam command-line tool for getting and setting ROS Parameters on the <a href="http://wiki.ros.org/Parameter%20Server">Parameter Server</a> using YAML-encoded files. It also contains an experimental library for using YAML with the Parameter Server. This library is intended for internal use only. rosparam can be invoked within a <a href="http://wiki.ros.org/roslaunch">roslaunch</a> file. meta-ros1-melodic
rosparam-handler 0.1.4-1 An easy wrapper for using parameters in ROS. meta-ros1-melodic
rosparam-shortcuts 0.3.3-1 Quickly load variables from rosparam with good command line error checking. meta-ros1-melodic
rospatlite 2.1.13-1 rospatlite meta-ros1-melodic
rospilotblacklisted 1.5.6 rospilot meta-ros1-melodic
rosping 2.1.13-1 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-melodic
rospy 1.14.5-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-message-converter 0.5.0 Converts between Python dictionaries and JSON to rospy messages. meta-ros1-melodic
rospy-tutorials 0.9.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-melodic
rosrt 1.0.25 rosrt provides classes for interfacing with ROS from within realtime systems, such as realtime-safe Publisher and Subscriber classes. meta-ros1-melodic
rosserial 0.8.0 Metapackage for core of rosserial. meta-ros1-melodic
rosserial-arduinoblacklisted 0.8.0 rosserial for Arduino/AVR platforms. meta-ros1-melodic
rosserial-client 0.8.0 Generalized client side source for rosserial. meta-ros1-melodic
rosserial-embeddedlinux 0.8.0 rosserial for embedded Linux enviroments meta-ros1-melodic
rosserial-mbed 0.8.0 rosserial for mbed platforms. meta-ros1-melodic
rosserial-msgs 0.8.0 Messages for automatic topic configuration using rosserial. meta-ros1-melodic
rosserial-python 0.8.0 A Python-based implementation of the rosserial protocol. meta-ros1-melodic
rosserial-server 0.8.0 A more performance- and stability-oriented server alternative implemented in C++ to rosserial_python. meta-ros1-melodic
rosserial-tivac 0.8.0 rosserial for TivaC Launchpad evaluation boards. meta-ros1-melodic
rosserial-vex-cortex 0.8.0 rosserial for Cortex/AVR platforms. meta-ros1-melodic
rosserial-vex-v5 0.8.0 rosserial for the VEX Cortex V5 Robot Brain platform. meta-ros1-melodic
rosserial-windows 0.8.0 rosserial for Windows platforms. meta-ros1-melodic
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
rosservice 1.14.5-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
rostate-machine 0.0.2-3 The rostate_machine package meta-ros1-melodic
rostest 1.14.5-1 Integration test suite based on roslaunch that is compatible with xUnit frameworks. meta-ros1-melodic