Packages

Name Description
1 2019-03-09 examples_rclcpp_minimal_action_server
Minimal action server examples
Minimal action server examples
 
1 2019-03-09 examples_rclcpp_minimal_action_client
Minimal action client examples
Minimal action client examples
 
1 2019-02-08 example_interfaces
Contains message and service definitions used by the examples.
Contains message and service definitions used by the examples.
 
1 2019-02-11 eigen_stl_containers
This package provides a set of typedef's that allow using Eigen datatypes in STL containers
This package provides a set of typedef's that allow using Eigen datatypes in STL containers
 
1 2018-12-31 ecl_utilities
Includes various supporting tools and utilities for c++ programming.
Includes various supporting tools and utilities for c++ programming.
 
1 2018-12-31 ecl_type_traits
Extends c++ type traits and implements a few more to boot.
Extends c++ type traits and implements a few more to boot.
 
1 2018-12-31 ecl_tools
Tools and utilities for ecl development.
Tools and utilities for ecl development.
 
1 2018-12-31 ecl_time_lite
Provides a portable set of time functions that are especially useful for porting other code or being wrapped by higher level c++ classes.
Provides a portable set of time functions that are especially useful for porting other code or being wrapped by higher level c++ classes.
 
1 2018-12-31 ecl_time
Timing utilities are very dependent on the system api provided for their use. This package provides a means for handling different timing models. Current support - posix rt : complete. - macosx : posix timers only, missing absolute timers. - win : none.
Timing utilities are very dependent on the system api provided for their use. This package provides a means for handling different timing models. Current support - posix rt : complete. - macosx : posix timers only, missing absolute timers. - win : none.
 
1 2018-12-31 ecl_threads
This package provides the c++ extensions for a variety of threaded programming tools. These are usually different on different platforms, so the architecture for a cross-platform framework is also implemented.
This package provides the c++ extensions for a variety of threaded programming tools. These are usually different on different platforms, so the architecture for a cross-platform framework is also implemented.
 
1 2018-12-31 ecl_streams
These are lightweight text streaming classes that connect to standardised ecl type devices.
These are lightweight text streaming classes that connect to standardised ecl type devices.
 
1 2018-12-31 ecl_statistics
Common statistical structures and algorithms for control systems.
Common statistical structures and algorithms for control systems.
 
1 2018-12-31 ecl_sigslots_lite
This avoids use of dynamic storage (malloc/new) and thread safety (mutexes) to provide a very simple sigslots implementation that can be used for *very* embedded development.
This avoids use of dynamic storage (malloc/new) and thread safety (mutexes) to provide a very simple sigslots implementation that can be used for *very* embedded development.
 
