|
|
- ![](./images/banner.png)
-
- ## Getting Started
-
- This repository holds ROS Noetic code for the Stretch mobile manipulator from Hello Robot Inc. To get started with this code, take a look at the [Stretch ROS Tutorials](https://docs.hello-robot.com/0.2/stretch-tutorials/ros1/).
-
- ## Directories
-
- | Resource | Description |
- | ------------------------------------------------------------ | ------------------------------------------------------------ |
- [hello_helpers](hello_helpers/README.md) | Miscellaneous helper code used across the stretch_ros repository
- [stretch_calibration](stretch_calibration/README.md) | Creates and updates calibrated URDFs for Stretch
- [stretch_core](stretch_core/README.md) | Drivers to use Stretch from ROS
- [stretch_dashboard](stretch_dashboard/README.md) | Dashboard showing health and diagnostic stats about Stretch
- [stretch_deep_perception](stretch_deep_perception/README.md) | Demonstrations that use open deep learning models to perceive the world
- [stretch_demos](stretch_demos/README.md) | Demonstrations of simple autonomous manipulation
- [stretch_description](stretch_description/README.md) | Generate and export URDFs
- [stretch_funmap](stretch_funmap/README.md) | Demonstrations of Fast Unified Navigation, Manipulation And Planning (FUNMAP)
- [stretch_gazebo](stretch_gazebo/README.md) | Support for simulation of Stretch in the Gazebo simulator
- [stretch_moveit_config](stretch_gazebo/README.md) | Config files to use Stretch with the MoveIt Motion Planning Framework
- [stretch_navigation](stretch_navigation/README.md) | Support for the ROS navigation stack, including move_base, gmapping, and AMCL
- [stretch_octomap](stretch_octomap/README.md) | Support for mapping using OctoMap: efficient probabilistic 3D Mapping based on Octrees
- [stretch_rtabmap](stretch_rtabmap/README.md) | Support for mapping using Real-Time Appearance-Based Mapping (RTAB-Map)
-
- ## Licenses
-
- This software is intended for use with the Stretch mobile manipulators, which is a robot produced and sold by Hello Robot Inc. For further information, including inquiries about dual licensing, please contact Hello Robot Inc.
-
- For license details for this repository, see the LICENSE files found in the directories. A summary of the licenses follows:
-
- Directory | License
- --- | ---
- hello_helpers | [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0)
- stretch_calibration | [GPLv3](https://www.gnu.org/licenses/gpl-3.0.html)
- stretch_core | [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0)
- stretch_deep_perception | [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0)
- stretch_demos | [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0)
- stretch_description | [BSD 3-Clause Clear License](https://choosealicense.com/licenses/bsd-3-clause-clear/)
- stretch_funmap | [LGPLv3](https://www.gnu.org/licenses/lgpl-3.0.en.html)
- stretch_gazebo | [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0)
- stretch_moveit_config | [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0)
- stretch_navigation | [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0)
- stretch_octomap | [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0)
- stretch_rtabmap | [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0)
|