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.

54 lines
3.4 KiB

4 years ago
  1. ![](./images/banner.png)
  2. ## Overview
  3. The *stretch_ros* repository holds ROS related code for the Stretch RE1 mobile manipulator from Hello Robot Inc. For an overview of the capabilities in this repository, we recommend you look at the following forum post: https://forum.hello-robot.com/t/autonomy-video-details
  4. **Please be aware that the code in this repository is currently under heavy development.**
  5. | Resource | Description |
  6. | ------------------------------------------------------------ | ------------------------------------------------------------ |
  7. [hello_helpers](https://github.com/hello-robot/stretch_ros/blob/master/hello_helpers/README.md) | Miscellaneous helper code used across the stretch_ros repository
  8. [stretch_calibration](https://github.com/hello-robot/stretch_ros/tree/master/stretch_calibration/README.md) | Creates and updates calibrated URDFs for the Stretch RE1
  9. [stretch_core](https://github.com/hello-robot/stretch_ros/tree/master/stretch_core/README.md) | Enables basic use of the Stretch RE1 from ROS
  10. [stretch_deep_perception](https://github.com/hello-robot/stretch_ros/blob/master/stretch_deep_perception/README.md) | Demonstrations that use open deep learning models to perceive the world
  11. [stretch_demos](https://github.com/hello-robot/stretch_ros/tree/master/stretch_demos/README.md) | Demonstrations of simple autonomous manipulation
  12. [stretch_description](https://github.com/hello-robot/stretch_ros/blob/master/stretch_description/README.md) | Generate and export URDFs
  13. [stretch_funmap](https://github.com/hello-robot/stretch_ros/blob/master/stretch_funmap/README.md) | Demonstrations of Fast Unified Navigation, Manipulation And Planning (FUNMAP)
  14. [stretch_navigation](https://github.com/hello-robot/stretch_ros/blob/master/stretch_navigation/README.md) | Support for the ROS navigation stack, including move_base, gmapping, and AMCL.
  15. ## Code Status & Development Plans
  16. We intend for the following high-level summary to provide guidance about the current state of the code and planned development activities.
  17. Directory | Testing Status | Notes
  18. --- | --- | ---
  19. hello_helpers | GOOD |
  20. stretch_calibration | GOOD |
  21. stretch_core | GOOD |
  22. stretch_deep_perception | GOOD |
  23. stretch_demos | FAIR | current development focus
  24. stretch_description | GOOD |
  25. stretch_funmap | FAIR | current development focus
  26. stretch_navigation | GOOD |
  27. ## Licenses
  28. This software is intended for use with the Stretch RE1 mobile manipulator, which is a robot produced and sold by Hello Robot Inc. For further information, including inquiries about dual licensing, please contact Hello Robot Inc.
  29. For license details for this repository, see the LICENSE files found in the directories. A summary of the licenses follows:
  30. Directory | License
  31. --- | ---
  32. hello_helpers | [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0)
  33. stretch_calibration | [GPLv3](https://www.gnu.org/licenses/gpl-3.0.html)
  34. stretch_core | [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0)
  35. stretch_deep_perception | [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0)
  36. stretch_demos | [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0)
  37. stretch_description | [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
  38. stretch_funmap | [LGPLv3](https://www.gnu.org/licenses/lgpl-3.0.en.html)
  39. stretch_navigation | [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0)