| rosbag2rawlog |
3.1.1-1 |
CLI tool to transform between rosbags and rawlogs. |
meta-ros2-kilted |
| rosbaglive |
0.3.1-1 |
Plays rosbags as though they were happening NOW. |
meta-ros1-noetic |
| rosbash |
1.15.10-1 |
Assorted shell commands for using ros with bash. |
meta-ros1-noetic |
| rosbash-params |
1.1.0-1 |
Tools for writing ros-node-like bash scripts |
meta-ros1-noetic |
| rosboost-cfg |
1.15.10-1 |
Contains scripts used by the rosboost-cfg tool for determining cflags/lflags/etc. of boost on your system |
meta-ros1-noetic |
| rosbridge-library |
3.0.2-1 |
The core rosbridge package, responsible for interpreting JSON and performing the appropriate ROS action, like subscribe, publish, call service, and interact with params. |
meta-ros2-rolling |
| rosbridge-library |
0.11.17-1 |
The core rosbridge package, responsible for interpreting JSON and performing the appropriate ROS action, like subscribe, publish, call service, and interact with params. |
meta-ros1-noetic |
| rosbridge-library |
2.0.4-1 |
The core rosbridge package, responsible for interpreting JSON and performing the appropriate ROS action, like subscribe, publish, call service, and interact with params. |
meta-ros2-humble |
| rosbridge-library |
2.4.2-1 |
The core rosbridge package, responsible for interpreting JSON and performing the appropriate ROS action, like subscribe, publish, call service, and interact with params. |
meta-ros2-jazzy |
| rosbridge-library |
3.0.2-1 |
The core rosbridge package, responsible for interpreting JSON and performing the appropriate ROS action, like subscribe, publish, call service, and interact with params. |
meta-ros2-kilted |
| rosbridge-msgs |
3.0.2-1 |
Interface definitions for the rosbridge library. |
meta-ros2-rolling |
| rosbridge-msgs |
0.11.17-1 |
Package containing message files |
meta-ros1-noetic |
| rosbridge-msgs |
2.0.4-1 |
Interface definitions for the rosbridge library. |
meta-ros2-humble |
| rosbridge-msgs |
2.4.2-1 |
Interface definitions for the rosbridge library. |
meta-ros2-jazzy |
| rosbridge-msgs |
3.0.2-1 |
Interface definitions for the rosbridge library. |
meta-ros2-kilted |
| rosbridge-server |
3.0.2-1 |
A WebSocket interface to rosbridge. |
meta-ros2-rolling |
| rosbridge-server |
0.11.17-1 |
A WebSocket interface to rosbridge. |
meta-ros1-noetic |
| rosbridge-server |
2.0.4-1 |
A WebSocket interface to rosbridge. |
meta-ros2-humble |
| rosbridge-server |
2.4.2-1 |
A WebSocket interface to rosbridge. |
meta-ros2-jazzy |
| rosbridge-server |
3.0.2-1 |
A WebSocket interface to rosbridge. |
meta-ros2-kilted |
| rosbridge-suite |
3.0.2-1 |
Rosbridge provides a JSON API to ROS functionality for non-ROS programs. There are a variety of front ends that interface with rosbridge, including a WebSocket server for web browsers to interact with. Rosbridge_suite is a meta-package containing rosbridge, various front end packages for rosbridge like a WebSocket package, and helper packages. |
meta-ros2-rolling |
| rosbridge-suite |
0.11.17-1 |
Rosbridge provides a JSON API to ROS functionality for non-ROS programs. There are a variety of front ends that interface with rosbridge, including a WebSocket server for web browsers to interact with. Rosbridge_suite is a meta-package containing rosbridge, various front end packages for rosbridge like a WebSocket package, and helper packages. |
meta-ros1-noetic |
| rosbridge-suite |
2.0.4-1 |
Rosbridge provides a JSON API to ROS functionality for non-ROS programs. There are a variety of front ends that interface with rosbridge, including a WebSocket server for web browsers to interact with. Rosbridge_suite is a meta-package containing rosbridge, various front end packages for rosbridge like a WebSocket package, and helper packages. |
meta-ros2-humble |
| rosbridge-suite |
2.4.2-1 |
Rosbridge provides a JSON API to ROS functionality for non-ROS programs. There are a variety of front ends that interface with rosbridge, including a WebSocket server for web browsers to interact with. Rosbridge_suite is a meta-package containing rosbridge, various front end packages for rosbridge like a WebSocket package, and helper packages. |
meta-ros2-jazzy |
| rosbridge-suite |
3.0.2-1 |
Rosbridge provides a JSON API to ROS functionality for non-ROS programs. There are a variety of front ends that interface with rosbridge, including a WebSocket server for web browsers to interact with. Rosbridge_suite is a meta-package containing rosbridge, various front end packages for rosbridge like a WebSocket package, and helper packages. |
meta-ros2-kilted |
| rosbridge-test-msgs |
3.0.2-1 |
Message and service definitions used in internal tests for rosbridge packages. |
meta-ros2-rolling |
| rosbridge-test-msgs |
2.0.4-1 |
Message and service definitions used in internal tests for rosbridge packages. |
meta-ros2-humble |
| rosbridge-test-msgs |
2.4.2-1 |
Message and service definitions used in internal tests for rosbridge packages. |
meta-ros2-jazzy |
| rosbridge-test-msgs |
3.0.2-1 |
Message and service definitions used in internal tests for rosbridge packages. |
meta-ros2-kilted |
| rosbuild |
1.15.10-1 |
rosbuild contains scripts for managing the CMake-based build system for ROS. |
meta-ros1-noetic |
| rosclean |
1.15.10-1 |
rosclean: cleanup filesystem resources (e.g. log files). |
meta-ros1-noetic |
| roscompile |
1.2.1-1 |
The roscompile package |
meta-ros1-noetic |
| rosconsole |
1.14.4-1 |
ROS console output library. |
meta-ros1-noetic |
| rosconsole-bridge |
0.5.5-1 |
rosconsole_bridge is a package used in conjunction with console_bridge and rosconsole for connecting console_bridge-based logging to rosconsole-based logging. |
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 |
| roscpp-core |
0.7.3-1 |
Underlying data libraries for roscpp messages. |
meta-ros1-noetic |
| roscpp-serialization |
0.7.3-1 |
roscpp_serialization contains the code for serialization as described in <a href="http://www.ros.org/wiki/roscpp/Overview/MessagesSerializationAndAdaptingTypes">MessagesSerializationAndAdaptingTypes</a>. This package is a component of <a href="http://www.ros.org/wiki/roscpp">roscpp</a>. |
meta-ros1-noetic |
| roscpp-traits |
0.7.3-1 |
roscpp_traits contains the message traits code as described in <a href="http://www.ros.org/wiki/roscpp/Overview/MessagesTraits">MessagesTraits</a>. This package is a component of <a href="http://www.ros.org/wiki/roscpp">roscpp</a>. |
meta-ros1-noetic |
| roscpp-tutorials |
0.10.3-1 |
This package attempts to show the features of ROS step-by-step, including using messages, servers, parameters, etc. |
meta-ros1-noetic |
| roscreate |
1.15.10-1 |
roscreate contains a tool that assists in the creation of ROS filesystem resources. It provides: <tt>roscreate-pkg</tt>, which creates a new package directory, including the appropriate build and manifest files. |
meta-ros1-noetic |
| rosdiagnostic |
1.12.1-1 |
Command to print aggregated diagnostic contents to the command line |
meta-ros1-noetic |
| rosdoc-lite |
0.2.11-1 |
This ROS package wraps documentation tools like doxygen, sphinx, and epydoc, making it convenient to generate ROS package documentation. It also generates online documentation for the ROS wiki. |
meta-ros1-noetic |
| rosee-msg |
1.0.2-2 |
The rosee_msg package |
meta-ros1-noetic |
| rosemacs |
0.4.18-1 |
ROS tools for those who live in Emacs. |
meta-ros1-noetic |
| roseus |
1.7.5-2 |
EusLisp client for ROS Robot Operating System. |
meta-ros1-noetic |
| roseus-smach |
1.7.5-2 |
roseus_smach * Euslisp state machine class. it will be moved. * Message publisher for visualizing current state by smach_viewer. * Simple pickle dump script for debugging state machine. * Execute state machine as a action server. |
meta-ros1-noetic |
| roseus-tutorials |
1.7.5-2 |
roseus_tutorials |
meta-ros1-noetic |
| rosfmt |
8.0.0-1 |
fmt is an open-source formatting library for C++. It can be used as a safe and fast alternative to (s)printf and IOStreams. |
meta-ros1-noetic |
| rosgraph |
1.17.4-1 |
rosgraph contains the rosgraph command-line tool, which prints information about the ROS Computation Graph. It also provides an internal library that can be used by graphical tools. |
meta-ros1-noetic |
| rosgraph-monitor |
0.2.3-1 |
Monitors the ROS graph to detect error conditions |
meta-ros2-rolling |