You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
3.1 KiB

4 years ago
  1. ![](./images/banner.png)
  2. ## Getting Started
  3. This repository holds ROS Noetic packages for the Stretch mobile manipulators 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/).
  4. ## Directories
  5. | Resource | Description |
  6. | ------------------------------------------------------------ | ------------------------------------------------------------ |
  7. [hello_helpers](hello_helpers/README.md) | Miscellaneous helper code used across the stretch_ros repository
  8. [stretch_calibration](stretch_calibration/README.md) | Creates and updates calibrated URDFs for Stretch
  9. [stretch_core](stretch_core/README.md) | Drivers to use Stretch from ROS
  10. [stretch_dashboard](stretch_dashboard/README.md) | Dashboard showing health and diagnostic stats about Stretch
  11. [stretch_deep_perception](stretch_deep_perception/README.md) | Demonstrations that use open deep learning models to perceive the world
  12. [stretch_demos](stretch_demos/README.md) | Demonstrations of simple autonomous manipulation
  13. [stretch_description](stretch_description/README.md) | Generate and export URDFs
  14. [stretch_funmap](stretch_funmap/README.md) | Demonstrations of Fast Unified Navigation, Manipulation And Planning (FUNMAP)
  15. [stretch_gazebo](stretch_gazebo/README.md) | Support for simulation of Stretch in the Gazebo simulator
  16. [stretch_navigation](stretch_navigation/README.md) | Support for the ROS navigation stack, including move_base, gmapping, and AMCL
  17. [stretch_octomap](stretch_octomap/README.md) | Support for mapping using OctoMap: efficient probabilistic 3D Mapping based on Octrees
  18. [stretch_rtabmap](stretch_rtabmap/README.md) | Support for mapping using Real-Time Appearance-Based Mapping (RTAB-Map)
  19. ## Licenses
  20. This software is intended for use with the Stretch mobile manipulators, which are robots produced and sold by Hello Robot Inc. For further information, including inquiries about dual licensing, please contact Hello Robot Inc.
  21. For license details for this repository, see the LICENSE files found in the directories. A summary of the licenses follows:
  22. Directory | License
  23. --- | ---
  24. hello_helpers | [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0)
  25. stretch_calibration | [GPLv3](https://www.gnu.org/licenses/gpl-3.0.html)
  26. stretch_core | [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0)
  27. stretch_deep_perception | [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0)
  28. stretch_demos | [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0)
  29. stretch_description | [BSD 3-Clause Clear License](https://choosealicense.com/licenses/bsd-3-clause-clear/)
  30. stretch_funmap | [LGPLv3](https://www.gnu.org/licenses/lgpl-3.0.en.html)
  31. stretch_gazebo | [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0)
  32. stretch_moveit_config | [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0)
  33. stretch_navigation | [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0)
  34. stretch_octomap | [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0)
  35. stretch_rtabmap | [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0)