1 2018-12-31 ecl_sigslots
Provides a signal/slot mechanism (in the same vein as qt sigslots, boost::signals etc for intra-process communication. These include some improvements - they do not need a preprocessor, are fully type safe, allow for simple connections via a posix style string identifier and are multithread-safe.
Provides a signal/slot mechanism (in the same vein as qt sigslots, boost::signals etc for intra-process communication. These include some improvements - they do not need a preprocessor, are fully type safe, allow for simple connections via a posix style string identifier and are multithread-safe.
 
1 2018-12-31 ecl_mpl
Metaprogramming tools move alot of runtime calculations to be shifted to compile time. This has only very elementary structures at this stage.
Metaprogramming tools move alot of runtime calculations to be shifted to compile time. This has only very elementary structures at this stage.
 
2 2018-12-31 ecl_mobile_robot
Contains transforms (e.g. differential drive inverse kinematics) for the various types of mobile robot platforms.
Contains transforms (e.g. differential drive inverse kinematics) for the various types of mobile robot platforms.
 
1 2018-12-31 ecl_math
This package provides simple support to cmath, filling in holes or redefining in a c++ formulation where desirable.
This package provides simple support to cmath, filling in holes or redefining in a c++ formulation where desirable.
 
2 2018-12-31 ecl_manipulators
Deploys various manipulation algorithms, currently just feedforward filters (interpolations).
Deploys various manipulation algorithms, currently just feedforward filters (interpolations).
 
1 2018-12-31 ecl_lite
Libraries and utilities for embedded and low-level linux development.
Libraries and utilities for embedded and low-level linux development.
 
1 2018-12-31 ecl_linear_algebra
Ecl frontend to a linear matrix package (currently eigen).
Ecl frontend to a linear matrix package (currently eigen).
 
1 2018-12-31 ecl_license
Maintains the ecl licenses and also provides an install target for deploying licenses with the ecl libraries.
Maintains the ecl licenses and also provides an install target for deploying licenses with the ecl libraries.
 
1 2018-12-31 ecl_ipc
Interprocess mechanisms vary greatly across platforms - sysv, posix, win32, there are more than a few. This package provides an infrastructure to allow for developing cross platform c++ wrappers around the lower level c api's that handle these mechanisms. These make it not only easier to utilise such mechanisms, but allow it to be done consistently across platforms.
Interprocess mechanisms vary greatly across platforms - sysv, posix, win32, there are more than a few. This package provides an infrastructure to allow for developing cross platform c++ wrappers around the lower level c api's that handle these mechanisms. These make it not only easier to utilise such mechanisms, but allow it to be done consistently across platforms.
 
1 2018-12-31 ecl_io
Most implementations (windows, posix, ...) have slightly different api for low level input-output functions. These are gathered here and re-represented with a cross platform set of functions.
Most implementations (windows, posix, ...) have slightly different api for low level input-output functions. These are gathered here and re-represented with a cross platform set of functions.
 
1 2018-12-31 ecl_geometry
Any tools relating to mathematical geometry. Primarily featuring polynomials and interpolations.
Any tools relating to mathematical geometry. Primarily featuring polynomials and interpolations.
 
1 2018-12-31 ecl_formatters
The formatters here simply format various input types to a specified text format. They can be used with most streaming types (including both ecl and stl streams).
The formatters here simply format various input types to a specified text format. They can be used with most streaming types (including both ecl and stl streams).
 
1 2018-12-31 ecl_filesystem
Cross platform filesystem utilities (until c++11 makes its way in).
Cross platform filesystem utilities (until c++11 makes its way in).
 
1 2018-12-31 ecl_exceptions
Template based exceptions - these are simple and practical and avoid the proliferation of exception types. Although not syntatactically ideal, it is convenient and eminently practical.
Template based exceptions - these are simple and practical and avoid the proliferation of exception types. Although not syntatactically ideal, it is convenient and eminently practical.
 
1 2018-12-31 ecl_errors
This library provides lean and mean error mechanisms. It includes c style error functions as well as a few useful macros. For higher level mechanisms, refer to ecl_exceptions.
This library provides lean and mean error mechanisms. It includes c style error functions as well as a few useful macros. For higher level mechanisms, refer to ecl_exceptions.
 
1 2018-12-31 ecl_eigen
This provides an Eigen implementation for ecl's linear algebra.
This provides an Eigen implementation for ecl's linear algebra.
 
1 2018-12-31 ecl_devices
Provides an extensible and standardised framework for input-output devices.
Provides an extensible and standardised framework for input-output devices.
 
1 2018-12-31 ecl_core_apps
This includes a suite of programs demo'ing various aspects of the ecl_core. It also includes various benchmarking and utility programs for use primarily with embedded systems.
This includes a suite of programs demo'ing various aspects of the ecl_core. It also includes various benchmarking and utility programs for use primarily with embedded systems.
 
1 2018-12-31 ecl_core
A set of tools and interfaces extending the capabilities of c++ to provide a lightweight, consistent interface with a focus for control programming.
A set of tools and interfaces extending the capabilities of c++ to provide a lightweight, consistent interface with a focus for control programming.
 
1 2018-12-31 ecl_converters_lite
These are a very simple version of some of the functions in ecl_converters suitable for firmware development. That is, there is no use of new, templates or exceptions.
These are a very simple version of some of the functions in ecl_converters suitable for firmware development. That is, there is no use of new, templates or exceptions.
 
1 2018-12-31 ecl_converters
Some fast/convenient type converters, mostly for char strings or strings. These are not really fully fleshed out, alot of them could use the addition for the whole range of fundamental types (e.g. all integers, not just int, unsigned int). They will come as the need arises.
Some fast/convenient type converters, mostly for char strings or strings. These are not really fully fleshed out, alot of them could use the addition for the whole range of fundamental types (e.g. all integers, not just int, unsigned int). They will come as the need arises.
 
1 2018-12-31 ecl_containers
The containers included here are intended to extend the stl containers. In all cases, these implementations are designed to implement c++ conveniences and safety where speed is not sacrificed. Also includes techniques for memory debugging of common problems such as buffer overruns.
The containers included here are intended to extend the stl containers. In all cases, these implementations are designed to implement c++ conveniences and safety where speed is not sacrificed. Also includes techniques for memory debugging of common problems such as buffer overruns.
 
1 2018-12-31 ecl_console
Color codes for ansii consoles.
Color codes for ansii consoles.
 
1 2018-12-31 ecl_config
These tools inspect and describe your system with macros, types and functions.
These tools inspect and describe your system with macros, types and functions.
 
1 2018-12-31 ecl_concepts
Introduces a compile time concept checking mechanism that can be used most commonly to check for required functionality when passing template arguments.
Introduces a compile time concept checking mechanism that can be used most commonly to check for required functionality when passing template arguments.
 
1 2018-12-31 ecl_command_line
Embeds the TCLAP library inside the ecl. This is a very convenient command line parser in templatised c++.
Embeds the TCLAP library inside the ecl. This is a very convenient command line parser in templatised c++.
 
1 2018-12-31 ecl_build
Collection of cmake/make build tools primarily for ecl development itself, but also contains a few cmake modules useful outside of the ecl.
Collection of cmake/make build tools primarily for ecl development itself, but also contains a few cmake modules useful outside of the ecl.
 
2 2019-03-13 dwb_plugins
Standard implementations of the GoalChecker and TrajectoryGenerators for dwb_core
Standard implementations of the GoalChecker and TrajectoryGenerators for dwb_core
 
2 2019-03-13 dwb_msgs
Message/Service definitions specifically for the dwb_core
Message/Service definitions specifically for the dwb_core
 
2 2019-03-13 dwb_critics
The dwb_critics package
The dwb_critics package
 
1 2019-03-13 dwb_core
TODO
TODO
 
1 2019-03-13 dwb_controller
TODO
TODO
 
1 2019-01-15 dummy_sensors
dummy sensor nodes
dummy sensor nodes
 
1 2019-01-15 dummy_robot_bringup
dummy robot bringup
dummy robot bringup
 
1 2019-01-15 dummy_map_server
dummy map server node
dummy map server node
 
2 2018-12-06 diagnostic_msgs
A package containing some diagnostics related message and service definitions.
A package containing some diagnostics related message and service definitions.
 
2 2018-12-12 desktop
A package which extends 'ros_base' and includes high level packages like vizualization tools and demos.
A package which extends 'ros_base' and includes high level packages like vizualization tools and demos.
 

Packages

Name Description
1 2019-05-23 swri_nodelet
This package provides a simple script to write simple launch files that can easily switch between running nodelets together or as standalone nodes.
This package provides a simple script to write simple launch files that can easily switch between running nodelets together or as standalone nodes.
 
1 2019-05-23 swri_math_util
swri_math_util
swri_math_util
 
1 2019-05-23 swri_image_util
swri_image_util
swri_image_util
 
1 2019-05-23 swri_geometry_util
swri_geometry_util
swri_geometry_util
 
1 2019-05-23 swri_dbw_interface
This package provides documentation on common interface conventions for drive-by-wire systems.
This package provides documentation on common interface conventions for drive-by-wire systems.
 
1 2019-05-23 swri_console_util
swri_console_util
swri_console_util
 
1 2018-10-10 swri_console
A rosout GUI viewer developed at Southwest Research Insititute as an alternative to rqt_console.
A rosout GUI viewer developed at Southwest Research Insititute as an alternative to rqt_console.
 
2 2018-11-08 stereo_msgs
stereo_msgs contains messages specific to stereo processing, such as disparity images.
stereo_msgs contains messages specific to stereo processing, such as disparity images.
 
1 2018-05-10 stereo_image_proc
Stereo and single image rectification and disparity processing.
Stereo and single image rectification and disparity processing.
 
3 2016-03-10 std_srvs
Common service definitions.
Common service definitions.
 
2 2019-03-04 std_msgs
Standard ROS Messages including common message types representing primitive data types and other basic message constructs, such as multiarrays. For common, generic robot-specific message types, please see
Standard ROS Messages including common message types representing primitive data types and other basic message constructs, such as multiarrays. For common, generic robot-specific message types, please see
 
1 2014-05-04 std_capabilities
This package contains standard capability interfaces, which describe common robot capabilities in terms of ROS concepts such as topics, services, actions, and parameters.
This package contains standard capability interfaces, which describe common robot capabilities in terms of ROS concepts such as topics, services, actions, and parameters.
 
1 2019-03-17 static_transform_mux
A helper node that makes sure everybody knows about all static transforms, even if they are published by multiple publishers.
A helper node that makes sure everybody knows about all static transforms, even if they are published by multiple publishers.
 
1 2018-08-28 static_tf
The static_tf package
The static_tf package
 
1 2017-04-30 stage_ros
This package provides ROS specific hooks for stage
This package provides ROS specific hooks for stage
 
1 2018-04-27 stage
Mobile robot simulator http://rtv.github.com/Stage
Mobile robot simulator http://rtv.github.com/Stage
 
1 2019-03-08 srdfdom
Parser for Semantic Robot Description Format (SRDF).
Parser for Semantic Robot Description Format (SRDF).
 
1 2018-08-08 speech_recognition_msgs
speech_recognition_msgs
speech_recognition_msgs
 
1 2019-03-14 sparse_bundle_adjustment
ROS wrapper for the sparse bundle adjustment (sba) library (needed for slam_karto)
ROS wrapper for the sparse bundle adjustment (sba) library (needed for slam_karto)
 
2 2018-11-15 spacenav_node
ROS interface to the 3Dconnexion SpaceNavigator 6DOF joystick.
ROS interface to the 3Dconnexion SpaceNavigator 6DOF joystick.
 
1 2019-03-25 sound_play
sound_play provides a ROS node that translates commands on a ROS topic (
sound_play provides a ROS node that translates commands on a ROS topic (
 
1 2018-09-11 sophus
C++ implementation of Lie Groups using Eigen.
C++ implementation of Lie Groups using Eigen.
 
2 2019-01-07 soem
SOEM is an open source EtherCAT master library written in C. Its primary target is Linux but can be adapted to other OS and embedded systems. SOEM has originally been hosted at http://developer.berlios.de/projects/soem/ but has been moved to GitHub and the OpenEtherCATsociety organisation https://github.com/OpenEtherCATsociety/SOEM. This package contains the original SOEM C code provided by the Technische Universiteit Eindhoven, the development of which has been taken over by rt-labs (https://rt-labs.com/). As the original source is down, it is not totally clear what the state of this package is with respect to the upstream repository. It is, however, approximately the one merged in https://github.com/OpenEtherCATsociety/SOEM/pull/1. Disclaimer: This package is not a development package for SOEM, but rather a wrapper to provide SOEM to ROS. In the end, this just provides the CMake quirks that allows releasing SOEM as a ROS package. All bug reports regarding the original SOEM source code should go to the bugtracker at https://github.com/OpenEtherCATsociety/SOEM/issues. All ROS related issues should target the bug tracker linked below (but might be redirected ;-)).
SOEM is an open source EtherCAT master library written in C. Its primary target is Linux but can be adapted to other OS and embedded systems. SOEM has originally been hosted at http://developer.berlios.de/projects/soem/ but has been moved to GitHub and the OpenEtherCATsociety organisation https://github.com/OpenEtherCATsociety/SOEM. This package contains the original SOEM C code provided by the Technische Universiteit Eindhoven, the development of which has been taken over by rt-labs (https://rt-labs.com/). As the original source is down, it is not totally clear what the state of this package is with respect to the upstream repository. It is, however, approximately the one merged in https://github.com/OpenEtherCATsociety/SOEM/pull/1. Disclaimer: This package is not a development package for SOEM, but rather a wrapper to provide SOEM to ROS. In the end, this just provides the CMake quirks that allows releasing SOEM as a ROS package. All bug reports regarding the original SOEM source code should go to the bugtracker at https://github.com/OpenEtherCATsociety/SOEM/issues. All ROS related issues should target the bug tracker linked below (but might be redirected ;-)).
 
1 2019-05-14 socketcan_interface
Generic CAN interface description with helpers for filtering and driver implementation. Further a socketcan implementation based on boost::asio is included.
Generic CAN interface description with helpers for filtering and driver implementation. Further a socketcan implementation based on boost::asio is included.
 
1 2019-05-14 socketcan_bridge
Conversion nodes for messages from SocketCAN to a ROS Topic and vice versa.
Conversion nodes for messages from SocketCAN to a ROS Topic and vice versa.
 
2 2018-08-31 social_navigation_layers
Plugin-based layers for the navigation stack that implement various social navigation contraints, like proxemic distance.
Plugin-based layers for the navigation stack that implement various social navigation contraints, like proxemic distance.
 
1 2019-03-18 smclib
The State Machine Compiler (SMC) from http://smc.sourceforge.net/ converts a language-independent description of a state machine into the source code to support that state machine. This package contains the libraries that a compiled state machine depends on, but it does not contain the compiler itself.
The State Machine Compiler (SMC) from http://smc.sourceforge.net/ converts a language-independent description of a state machine into the source code to support that state machine. This package contains the libraries that a compiled state machine depends on, but it does not contain the compiler itself.
 
1 2018-09-08 smach_viewer
The smach viewer is a GUI that shows the state of hierarchical SMACH state machines. It can visualize the possible transitions between states, as well as the currently active state and the values of user data that is passed around between states. The smach viewer uses the SMACH debugging interface based on the
The smach viewer is a GUI that shows the state of hierarchical SMACH state machines. It can visualize the possible transitions between states, as well as the currently active state and the values of user data that is passed around between states. The smach viewer uses the SMACH debugging interface based on the
 
1 2018-04-13 smach_ros
The smach_ros package contains extensions for the SMACH library to integrate it tightly with ROS. For example, SMACH-ROS can call ROS services, listen to ROS topics, and integrate with
The smach_ros package contains extensions for the SMACH library to integrate it tightly with ROS. For example, SMACH-ROS can call ROS services, listen to ROS topics, and integrate with
 
1 2018-04-13 smach_msgs
this package contains a set of messages that are used by the introspection interfaces for smach.
this package contains a set of messages that are used by the introspection interfaces for smach.
 
1 2018-04-13 smach
SMACH is a task-level architecture for rapidly creating complex robot behavior. At its core, SMACH is a ROS-independent Python library to build hierarchical state machines. SMACH is a new library that takes advantage of very old concepts in order to quickly create robust robot behavior with maintainable and modular code.
SMACH is a task-level architecture for rapidly creating complex robot behavior. At its core, SMACH is a ROS-independent Python library to build hierarchical state machines. SMACH is a new library that takes advantage of very old concepts in order to quickly create robust robot behavior with maintainable and modular code.
 
1 2018-10-16 slime_wrapper
ROS wrapper for slime
ROS wrapper for slime
 
1 2018-10-16 slime_ros
Extensions for slime to assist in working with ROS packages
Extensions for slime to assist in working with ROS packages
 
1 2019-05-23 slic
SLIC-Superpizel ROS Wrapper This file contains the class elements of the class Slic. This class is an implementation of the SLIC Superpixel algorithm by Achanta et al. [PAMI'12, vol. 34, num. 11, pp. 2274-2282]. This implementation is created for the specific purpose of creating over-segmentations in an OpenCV-based environment.
SLIC-Superpizel ROS Wrapper This file contains the class elements of the class Slic. This class is an implementation of the SLIC Superpixel algorithm by Achanta et al. [PAMI'12, vol. 34, num. 11, pp. 2274-2282]. This implementation is created for the specific purpose of creating over-segmentations in an OpenCV-based environment.
 
1 2019-03-27 slam_karto
This package pulls in the Karto mapping library, and provides a ROS wrapper for using it.
This package pulls in the Karto mapping library, and provides a ROS wrapper for using it.
 
2 2018-09-20 single_joint_position_action
The single joint position action is a node that provides an action interface for commanding a trajectory to move a joint to a particular position. The action reports success when the joint reaches the desired position.
The single joint position action is a node that provides an action interface for commanding a trajectory to move a joint to a particular position. The action reports success when the joint reaches the desired position.
 
1 2018-08-06 simulators
A metapackage to aggregate several packages.
A metapackage to aggregate several packages.
 
1 2019-02-12 simple_message
simple_message defines a simple messaging connection and protocol for communicating with an industrial robot controller. Additional handler and manager classes are included for handling connection limited systems. This package is part of the ROS-Industrial program.
simple_message defines a simple messaging connection and protocol for communicating with an industrial robot controller. Additional handler and manager classes are included for handling connection limited systems. This package is part of the ROS-Industrial program.
 
1 2018-08-14 simple_grasping
Basic grasping applications and demos.
Basic grasping applications and demos.
 
1 2019-05-06 sick_tim
A ROS driver for the SICK TiM and the SICK MRS 1000 laser scanners.
A ROS driver for the SICK TiM and the SICK MRS 1000 laser scanners.
 
1 2019-05-16 sick_scan
A ROS driver for the SICK TiM and SICK MRS series of laser scanners. This package is based on the original sick_tim-repository of Martin Günther et al.
A ROS driver for the SICK TiM and SICK MRS series of laser scanners. This package is based on the original sick_tim-repository of Martin Günther et al.
 
1 2019-05-06 sick_safetyscanners
Provides an Interface to read the sensor output of a SICK Safety Scanner
Provides an Interface to read the sensor output of a SICK Safety Scanner
 
2 2018-11-08 shape_msgs
This package contains messages for defining shapes, such as simple solid object primitives (cube, sphere, etc), planes, and meshes.
This package contains messages for defining shapes, such as simple solid object primitives (cube, sphere, etc), planes, and meshes.
 
1 2016-09-25 settlerlib
Defines helper functions and routines that greatly help when trying to create a settler for a specific sensor channel. This package is experimental and unstable. Expect its APIs to change.
Defines helper functions and routines that greatly help when trying to create a settler for a specific sensor channel. This package is experimental and unstable. Expect its APIs to change.
 
1 2019-03-25 serial
Serial is a cross-platform, simple to use library for using serial ports on computers. This library provides a C++, object oriented interface for interacting with RS-232 like devices on Linux and Windows.
Serial is a cross-platform, simple to use library for using serial ports on computers. This library provides a C++, object oriented interface for interacting with RS-232 like devices on Linux and Windows.
 
2 2018-11-08 sensor_msgs
This package defines messages for commonly used sensors, including cameras and scanning laser rangefinders.
This package defines messages for commonly used sensors, including cameras and scanning laser rangefinders.
 
1 2019-03-25 self_test
self_test
self_test
 
1 2019-05-08 schunk_simulated_tactile_sensors
This package provides simulated tactile sensors for the Schunk Dextrous Hand (SDH) which is mounted on the Care-O-bot arm. The node subscribes to the Gazebo bumper topics of the SDH. It transforms the Gazebo feedback to the "tactile_data" topic to provide the same tactile sensor interface as the schunk_sdh package. The following parameters can be set: * cells_x: The number of patches on the tactile sensor in the direction perpendicular to the finger. Defaults to 6. * cells_y: The number of patches on the tactile sensor along the direction of the finger. Defaults to 14. * output_range: The maximum output value of one patch. Defaults to 3500. * sensitivity: The change of output in one patch per Newton. Defaults to 350. The sensitivity can be approximated by the following formula: S = output_range / (measurement_range * cell_area) - The measurement range of the tactile pads is 250 kPa (from the data sheet). - The output range can be determined by experiment from the real SDH. It is about 3500. - The cell area is the size of one patch. Length and width of the area are determined by dividing the length/width of the collision surface by the number of cells in the respective direction. Important: In most cases this is NOT the cell area that is given in the data sheet! * filter_length: The length of the moving average filter which smoothes the values from simulation. Defaults to 10. The node subscribes to the following topics to receive data from the simulation: * thumb_2/state * thumb_3/state * finger_12/state * finger_13/state * finger_22/state * finger_23/state The node publishes the processed data on the following topic: * tactile_data The simulated bumper must obtain the collision data in the link that the sensor is attached to. This is achieved by setting the "frameName" property in the gazebo_ros_bumper controller.
This package provides simulated tactile sensors for the Schunk Dextrous Hand (SDH) which is mounted on the Care-O-bot arm. The node subscribes to the Gazebo bumper topics of the SDH. It transforms the Gazebo feedback to the "tactile_data" topic to provide the same tactile sensor interface as the schunk_sdh package. The following parameters can be set: * cells_x: The number of patches on the tactile sensor in the direction perpendicular to the finger. Defaults to 6. * cells_y: The number of patches on the tactile sensor along the direction of the finger. Defaults to 14. * output_range: The maximum output value of one patch. Defaults to 3500. * sensitivity: The change of output in one patch per Newton. Defaults to 350. The sensitivity can be approximated by the following formula: S = output_range / (measurement_range * cell_area) - The measurement range of the tactile pads is 250 kPa (from the data sheet). - The output range can be determined by experiment from the real SDH. It is about 3500. - The cell area is the size of one patch. Length and width of the area are determined by dividing the length/width of the collision surface by the number of cells in the respective direction. Important: In most cases this is NOT the cell area that is given in the data sheet! * filter_length: The length of the moving average filter which smoothes the values from simulation. Defaults to 10. The node subscribes to the following topics to receive data from the simulation: * thumb_2/state * thumb_3/state * finger_12/state * finger_13/state * finger_22/state * finger_23/state The node publishes the processed data on the following topic: * tactile_data The simulated bumper must obtain the collision data in the link that the sensor is attached to. This is achieved by setting the "frameName" property in the gazebo_ros_bumper controller.
 
1 2019-05-08 schunk_sdh
This package provides an interface for operating the schunk dexterous hand (SDH), including the tactile sensors.
This package provides an interface for operating the schunk dexterous hand (SDH), including the tactile sensors.
 
1 2019-05-08 schunk_powercube_chain
This packages provides a configurable driver of a chain of Schunk powercubes. The powercube chain is configured through parameters. Most users will not directly interact with this package but with the corresponding launch files in other packages, e.g. schunk_bringup, cob_bringup, ...
This packages provides a configurable driver of a chain of Schunk powercubes. The powercube chain is configured through parameters. Most users will not directly interact with this package but with the corresponding launch files in other packages, e.g. schunk_bringup, cob_bringup, ...
 

Packages

Name Description
1 2019-05-15 rtt_diagnostic_msgs
Provides an rtt typekit for ROS diagnostic_msgs messages. It allows you to use ROS messages transparently in RTT components and applications. This package was automatically generated by the create_rtt_msgs generator and should not be manually modified. See the http://ros.org/wiki/diagnostic_msgs documentation for the documentation of the ROS messages in this typekit.
Provides an rtt typekit for ROS diagnostic_msgs messages. It allows you to use ROS messages transparently in RTT components and applications. This package was automatically generated by the create_rtt_msgs generator and should not be manually modified. See the http://ros.org/wiki/diagnostic_msgs documentation for the documentation of the ROS messages in this typekit.
 
1 2019-05-15 rtt_common_msgs
The rtt_common_msgs package
The rtt_common_msgs package
 
1 2019-05-15 rtt_actionlib_msgs
Provides an rtt typekit for ROS actionlib_msgs messages. It allows you to use ROS messages transparently in RTT components and applications. This package was automatically generated by the create_rtt_msgs generator and should not be manually modified. See the http://ros.org/wiki/actionlib_msgs documentation for the documentation of the ROS messages in this typekit.
Provides an rtt typekit for ROS actionlib_msgs messages. It allows you to use ROS messages transparently in RTT components and applications. This package was automatically generated by the create_rtt_msgs generator and should not be manually modified. See the http://ros.org/wiki/actionlib_msgs documentation for the documentation of the ROS messages in this typekit.
 
1 2019-05-15 rtt_actionlib
The rtt_actionlib package
The rtt_actionlib package
 
1 2019-05-21 rtt
Orocos/RTT component framework
Orocos/RTT component framework
 
1 2018-09-29 rtabmap_ros
RTAB-Map's ros-pkg. RTAB-Map is a RGB-D SLAM approach with real-time constraints.
RTAB-Map's ros-pkg. RTAB-Map is a RGB-D SLAM approach with real-time constraints.
 
1 2018-09-29 rtabmap
RTAB-Map's standalone library. RTAB-Map is a RGB-D SLAM approach with real-time constraints.
RTAB-Map's standalone library. RTAB-Map is a RGB-D SLAM approach with real-time constraints.
 
1 2018-10-22 rqt_web
rqt_web is a simple web content viewer for rqt. Users can show web content in Qt-based window by specifying its URL.
rqt_web is a simple web content viewer for rqt. Users can show web content in Qt-based window by specifying its URL.
 
1 2019-01-11 rqt_topic
rqt_topic provides a GUI plugin for displaying debug information about ROS topics including publishers, subscribers, publishing rate, and ROS Messages.
rqt_topic provides a GUI plugin for displaying debug information about ROS topics including publishers, subscribers, publishing rate, and ROS Messages.
 
1 2018-10-23 rqt_top
RQT plugin for monitoring ROS processes.
RQT plugin for monitoring ROS processes.
 
2 2019-02-03 rqt_tf_tree
rqt_tf_tree provides a GUI plugin for visualizing the ROS TF frame tree.
rqt_tf_tree provides a GUI plugin for visualizing the ROS TF frame tree.
 
1 2018-10-23 rqt_srv
A Python GUI plugin for introspecting available ROS message types. Note that the srvs available through this plugin is the ones that are stored on your machine, not on the ROS core your rqt instance connects to.
A Python GUI plugin for introspecting available ROS message types. Note that the srvs available through this plugin is the ones that are stored on your machine, not on the ROS core your rqt instance connects to.
 
1 2017-09-07 rqt_shell
rqt_shell is a Python GUI plugin providing an interactive shell.
rqt_shell is a Python GUI plugin providing an interactive shell.
 
1 2018-10-23 rqt_service_caller
rqt_service_caller provides a GUI plugin for calling arbitrary services.
rqt_service_caller provides a GUI plugin for calling arbitrary services.
 
2 2019-01-30 rqt_rviz
rqt_rviz provides a GUI plugin embedding
rqt_rviz provides a GUI plugin embedding
 
2 2017-04-26 rqt_runtime_monitor
rqt_runtime_monitor provides a GUI plugin viewing DiagnosticsArray messages.
rqt_runtime_monitor provides a GUI plugin viewing DiagnosticsArray messages.
 
1 2019-05-13 rqt_rosmon
rqt GUI for rosmon, the node launcher and monitor for ROS. rosmon is a replacement for the roslaunch tool, focused on performance, remote monitoring, and usability.
rqt GUI for rosmon, the node launcher and monitor for ROS. rosmon is a replacement for the roslaunch tool, focused on performance, remote monitoring, and usability.
 
2 2018-02-22 rqt_robot_steering
rqt_robot_steering provides a GUI plugin for steering a robot using Twist messages.
rqt_robot_steering provides a GUI plugin for steering a robot using Twist messages.
 
1 2017-04-27 rqt_robot_plugins
Metapackage of rqt plugins that are particularly used with robots during its operation.
Metapackage of rqt plugins that are particularly used with robots during its operation.
 
2 2019-05-12 rqt_robot_monitor
rqt_robot_monitor displays diagnostics_agg topics messages that are published by
rqt_robot_monitor displays diagnostics_agg topics messages that are published by
 
2 2017-04-26 rqt_robot_dashboard
rqt_robot_dashboard provides an infrastructure for building robot dashboard plugins in rqt.
rqt_robot_dashboard provides an infrastructure for building robot dashboard plugins in rqt.
 
1 2018-04-19 rqt_reconfigure
This rqt plugin succeeds former dynamic_reconfigure's GUI (reconfigure_gui), and provides the way to view and edit the parameters that are accessible via dynamic_reconfigure.
This rqt plugin succeeds former dynamic_reconfigure's GUI (reconfigure_gui), and provides the way to view and edit the parameters that are accessible via dynamic_reconfigure.
 
1 2018-10-23 rqt_py_console
rqt_py_console is a Python GUI plugin providing an interactive Python console.
rqt_py_console is a Python GUI plugin providing an interactive Python console.
 
1 2019-03-15 rqt_py_common
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 "ros_base".
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 "ros_base".
 
1 2018-10-23 rqt_publisher
rqt_publisher provides a GUI plugin for publishing arbitrary messages with fixed or computed field values.
rqt_publisher provides a GUI plugin for publishing arbitrary messages with fixed or computed field values.
 
2 2017-10-09 rqt_pose_view
rqt_pose_view provides a GUI plugin for visualizing 3D poses.
rqt_pose_view provides a GUI plugin for visualizing 3D poses.
 
1 2019-03-14 rqt_plot
rqt_plot provides a GUI plugin visualizing numeric values in a 2D plot using different plotting backends.
rqt_plot provides a GUI plugin visualizing numeric values in a 2D plot using different plotting backends.
 
2 2017-04-26 rqt_nav_view
rqt_nav_view provides a gui for viewing navigation maps and paths.
rqt_nav_view provides a gui for viewing navigation maps and paths.
 
2 2018-12-13 rqt_multiplot
rqt_multiplot provides a GUI plugin for visualizing numeric values in multiple 2D plots using the Qwt plotting backend.
rqt_multiplot provides a GUI plugin for visualizing numeric values in multiple 2D plots using the Qwt plotting backend.
 
1 2018-10-19 rqt_msg
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.
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.
 
2 2017-04-26 rqt_moveit
An rqt-based tool that assists monitoring tasks for
An rqt-based tool that assists monitoring tasks for
 
1 2018-10-19 rqt_logger_level
rqt_logger_level provides a GUI plugin for configuring the logger level of ROS nodes.
rqt_logger_level provides a GUI plugin for configuring the logger level of ROS nodes.
 
1 2018-10-23 rqt_launch
This rqt plugin ROS package provides easy view of .launch files. User can also start and end node by node that are defined in those files.
This rqt plugin ROS package provides easy view of .launch files. User can also start and end node by node that are defined in those files.
 
1 2019-04-08 rqt_joint_trajectory_controller
Graphical frontend for interacting with joint_trajectory_controller instances.
Graphical frontend for interacting with joint_trajectory_controller instances.
 
1 2019-03-15 rqt_image_view
rqt_image_view provides a GUI plugin for displaying images using image_transport.
rqt_image_view provides a GUI plugin for displaying images using image_transport.
 
1 2019-03-15 rqt_gui_py
rqt_gui_py enables GUI plugins to use the Python client library for ROS.
rqt_gui_py enables GUI plugins to use the Python client library for ROS.
 
1 2019-03-15 rqt_gui_cpp
rqt_gui_cpp enables GUI plugins to use the C++ client library for ROS.
rqt_gui_cpp enables GUI plugins to use the C++ client library for ROS.
 
1 2019-03-15 rqt_gui
rqt_gui provides the main to start an instance of the ROS integrated graphical user interface provided by qt_gui.
rqt_gui provides the main to start an instance of the ROS integrated graphical user interface provided by qt_gui.
 
1 2018-10-23 rqt_graph
rqt_graph provides a GUI plugin for visualizing the ROS computation graph.
rqt_graph provides a GUI plugin for visualizing the ROS computation graph.
 
1 2016-10-26 rqt_ez_publisher
The rqt_ez_publisher package
The rqt_ez_publisher package
 
1 2018-10-22 rqt_dep
rqt_dep provides a GUI plugin for visualizing the ROS dependency graph.
rqt_dep provides a GUI plugin for visualizing the ROS dependency graph.
 
1 2018-10-09 rqt_controller_manager
The rqt_controller_manager package
The rqt_controller_manager package
 
1 2018-10-23 rqt_console
rqt_console provides a GUI plugin for displaying and filtering ROS messages.
rqt_console provides a GUI plugin for displaying and filtering ROS messages.
 
1 2017-04-28 rqt_common_plugins
rqt_common_plugins metapackage provides ROS backend graphical tools suite that can be used on/off of robot runtime.
rqt_common_plugins metapackage provides ROS backend graphical tools suite that can be used on/off of robot runtime.
 
1 2018-10-23 rqt_bag_plugins
rqt_bag provides a GUI plugin for displaying and replaying ROS bag files.
rqt_bag provides a GUI plugin for displaying and replaying ROS bag files.
 
1 2018-10-23 rqt_bag
rqt_bag provides a GUI plugin for displaying and replaying ROS bag files.
rqt_bag provides a GUI plugin for displaying and replaying ROS bag files.
 
1 2018-10-19 rqt_action
rqt_action provides a feature to introspect all available ROS action (from actionlib) types. By utilizing rqt_msg, the output format is unified with it and rqt_srv. Note that the actions shown on this plugin is the ones that are stored on your machine, not on the ROS core your rqt instance connects to.
rqt_action provides a feature to introspect all available ROS action (from actionlib) types. By utilizing rqt_msg, the output format is unified with it and rqt_srv. Note that the actions shown on this plugin is the ones that are stored on your machine, not on the ROS core your rqt instance connects to.
 
1 2019-03-15 rqt
rqt is a Qt-based framework for GUI development for ROS. It consists of three parts/metapackages
rqt is a Qt-based framework for GUI development for ROS. It consists of three parts/metapackages
 
2 2019-03-17 rplidar_ros
The rplidar ros package, support rplidar A2/A1 and A3/S1
The rplidar ros package, support rplidar A2/A1 and A3/S1
 
1 2017-12-06 route_network
Route network graphing and path planning.
Route network graphing and path planning.
 

Packages

Name Description
1 2019-02-19 turtlebot3_example
This package provides four TurtleBot3 basic example include move using interactive marker, move and stop using LDS, move to goal position, move to custom routes. The interactions node is that you can control the TurtleBot3 front and back side or rotate to goal position. The obstacle node is that when the robot meets an obstacle, it stops. The patrol node is that TurtleBot3 move to custom route. There are 3 route(square, triangle, circle) in this package. You can add your route and move the TurtleBot3. The pointop node is that you can insert goal position include distance x-axis, y-axis and angluar z-axis.
This package provides four TurtleBot3 basic example include move using interactive marker, move and stop using LDS, move to goal position, move to custom routes. The interactions node is that you can control the TurtleBot3 front and back side or rotate to goal position. The obstacle node is that when the robot meets an obstacle, it stops. The patrol node is that TurtleBot3 move to custom route. There are 3 route(square, triangle, circle) in this package. You can add your route and move the TurtleBot3. The pointop node is that you can insert goal position include distance x-axis, y-axis and angluar z-axis.
 
1 2019-02-19 turtlebot3_description
3D models of the TurtleBot3 for simulation and visualization
3D models of the TurtleBot3 for simulation and visualization
 
1 2019-02-19 turtlebot3_bringup
roslaunch scripts for starting the TurtleBot3
roslaunch scripts for starting the TurtleBot3
 
1 2019-02-06 turtlebot3_autorace_detect
AutoRace ROS packages for feature detection with TurtleBot3 Auto
AutoRace ROS packages for feature detection with TurtleBot3 Auto
 
1 2019-02-06 turtlebot3_autorace_core
TurtleBot3 AutoRace ROS package that TurtleBot3 Auto's core
TurtleBot3 AutoRace ROS package that TurtleBot3 Auto's core
 
1 2019-02-06 turtlebot3_autorace_control
TurtleBot3 AutoRace ROS package that controls TurtleBot3 Auto
TurtleBot3 AutoRace ROS package that controls TurtleBot3 Auto
 
1 2019-02-06 turtlebot3_autorace_camera
TurtleBot3 AutoRace ROS package that controls Raspberry Pi Camera, and process the image
TurtleBot3 AutoRace ROS package that controls Raspberry Pi Camera, and process the image
 
1 2019-02-06 turtlebot3_autorace
AutoRace ROS packages for AutoRace with TurtleBot3 (meta package)
AutoRace ROS packages for AutoRace with TurtleBot3 (meta package)
 
1 2019-01-22 turtlebot3_automatic_parking_vision
Package for TurtleBot3 automatic_parking which uses ar code. This example needs a printed ar code and a TurtleBot3.
Package for TurtleBot3 automatic_parking which uses ar code. This example needs a printed ar code and a TurtleBot3.
 
1 2019-01-22 turtlebot3_automatic_parking
Package for turtlebot3 automatic_parking. You need a reflective tape and real robots. You can see parking spot using this pacakge on rviz.
Package for turtlebot3 automatic_parking. You need a reflective tape and real robots. You can see parking spot using this pacakge on rviz.
 
1 2019-01-22 turtlebot3_applications_msgs
Message and service types: custom messages and services for TurtleBot3 Applications packages
Message and service types: custom messages and services for TurtleBot3 Applications packages
 
1 2019-01-22 turtlebot3_applications
ROS packages for the turtlebot3 applications (meta package)
ROS packages for the turtlebot3 applications (meta package)
 
1 2019-02-19 turtlebot3
ROS packages for the Turtlebot3 (meta package)
ROS packages for the Turtlebot3 (meta package)
 
1 2018-07-07 turtlebot
The turtlebot meta package provides all the basic drivers for running and using a TurtleBot.
The turtlebot meta package provides all the basic drivers for running and using a TurtleBot.
 
1 2017-08-07 turtle_tf2
turtle_tf2 demonstrates how to write a tf2 broadcaster and listener with the turtlesim. The tutle_tf2_listener commands turtle2 to follow turtle1 around as you drive turtle1 using the keyboard.
turtle_tf2 demonstrates how to write a tf2 broadcaster and listener with the turtlesim. The tutle_tf2_listener commands turtle2 to follow turtle1 around as you drive turtle1 using the keyboard.
 
1 2017-08-07 turtle_tf
turtle_tf demonstrates how to write a tf broadcaster and listener with the turtlesim. The tutle_tf_listener commands turtle2 to follow turtle1 around as you drive turtle1 using the keyboard.
turtle_tf demonstrates how to write a tf broadcaster and listener with the turtlesim. The tutle_tf_listener commands turtle2 to follow turtle1 around as you drive turtle1 using the keyboard.
 
1 2018-03-30 turtle_actionlib
turtle_actionlib demonstrates how to write an action server and client with the turtlesim. The shape_server provides and action interface for drawing regular polygons with the turtlesim.
turtle_actionlib demonstrates how to write an action server and client with the turtlesim. The shape_server provides and action interface for drawing regular polygons with the turtlesim.
 
1 2019-05-20 tts
Package enabling a robot to speak with a human voice by providing a Text-To-Speech ROS service
Package enabling a robot to speak with a human voice by providing a Text-To-Speech ROS service
 
1 2018-10-09 transmission_interface
Transmission Interface.
Transmission Interface.
 
1 2019-01-06 trajectory_tracker_rviz_plugins
Rviz plugins for trajectory_tracker_msgs
Rviz plugins for trajectory_tracker_msgs
 
1 2019-05-23 trajectory_tracker_msgs
Message definitions for trajectory_tracker package
Message definitions for trajectory_tracker package
 
1 2019-05-24 trajectory_tracker
Path following control package for wheeled mobile robot
Path following control package for wheeled mobile robot
 
2 2018-11-08 trajectory_msgs
This package defines messages for defining robot trajectories. These messages are also the building blocks of most of the
This package defines messages for defining robot trajectories. These messages are also the building blocks of most of the
 
1 2019-05-24 track_odometry
Odometry slip compensation package
Odometry slip compensation package
 
1 2018-06-26 tracetools
Wrapper interface for tracing libraries
Wrapper interface for tracing libraries
 
1 2019-04-22 trac_ik_python
The trac_ik_python package contains a python wrapper using SWIG for trac_ik_lib
The trac_ik_python package contains a python wrapper using SWIG for trac_ik_lib
 
1 2019-04-22 trac_ik_lib
TRAC-IK is a faster, significantly more reliable drop-in replacement for KDL's pseudoinverse Jacobian solver. The TRAC-IK library has a very similar API to KDL's IK solver calls, except that the user passes a maximum time instead of a maximum number of search iterations. Additionally, TRAC-IK allows for error tolerances to be set independently for each Cartesian dimension (x,y,z,roll,pitch.yaw).
TRAC-IK is a faster, significantly more reliable drop-in replacement for KDL's pseudoinverse Jacobian solver. The TRAC-IK library has a very similar API to KDL's IK solver calls, except that the user passes a maximum time instead of a maximum number of search iterations. Additionally, TRAC-IK allows for error tolerances to be set independently for each Cartesian dimension (x,y,z,roll,pitch.yaw).
 
1 2019-04-22 trac_ik_kinematics_plugin
A MoveIt! Kinematics plugin using TRAC-IK
A MoveIt! Kinematics plugin using TRAC-IK
 
1 2019-04-22 trac_ik_examples
This package contains the source code for testing and comparing trac_ik
This package contains the source code for testing and comparing trac_ik
 
1 2019-04-22 trac_ik
The ROS packages in this repository were created to provide an improved alternative Inverse Kinematics solver to the popular inverse Jacobian methods in KDL. TRAC-IK handles joint-limited chains better than KDL without increasing solve time.
The ROS packages in this repository were created to provide an improved alternative Inverse Kinematics solver to the popular inverse Jacobian methods in KDL. TRAC-IK handles joint-limited chains better than KDL without increasing solve time.
 
1 2018-06-15 tra1_moveit_config
An automatically generated package with all the configuration and launch files for using the tra1 with the MoveIt! Motion Planning Framework
An automatically generated package with all the configuration and launch files for using the tra1 with the MoveIt! Motion Planning Framework
 
1 2018-06-15 tra1_description
This package contains the description (mechanical, kinematic, visual, etc.) of the TRA1 robot. The files in this package are parsed and used by a variety of other components. Most users will not interact directly with this package.
This package contains the description (mechanical, kinematic, visual, etc.) of the TRA1 robot. The files in this package are parsed and used by a variety of other components. Most users will not interact directly with this package.
 
1 2018-06-15 tra1_bringup
Package contains bringup scripts/config/tools for tra1 robto
Package contains bringup scripts/config/tools for tra1 robto
 
1 2019-04-12 towr_ros
A ROS dependent wrapper for
A ROS dependent wrapper for
 
1 2019-04-12 towr
A light-weight, Eigen-based C++ library for trajectory optimization for legged robots. This library provides implementations for variables, costs and constraints that can be used to represent a legged locomotion problem. The resulting Nonlinear Programming Problem (NLP) can then be solved with off-the-shelf solvers, e.g. Ipopt using the generic optimizer interface
A light-weight, Eigen-based C++ library for trajectory optimization for legged robots. This library provides implementations for variables, costs and constraints that can be used to represent a legged locomotion problem. The resulting Nonlinear Programming Problem (NLP) can then be solved with off-the-shelf solvers, e.g. Ipopt using the generic optimizer interface
 
2 2019-02-01 topic_tools
Tools for directing, throttling, selecting, and otherwise messing with ROS topics at a meta level. None of the programs in this package actually know about the topics whose streams they are altering; instead, these tools deal with messages as generic binary blobs. This means they can be applied to any ROS topic.
Tools for directing, throttling, selecting, and otherwise messing with ROS topics at a meta level. None of the programs in this package actually know about the topics whose streams they are altering; instead, these tools deal with messages as generic binary blobs. This means they can be applied to any ROS topic.
 
1 2018-10-10 topic_switch
The topic_switch package
The topic_switch package
 
1 2017-07-17 tiny_slam
TinySLAM ROS implementation
TinySLAM ROS implementation
 
1 2014-10-13 timestamp_tools
This package is currently for internal use only. Its API may change without warning in the future. This package is deprecated.
This package is currently for internal use only. Its API may change without warning in the future. This package is deprecated.
 
1 2019-01-12 timed_roslaunch
Script to delay the launch of a roslaunch file
Script to delay the launch of a roslaunch file
 
1 2018-11-04 tile_map
Tile map provides a slippy map style interface for visualizing OpenStreetMap and GooleMap tiles. A mapviz visualization plug-in is also implemented
Tile map provides a slippy map style interface for visualizing OpenStreetMap and GooleMap tiles. A mapviz visualization plug-in is also implemented
 
1 2018-03-26 thormang3_walking_module_msgs
This package is a set of messages and services for using thormang3_walking_module.
This package is a set of messages and services for using thormang3_walking_module.
 
1 2018-03-27 thormang3_walking_module
This package is a motion module for thormang3 walking. This package provides a online walking pattern generator for the thormang3.
This package is a motion module for thormang3 walking. This package provides a online walking pattern generator for the thormang3.
 
1 2018-03-28 thormang3_walking_demo
The thormang3_walking_demo package This package describes how to use thormang3_walking_module.
The thormang3_walking_demo package This package describes how to use thormang3_walking_module.
 
1 2018-04-19 thormang3_tools
ROS packages for the thormang3_tools (meta package)
ROS packages for the thormang3_tools (meta package)
 
1 2018-03-28 thormang3_sensors
This package contains sensor related launch files. The package also includes a node for assembling Laserscan(LaserScan to PointCloud)
This package contains sensor related launch files. The package also includes a node for assembling Laserscan(LaserScan to PointCloud)
 
1 2018-03-28 thormang3_ppc
ROS packages for the thormang3_ppc (meta package)
ROS packages for the thormang3_ppc (meta package)
 
1 2018-04-19 thormang3_opc
ROS packages for the thormang3_opc (meta package)
ROS packages for the thormang3_opc (meta package)
 
1 2018-04-19 thormang3_offset_tuner_server
The offset_tuner_server package
The offset_tuner_server package
 
1 2018-03-26 thormang3_offset_tuner_msgs
This package is a set of messages and services for using thormang3_offset_tuner.
This package is a set of messages and services for using thormang3_offset_tuner.
 

Packages

Name Description
1 2017-06-29 tf_tools
ROS tools and scripts relates to tf
ROS tools and scripts relates to tf
 
1 2019-03-17 tf_remapper_cpp
More efficient version of tf/tf_remap able to handle TFs at kHz with tens of subscribers.
More efficient version of tf/tf_remap able to handle TFs at kHz with tens of subscribers.
 
1 2016-06-30 tf_keyboard_cal
Allows manual control of a TF through the keyboard
Allows manual control of a TF through the keyboard
 
1 2018-07-06 tf_conversions
This package contains a set of conversion functions to convert common tf datatypes (point, vector, pose, etc) into semantically identical datatypes used by other libraries. The conversion functions make it easier for users of the transform library (tf) to work with the datatype of their choice. Currently this package has support for the Kinematics and Dynamics Library (KDL) and the Eigen matrix library. This package is stable, and will get integrated into tf in the next major release cycle (see roadmap).
This package contains a set of conversion functions to convert common tf datatypes (point, vector, pose, etc) into semantically identical datatypes used by other libraries. The conversion functions make it easier for users of the transform library (tf) to work with the datatype of their choice. Currently this package has support for the Kinematics and Dynamics Library (KDL) and the Eigen matrix library. This package is stable, and will get integrated into tf in the next major release cycle (see roadmap).
 
1 2019-05-08 tf2_web_republisher
Republishing of Selected TFs
Republishing of Selected TFs
 
1 2018-07-06 tf
tf is a package that lets the user keep track of multiple coordinate frames over time. tf maintains the relationship between coordinate frames in a tree structure buffered in time, and lets the user transform points, vectors, etc between any two coordinate frames at any desired point in time.
tf is a package that lets the user keep track of multiple coordinate frames over time. tf maintains the relationship between coordinate frames in a tree structure buffered in time, and lets the user transform points, vectors, etc between any two coordinate frames at any desired point in time.
 
1 2016-04-27 tetris_launch
Launch files (batch files that start processes and set parameters) for hakuto robots. This package also contains document for the Hakuto ROS package suite. Notes:
Launch files (batch files that start processes and set parameters) for hakuto robots. This package also contains document for the Hakuto ROS package suite. Notes:
 
1 2016-04-27 tetris_gazebo
This package contains specific ROS simulation setting for hakuto robots. Note:
This package contains specific ROS simulation setting for hakuto robots. Note:
 
1 2016-04-27 tetris_description
This package holds 3D models of the hakuto robots in COLLADA and URDF formats.
This package holds 3D models of the hakuto robots in COLLADA and URDF formats.
 
1 2018-09-12 testvstig
testvstig package.
testvstig package.
 
1 2018-09-12 testscdspso
testscdspso package.
testscdspso package.
 
1 2018-09-12 testrth
testrth package.
testrth package.
 
1 2018-09-12 testnc
testnc package.
testnc package.
 
1 2018-09-12 testbb
testbb package.
testbb package.
 
1 2018-09-12 test_statistic
test_statistic package.
test_statistic package.
 
1 2017-03-06 test_rostopic
Tests for rostopic.
Tests for rostopic.
 
2 2017-03-06 test_rosservice
Tests for the rosservice tool.
Tests for the rosservice tool.
 
2 2017-03-06 test_rospy
rospy unit and integration test framework.
rospy unit and integration test framework.
 
2 2017-03-06 test_rosparam
A package containing the unit tests for rosparam.
A package containing the unit tests for rosparam.
 
2 2017-03-06 test_rosmaster
Tests for rosmaster which depend on rostest.
Tests for rosmaster which depend on rostest.
 
2 2017-03-06 test_roslib_comm
Unit tests verifying that roslib is operating as expected.
Unit tests verifying that roslib is operating as expected.
 
2 2017-03-06 test_roslaunch
Tests for roslaunch which depend on rostest.
Tests for roslaunch which depend on rostest.
 
2 2017-03-06 test_rosgraph
Tests for rosgraph which depend on rostest.
Tests for rosgraph which depend on rostest.
 
2 2017-03-06 test_roscpp
Tests for roscpp which depend on rostest.
Tests for roscpp which depend on rostest.
 
2 2017-03-06 test_rosbag_storage
A package containing the unit tests for rosbag_storage.
A package containing the unit tests for rosbag_storage.
 
2 2017-03-06 test_rosbag
A package containing the unit tests for rosbag.
A package containing the unit tests for rosbag.
 
1 2017-12-06 test_osm
These are regression tests for the osm_cartography and route_network packages. They are packaged separately to avoid unnecessary implementation dependencies.
These are regression tests for the osm_cartography and route_network packages. They are packaged separately to avoid unnecessary implementation dependencies.
 
1 2019-02-15 test_nodelet_topic_tools
A package for nodelet_topic_tools unit tests.
A package for nodelet_topic_tools unit tests.
 
1 2019-02-15 test_nodelet
A package for nodelet unit tests
A package for nodelet unit tests
 
1 2017-02-07 test_mavros
Tests for MAVROS package
Tests for MAVROS package
 
1 2019-03-25 test_diagnostic_aggregator
Basic diagnostic_aggregator tests are in the
Basic diagnostic_aggregator tests are in the
 
1 2019-05-03 test_catkin_virtualenv_py3_isolated
Package to test catkin_virtualenv in Python 3.
Package to test catkin_virtualenv in Python 3.
 
1 2019-05-03 test_catkin_virtualenv_py3
Package to test catkin_virtualenv in Python 3.
Package to test catkin_virtualenv in Python 3.
 
1 2019-05-03 test_catkin_virtualenv_inherited
Package to test inherited requirements.
Package to test inherited requirements.
 
1 2019-05-03 test_catkin_virtualenv
Package to test catkin_virtualenv.
Package to test catkin_virtualenv.
 
1 2018-10-09 test_bond
Contains tests for [[bond]], including tests for [[bondpy]] and [[bondcpp]].
Contains tests for [[bond]], including tests for [[bondpy]] and [[bondcpp]].
 
1 2015-10-27 termcolor
C++ library for printing colours in ansii consoles.
C++ library for printing colours in ansii consoles.
 
2 2019-03-07 teleop_twist_keyboard
Generic keyboard teleop for twist robots.
Generic keyboard teleop for twist robots.
 
2 2018-04-06 teleop_tools_msgs
The teleop_tools_msgs package
The teleop_tools_msgs package
 
2 2018-04-06 teleop_tools
A set of generic teleoperation tools for any robot.
A set of generic teleoperation tools for any robot.
 
1 2017-07-28 tele_dir
tele_dir is a robust teleoperations software. It's design allows for ample configuration in order to fit to many robots, and to any user.
tele_dir is a robust teleoperations software. It's design allows for ample configuration in order to fit to many robots, and to any user.
 
1 2016-05-22 teb_local_planner_tutorials
The teb_local_planner_tutorials package
The teb_local_planner_tutorials package
 
1 2018-08-14 teb_local_planner
The teb_local_planner package implements a plugin to the base_local_planner of the 2D navigation stack. The underlying method called Timed Elastic Band locally optimizes the robot's trajectory with respect to trajectory execution time, separation from obstacles and compliance with kinodynamic constraints at runtime.
The teb_local_planner package implements a plugin to the base_local_planner of the 2D navigation stack. The underlying method called Timed Elastic Band locally optimizes the robot's trajectory with respect to trajectory execution time, separation from obstacles and compliance with kinodynamic constraints at runtime.
 
1 2019-05-12 tblib
Traceback fiddling library. Allows you to pickle tracebacks.
Traceback fiddling library. Allows you to pickle tracebacks.
 
1 2018-08-17 task_compiler
task_compiler Compiler that translate task description in PDDL (Planning Domain Description Language) to SMACH (state machine based execution and coordination system) description.
task_compiler Compiler that translate task description in PDDL (Planning Domain Description Language) to SMACH (state machine based execution and coordination system) description.
 
1 2017-12-07 tango_support
Single-header tango_support library.
Single-header tango_support library.
 
1 2017-12-07 tango_ros_streamer
This package wraps Tango Ros Streamer application
This package wraps Tango Ros Streamer application
 
1 2017-12-07 tango_ros_native
This package contains a cpp lib for using ros with tango
This package contains a cpp lib for using ros with tango
 
1 2017-12-07 tango_ros_messages
This package contains messages/services used by tango ros lib
This package contains messages/services used by tango ros lib
 
1 2017-12-07 tango_client_api
Single-header tango_client_api library.
Single-header tango_client_api library.
 

Packages

Name Description
1 2016-07-21 rtabmap
RTAB-Map's standalone library. RTAB-Map is a RGB-D SLAM approach with real-time constraints.
RTAB-Map's standalone library. RTAB-Map is a RGB-D SLAM approach with real-time constraints.
 
1 2018-10-22 rqt_web
rqt_web is a simple web content viewer for rqt. Users can show web content in Qt-based window by specifying its URL.
rqt_web is a simple web content viewer for rqt. Users can show web content in Qt-based window by specifying its URL.
 
1 2019-01-11 rqt_topic
rqt_topic provides a GUI plugin for displaying debug information about ROS topics including publishers, subscribers, publishing rate, and ROS Messages.
rqt_topic provides a GUI plugin for displaying debug information about ROS topics including publishers, subscribers, publishing rate, and ROS Messages.
 
1 2018-10-23 rqt_top
RQT plugin for monitoring ROS processes.
RQT plugin for monitoring ROS processes.
 
2 2019-02-03 rqt_tf_tree
rqt_tf_tree provides a GUI plugin for visualizing the ROS TF frame tree.
rqt_tf_tree provides a GUI plugin for visualizing the ROS TF frame tree.
 
1 2016-08-01 rqt_stream_manipulator_3d
The rqt_stream_manipulator_3d provides a GUI to the stream_manipulator_3d package, in order to dynamically reconfigure it.
The rqt_stream_manipulator_3d provides a GUI to the stream_manipulator_3d package, in order to dynamically reconfigure it.
 
1 2018-10-23 rqt_srv
A Python GUI plugin for introspecting available ROS message types. Note that the srvs available through this plugin is the ones that are stored on your machine, not on the ROS core your rqt instance connects to.
A Python GUI plugin for introspecting available ROS message types. Note that the srvs available through this plugin is the ones that are stored on your machine, not on the ROS core your rqt instance connects to.
 
1 2017-09-07 rqt_shell
rqt_shell is a Python GUI plugin providing an interactive shell.
rqt_shell is a Python GUI plugin providing an interactive shell.
 
1 2018-10-23 rqt_service_caller
rqt_service_caller provides a GUI plugin for calling arbitrary services.
rqt_service_caller provides a GUI plugin for calling arbitrary services.
 
2 2018-06-15 rqt_rviz
rqt_rviz provides a GUI plugin embedding
rqt_rviz provides a GUI plugin embedding
 
2 2017-04-26 rqt_runtime_monitor
rqt_runtime_monitor provides a GUI plugin viewing DiagnosticsArray messages.
rqt_runtime_monitor provides a GUI plugin viewing DiagnosticsArray messages.
 
1 2017-04-27 rqt_rotors
The rqt_rotors package
The rqt_rotors package
 
2 2018-02-22 rqt_robot_steering
rqt_robot_steering provides a GUI plugin for steering a robot using Twist messages.
rqt_robot_steering provides a GUI plugin for steering a robot using Twist messages.
 
1 2017-04-27 rqt_robot_plugins
Metapackage of rqt plugins that are particularly used with robots during its operation.
Metapackage of rqt plugins that are particularly used with robots during its operation.
 
2 2019-05-12 rqt_robot_monitor
rqt_robot_monitor displays diagnostics_agg topics messages that are published by
rqt_robot_monitor displays diagnostics_agg topics messages that are published by
 
2 2017-04-26 rqt_robot_dashboard
rqt_robot_dashboard provides an infrastructure for building robot dashboard plugins in rqt.
rqt_robot_dashboard provides an infrastructure for building robot dashboard plugins in rqt.
 
1 2018-04-19 rqt_reconfigure
This rqt plugin succeeds former dynamic_reconfigure's GUI (reconfigure_gui), and provides the way to view and edit the parameters that are accessible via dynamic_reconfigure.
This rqt plugin succeeds former dynamic_reconfigure's GUI (reconfigure_gui), and provides the way to view and edit the parameters that are accessible via dynamic_reconfigure.
 
1 2018-10-23 rqt_py_console
rqt_py_console is a Python GUI plugin providing an interactive Python console.
rqt_py_console is a Python GUI plugin providing an interactive Python console.
 
1 2017-04-28 rqt_py_common
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 "ros_base".
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 "ros_base".
 
1 2018-10-23 rqt_publisher
rqt_publisher provides a GUI plugin for publishing arbitrary messages with fixed or computed field values.
rqt_publisher provides a GUI plugin for publishing arbitrary messages with fixed or computed field values.
 
2 2017-10-09 rqt_pose_view
rqt_pose_view provides a GUI plugin for visualizing 3D poses.
rqt_pose_view provides a GUI plugin for visualizing 3D poses.
 
1 2019-03-14 rqt_plot
rqt_plot provides a GUI plugin visualizing numeric values in a 2D plot using different plotting backends.
rqt_plot provides a GUI plugin visualizing numeric values in a 2D plot using different plotting backends.
 
2 2017-04-26 rqt_nav_view
rqt_nav_view provides a gui for viewing navigation maps and paths.
rqt_nav_view provides a gui for viewing navigation maps and paths.
 
2 2018-12-13 rqt_multiplot
rqt_multiplot provides a GUI plugin for visualizing numeric values in multiple 2D plots using the Qwt plotting backend.
rqt_multiplot provides a GUI plugin for visualizing numeric values in multiple 2D plots using the Qwt plotting backend.
 
1 2018-10-19 rqt_msg
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.
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.
 
2 2017-04-26 rqt_moveit
An rqt-based tool that assists monitoring tasks for
An rqt-based tool that assists monitoring tasks for
 
1 2018-10-19 rqt_logger_level
rqt_logger_level provides a GUI plugin for configuring the logger level of ROS nodes.
rqt_logger_level provides a GUI plugin for configuring the logger level of ROS nodes.
 
1 2017-04-04 rqt_launchtree
An RQT plugin for hierarchical launchfile configuration introspection.
An RQT plugin for hierarchical launchfile configuration introspection.
 
1 2018-10-23 rqt_launch
This rqt plugin ROS package provides easy view of .launch files. User can also start and end node by node that are defined in those files.
This rqt plugin ROS package provides easy view of .launch files. User can also start and end node by node that are defined in those files.
 
1 2016-08-10 rqt_joint_trajectory_controller
Graphical frontend for interacting with joint_trajectory_controller instances.
Graphical frontend for interacting with joint_trajectory_controller instances.
 
1 2019-03-15 rqt_image_view
rqt_image_view provides a GUI plugin for displaying images using image_transport.
rqt_image_view provides a GUI plugin for displaying images using image_transport.
 
1 2017-04-28 rqt_gui_py
rqt_gui_py enables GUI plugins to use the Python client library for ROS.
rqt_gui_py enables GUI plugins to use the Python client library for ROS.
 
1 2017-04-28 rqt_gui_cpp
rqt_gui_cpp enables GUI plugins to use the C++ client library for ROS.
rqt_gui_cpp enables GUI plugins to use the C++ client library for ROS.
 
1 2017-04-28 rqt_gui
rqt_gui provides the main to start an instance of the ROS integrated graphical user interface provided by qt_gui.
rqt_gui provides the main to start an instance of the ROS integrated graphical user interface provided by qt_gui.
 
1 2018-10-23 rqt_graph
rqt_graph provides a GUI plugin for visualizing the ROS computation graph.
rqt_graph provides a GUI plugin for visualizing the ROS computation graph.
 
1 2017-10-26 rqt_gauges
The rqt_gauges package
The rqt_gauges package
 
1 2016-05-06 rqt_ez_publisher
The rqt_ez_publisher package
The rqt_ez_publisher package
 
1 2018-10-22 rqt_dep
rqt_dep provides a GUI plugin for visualizing the ROS dependency graph.
rqt_dep provides a GUI plugin for visualizing the ROS dependency graph.
 
1 2016-11-28 rqt_controller_manager
The rqt_controller_manager package
The rqt_controller_manager package
 
1 2018-10-23 rqt_console
rqt_console provides a GUI plugin for displaying and filtering ROS messages.
rqt_console provides a GUI plugin for displaying and filtering ROS messages.
 
1 2017-04-28 rqt_common_plugins
rqt_common_plugins metapackage provides ROS backend graphical tools suite that can be used on/off of robot runtime.
rqt_common_plugins metapackage provides ROS backend graphical tools suite that can be used on/off of robot runtime.
 
1 2018-10-23 rqt_bag_plugins
rqt_bag provides a GUI plugin for displaying and replaying ROS bag files.
rqt_bag provides a GUI plugin for displaying and replaying ROS bag files.
 
1 2018-10-23 rqt_bag
rqt_bag provides a GUI plugin for displaying and replaying ROS bag files.
rqt_bag provides a GUI plugin for displaying and replaying ROS bag files.
 
1 2018-10-19 rqt_action
rqt_action provides a feature to introspect all available ROS action (from actionlib) types. By utilizing rqt_msg, the output format is unified with it and rqt_srv. Note that the actions shown on this plugin is the ones that are stored on your machine, not on the ROS core your rqt instance connects to.
rqt_action provides a feature to introspect all available ROS action (from actionlib) types. By utilizing rqt_msg, the output format is unified with it and rqt_srv. Note that the actions shown on this plugin is the ones that are stored on your machine, not on the ROS core your rqt instance connects to.
 
1 2017-04-28 rqt
rqt is a Qt-based framework for GUI development for ROS. It consists of three parts/metapackages
rqt is a Qt-based framework for GUI development for ROS. It consists of three parts/metapackages
 
2 2018-08-24 rplidar_ros
The rplidar ros package, support rplidar A2/A1 and A3
The rplidar ros package, support rplidar A2/A1 and A3
 
1 2017-04-10 rplidar_python
The rplidar_python package
The rplidar_python package
 
1 2017-04-27 rotors_simulator
RotorS is a MAV gazebo simulator.
RotorS is a MAV gazebo simulator.
 
1 2017-04-27 rotors_joy_interface
The rotors_joy_interface package to control MAVs with a joystick
The rotors_joy_interface package to control MAVs with a joystick
 
1 2017-04-27 rotors_hil_interface
RotorS Hardware-in-the-loop interface package
RotorS Hardware-in-the-loop interface package
 

Packages

Name Description
1 2015-11-16 screenrun
screenrun is a small tool that pushes commands into a screen window. Use \015 after a command for ENTER, i.e. executing it.
screenrun is a small tool that pushes commands into a screen window. Use \015 after a command for ENTER, i.e. executing it.
 
1 2017-12-14 schunk_svh_driver
SVH Driver wrapper to enable control of the Schunk five finger hand
SVH Driver wrapper to enable control of the Schunk five finger hand
 
1 2014-08-25 schunk_simulated_tactile_sensors
This package provides simulated tactile sensors for the Schunk Dextrous Hand (SDH) which is mounted on the Care-O-bot arm. The node subscribes to the Gazebo bumper topics of the SDH. It transforms the Gazebo feedback to the "tactile_data" topic to provide the same tactile sensor interface as the schunk_sdh package. The following parameters can be set: * cells_x: The number of patches on the tactile sensor in the direction perpendicular to the finger. Defaults to 6. * cells_y: The number of patches on the tactile sensor along the direction of the finger. Defaults to 14. * output_range: The maximum output value of one patch. Defaults to 3500. * sensitivity: The change of output in one patch per Newton. Defaults to 350. The sensitivity can be approximated by the following formula: S = output_range / (measurement_range * cell_area) - The measurement range of the tactile pads is 250 kPa (from the data sheet). - The output range can be determined by experiment from the real SDH. It is about 3500. - The cell area is the size of one patch. Length and width of the area are determined by dividing the length/width of the collision surface by the number of cells in the respective direction. Important: In most cases this is NOT the cell area that is given in the data sheet! * filter_length: The length of the moving average filter which smoothes the values from simulation. Defaults to 10. The node subscribes to the following topics to receive data from the simulation: * thumb_2/state * thumb_3/state * finger_12/state * finger_13/state * finger_22/state * finger_23/state The node publishes the processed data on the following topic: * tactile_data The simulated bumper must obtain the collision data in the link that the sensor is attached to. This is achieved by setting the "frameName" property in the gazebo_ros_bumper controller.
This package provides simulated tactile sensors for the Schunk Dextrous Hand (SDH) which is mounted on the Care-O-bot arm. The node subscribes to the Gazebo bumper topics of the SDH. It transforms the Gazebo feedback to the "tactile_data" topic to provide the same tactile sensor interface as the schunk_sdh package. The following parameters can be set: * cells_x: The number of patches on the tactile sensor in the direction perpendicular to the finger. Defaults to 6. * cells_y: The number of patches on the tactile sensor along the direction of the finger. Defaults to 14. * output_range: The maximum output value of one patch. Defaults to 3500. * sensitivity: The change of output in one patch per Newton. Defaults to 350. The sensitivity can be approximated by the following formula: S = output_range / (measurement_range * cell_area) - The measurement range of the tactile pads is 250 kPa (from the data sheet). - The output range can be determined by experiment from the real SDH. It is about 3500. - The cell area is the size of one patch. Length and width of the area are determined by dividing the length/width of the collision surface by the number of cells in the respective direction. Important: In most cases this is NOT the cell area that is given in the data sheet! * filter_length: The length of the moving average filter which smoothes the values from simulation. Defaults to 10. The node subscribes to the following topics to receive data from the simulation: * thumb_2/state * thumb_3/state * finger_12/state * finger_13/state * finger_22/state * finger_23/state The node publishes the processed data on the following topic: * tactile_data The simulated bumper must obtain the collision data in the link that the sensor is attached to. This is achieved by setting the "frameName" property in the gazebo_ros_bumper controller.
 
1 2014-08-25 schunk_sdh
This package provides an interface for operating the schunk dexterous hand (SDH), including the tactile sensors.
This package provides an interface for operating the schunk dexterous hand (SDH), including the tactile sensors.
 
1 2014-08-25 schunk_powercube_chain
This packages provides a configurable driver of a chain of Schunk powercubes. The powercube chain is configured through parameters. Most users will not directly interact with this package but with the corresponding launch files in other packages, e.g. schunk_bringup, cob_bringup, ...
This packages provides a configurable driver of a chain of Schunk powercubes. The powercube chain is configured through parameters. Most users will not directly interact with this package but with the corresponding launch files in other packages, e.g. schunk_bringup, cob_bringup, ...
 
1 2014-08-25 schunk_modular_robotics
This stack includes packages that provide access to the Schunk hardware through ROS messages, services and actions.
This stack includes packages that provide access to the Schunk hardware through ROS messages, services and actions.
 
1 2014-08-25 schunk_libm5api
This package wraps the libm5api to use it as a ros dependency. Original sources from http://www.schunk-modular-robotics.com/fileadmin/user_upload/software/schunk_libm5api_source.zip.
This package wraps the libm5api to use it as a ros dependency. Original sources from http://www.schunk-modular-robotics.com/fileadmin/user_upload/software/schunk_libm5api_source.zip.
 
1 2014-08-25 schunk_description
This package contains the description (mechanical, kinematic, visual, etc.) of different schunk components. The files in this package are parsed and used by a variety of other components. Most users will not interact directly with this package.
This package contains the description (mechanical, kinematic, visual, etc.) of different schunk components. The files in this package are parsed and used by a variety of other components. Most users will not interact directly with this package.
 
1 2014-03-20 scheduler_msgs
Messages used by the rocon scheduler.
Messages used by the rocon scheduler.
 
2 2015-06-03 sbpl_interface_ros
sbpl_interface_ros
sbpl_interface_ros
 
2 2015-06-03 sbpl_interface
sbpl_interface
sbpl_interface
 
1 2013-01-07 sbpl
Search-based planning library (SBPL).
Search-based planning library (SBPL).
 
1 2017-01-11 samplerobot_moveit_config
An automatically generated package with all the configuration and launch files for using the SampleRobot with the MoveIt Motion Planning Framework
An automatically generated package with all the configuration and launch files for using the SampleRobot with the MoveIt Motion Planning Framework
 
1 2015-08-31 s3000_laser
The s3000_laser package
The s3000_laser package
 
1 2014-07-25 rwi_ros
Drivers for the robots produced by Real World Interface, Inc.
Drivers for the robots produced by Real World Interface, Inc.
 
1 2015-01-26 rviz_python_tutorial
Tutorials showing how to call into rviz internals from python scripts.
Tutorials showing how to call into rviz internals from python scripts.
 
1 2015-01-26 rviz_plugin_tutorials
Tutorials showing how to write plugins for RViz.
Tutorials showing how to write plugins for RViz.
 
1 2015-09-25 rviz_imu_plugin
RVIZ plugin for IMU visualization
RVIZ plugin for IMU visualization
 
1 2014-05-13 rviz_fixed_view_controller
A simple rviz view controller that follows a TF frame.
A simple rviz view controller that follows a TF frame.
 
1 2015-02-10 rviz_backdrop
rviz_backdrop
rviz_backdrop
 
1 2014-05-20 rviz_animated_view_controller
A rviz view controller featuring smooth transitions.
A rviz view controller featuring smooth transitions.
 
1 2015-07-21 rtt_visualization_msgs
Provides an rtt typekit for ROS visualization_msgs messages. It allows you to use ROS messages transparently in RTT components and applications. This package was automatically generated by the create_rtt_msgs generator and should not be manually modified. See the http://ros.org/wiki/visualization_msgs documentation for the documentation of the ROS messages in this typekit.
Provides an rtt typekit for ROS visualization_msgs messages. It allows you to use ROS messages transparently in RTT components and applications. This package was automatically generated by the create_rtt_msgs generator and should not be manually modified. See the http://ros.org/wiki/visualization_msgs documentation for the documentation of the ROS messages in this typekit.
 
1 2014-04-28 rtt_typelib
Orocos/RTT typelib bindings
Orocos/RTT typelib bindings
 
1 2015-07-21 rtt_trajectory_msgs
Provides an rtt typekit for ROS trajectory_msgs messages. It allows you to use ROS messages transparently in RTT components and applications. This package was automatically generated by the create_rtt_msgs generator and should not be manually modified. See the http://ros.org/wiki/trajectory_msgs documentation for the documentation of the ROS messages in this typekit.
Provides an rtt typekit for ROS trajectory_msgs messages. It allows you to use ROS messages transparently in RTT components and applications. This package was automatically generated by the create_rtt_msgs generator and should not be manually modified. See the http://ros.org/wiki/trajectory_msgs documentation for the documentation of the ROS messages in this typekit.
 
1 2015-07-21 rtt_tf
This package contains the components of the rtt_tf package
This package contains the components of the rtt_tf package
 
1 2015-07-21 rtt_stereo_msgs
Provides an rtt typekit for ROS stereo_msgs messages. It allows you to use ROS messages transparently in RTT components and applications. This package was automatically generated by the create_rtt_msgs generator and should not be manually modified. See the http://ros.org/wiki/stereo_msgs documentation for the documentation of the ROS messages in this typekit.
Provides an rtt typekit for ROS stereo_msgs messages. It allows you to use ROS messages transparently in RTT components and applications. This package was automatically generated by the create_rtt_msgs generator and should not be manually modified. See the http://ros.org/wiki/stereo_msgs documentation for the documentation of the ROS messages in this typekit.
 
1 2015-07-21 rtt_std_srvs
Provides an rtt typekit for ROS std_msgs messages. It allows you to use ROS messages transparently in RTT components and applications. This package was automatically generated by the create_rtt_msgs generator and should not be manually modified. See the http://ros.org/wiki/std_msgs documentation for the documentation of the ROS messages in this typekit.
Provides an rtt typekit for ROS std_msgs messages. It allows you to use ROS messages transparently in RTT components and applications. This package was automatically generated by the create_rtt_msgs generator and should not be manually modified. See the http://ros.org/wiki/std_msgs documentation for the documentation of the ROS messages in this typekit.
 
1 2015-07-21 rtt_std_msgs
Provides an rtt typekit for ROS std_msgs messages. It allows you to use ROS messages transparently in RTT components and applications. This package was automatically generated by the create_rtt_msgs generator and should not be manually modified. See the http://ros.org/wiki/std_msgs documentation for the documentation of the ROS messages in this typekit.
Provides an rtt typekit for ROS std_msgs messages. It allows you to use ROS messages transparently in RTT components and applications. This package was automatically generated by the create_rtt_msgs generator and should not be manually modified. See the http://ros.org/wiki/std_msgs documentation for the documentation of the ROS messages in this typekit.
 
1 2015-07-21 rtt_shape_msgs
Provides an rtt typekit for ROS shape_msgs messages. It allows you to use ROS messages transparently in RTT components and applications. This package was automatically generated by the create_rtt_msgs generator and should not be manually modified. See the http://ros.org/wiki/shape_msgs documentation for the documentation of the ROS messages in this typekit.
Provides an rtt typekit for ROS shape_msgs messages. It allows you to use ROS messages transparently in RTT components and applications. This package was automatically generated by the create_rtt_msgs generator and should not be manually modified. See the http://ros.org/wiki/shape_msgs documentation for the documentation of the ROS messages in this typekit.
 
1 2015-07-21 rtt_sensor_msgs
Provides an rtt typekit for ROS sensor_msgs messages. It allows you to use ROS messages transparently in RTT components and applications. This package was automatically generated by the create_rtt_msgs generator and should not be manually modified. See the http://ros.org/wiki/sensor_msgs documentation for the documentation of the ROS messages in this typekit.
Provides an rtt typekit for ROS sensor_msgs messages. It allows you to use ROS messages transparently in RTT components and applications. This package was automatically generated by the create_rtt_msgs generator and should not be manually modified. See the http://ros.org/wiki/sensor_msgs documentation for the documentation of the ROS messages in this typekit.
 
1 2015-07-21 rtt_rosparam
This package provides an RTT service and service-requester for associating RTT component properties with ROS parameters
This package provides an RTT service and service-requester for associating RTT component properties with ROS parameters
 
1 2015-07-21 rtt_rospack_tests
The rtt_ros_tests package
The rtt_ros_tests package
 
1 2015-07-21 rtt_rospack
rtt_rospack provides an RTT plugin to use rospack to find packages in your ROS_PACKAGE_PATH
rtt_rospack provides an RTT plugin to use rospack to find packages in your ROS_PACKAGE_PATH
 
1 2015-07-21 rtt_rosnode
This package provides an RTT plugin to add a ROS node to the RTT process.
This package provides an RTT plugin to add a ROS node to the RTT process.
 
1 2015-07-21 rtt_rosgraph_msgs
Provides an rtt typekit for ROS rosgraph_msgs messages. It allows you to use ROS messages transparently in RTT components and applications. This package was automatically generated by the create_rtt_msgs generator and should not be manually modified. See the http://ros.org/wiki/rosgraph_msgs documentation for the documentation of the ROS messages in this typekit.
Provides an rtt typekit for ROS rosgraph_msgs messages. It allows you to use ROS messages transparently in RTT components and applications. This package was automatically generated by the create_rtt_msgs generator and should not be manually modified. See the http://ros.org/wiki/rosgraph_msgs documentation for the documentation of the ROS messages in this typekit.
 
1 2015-07-21 rtt_rosdeployment
rtt_rosdeployment provides an RTT plugin to control an ocl deployment component over ROS service calls.
rtt_rosdeployment provides an RTT plugin to control an ocl deployment component over ROS service calls.
 
1 2015-07-21 rtt_roscomm_tests
The rtt_roscomm_tests package
The rtt_roscomm_tests package
 
1 2015-07-21 rtt_roscomm
rtt_roscomm provides the necessary template files and cmake macros for automatic rtt typekit and transport generation from ROS msg files
rtt_roscomm provides the necessary template files and cmake macros for automatic rtt typekit and transport generation from ROS msg files
 
1 2015-07-21 rtt_rosclock
This package provides an RTT plugin to access different time measurements on a realtime host.
This package provides an RTT plugin to access different time measurements on a realtime host.
 
1 2015-07-21 rtt_rosbuild_tests
rtt_ros_rosbuild_test
rtt_ros_rosbuild_test
 
1 2015-07-21 rtt_ros_tests
The rtt_ros_tests package
The rtt_ros_tests package
 
1 2015-07-21 rtt_ros_msgs
This package provides .msg and .srv files for use with the rtt_ros_integration packages.
This package provides .msg and .srv files for use with the rtt_ros_integration packages.
 
1 2015-07-21 rtt_ros_integration
This stack contains all software necessary to build systems using both Orocos and ROS infrastructures
This stack contains all software necessary to build systems using both Orocos and ROS infrastructures
 
1 2015-07-21 rtt_ros_comm
The rtt_ros_comm package
The rtt_ros_comm package
 
1 2015-07-21 rtt_ros
This package provides an RTT plugin to add a ROS node to the RTT process, as well as several wrapper scripts to enable roslaunching of orocos programs.
This package provides an RTT plugin to add a ROS node to the RTT process, as well as several wrapper scripts to enable roslaunching of orocos programs.
 
1 2015-07-21 rtt_nav_msgs
Provides an rtt typekit for ROS nav_msgs messages. It allows you to use ROS messages transparently in RTT components and applications. This package was automatically generated by the create_rtt_msgs generator and should not be manually modified. See the http://ros.org/wiki/nav_msgs documentation for the documentation of the ROS messages in this typekit.
Provides an rtt typekit for ROS nav_msgs messages. It allows you to use ROS messages transparently in RTT components and applications. This package was automatically generated by the create_rtt_msgs generator and should not be manually modified. See the http://ros.org/wiki/nav_msgs documentation for the documentation of the ROS messages in this typekit.
 
1 2015-07-21 rtt_kdl_conversions
This package contains the components of the kdl_conversions package
This package contains the components of the kdl_conversions package
 
1 2015-07-21 rtt_geometry_msgs
Provides an rtt typekit for ROS geometry_msgs messages. It allows you to use ROS messages transparently in RTT components and applications. This package was automatically generated by the create_rtt_msgs generator and should not be manually modified. See the http://ros.org/wiki/geometry_msgs documentation for the documentation of the ROS messages in this typekit.
Provides an rtt typekit for ROS geometry_msgs messages. It allows you to use ROS messages transparently in RTT components and applications. This package was automatically generated by the create_rtt_msgs generator and should not be manually modified. See the http://ros.org/wiki/geometry_msgs documentation for the documentation of the ROS messages in this typekit.
 
1 2015-02-05 rtt_geometry
This metapackage contains tools for integrating the Orocos Kinematics and Dynamics Library (KDL) with the Orocos Toolchain and Real-Time Toolkit (RTT).
This metapackage contains tools for integrating the Orocos Kinematics and Dynamics Library (KDL) with the Orocos Toolchain and Real-Time Toolkit (RTT).
 
1 2015-07-21 rtt_dynamic_reconfigure_tests
The rtt_dynamic_reconfigure_tests package
The rtt_dynamic_reconfigure_tests package