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.

61 lines
3.5 KiB

4 years ago
3 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.
  4. 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).
  5. **Please be aware that the code in this repository is currently under heavy development.**
  6. | Resource | Description |
  7. | ------------------------------------------------------------ | ------------------------------------------------------------ |
  8. [hello_helpers](hello_helpers/README.md) | Miscellaneous helper code used across the stretch_ros repository
  9. [stretch_calibration](stretch_calibration/README.md) | Creates and updates calibrated URDFs for the Stretch RE1
  10. [stretch_core](stretch_core/README.md) | Enables basic use of the Stretch RE1 from ROS
  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_moveit_config](stretch_gazebo/README.md) | Config files to use Stretch with the MoveIt Motion Planning Framework
  17. [stretch_navigation](stretch_navigation/README.md) | Support for the ROS navigation stack, including move_base, gmapping, and AMCL
  18. ## Code Status & Development Plans
  19. We intend for the following high-level summary to provide guidance about the current state of the code and planned development activities.
  20. Directory | Testing Status | Notes
  21. --- | --- | ---
  22. hello_helpers | GOOD |
  23. stretch_calibration | GOOD |
  24. stretch_core | GOOD |
  25. stretch_deep_perception | GOOD |
  26. stretch_demos | FAIR |
  27. stretch_description | GOOD |
  28. stretch_funmap | FAIR |
  29. stretch_gazebo | FAIR | differs from stretch_core in its underlying controllers
  30. stretch_moveit_config | FAIR | does not support mobile base planning in ROS 1
  31. stretch_navigation | GOOD |
  32. ## Licenses
  33. 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.
  34. For license details for this repository, see the LICENSE files found in the directories. A summary of the licenses follows:
  35. Directory | License
  36. --- | ---
  37. hello_helpers | [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0)
  38. stretch_calibration | [GPLv3](https://www.gnu.org/licenses/gpl-3.0.html)
  39. stretch_core | [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0)
  40. stretch_deep_perception | [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0)
  41. stretch_demos | [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0)
  42. stretch_description | [BSD 3-Clause Clear License](https://choosealicense.com/licenses/bsd-3-clause-clear/)
  43. stretch_funmap | [LGPLv3](https://www.gnu.org/licenses/lgpl-3.0.en.html)
  44. stretch_gazebo | [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0)
  45. stretch_moveit_config | [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0)
  46. stretch_navigation | [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0)