Browse Source

Update READMEs to reflect new packages

pull/37/head
Binit Shah 3 years ago
parent
commit
661168a3f5
3 changed files with 13 additions and 1 deletions
  1. +4
    -0
      README.md
  2. +3
    -1
      stretch_octomap/README.md
  3. +6
    -0
      stretch_rtabmap/README.md

+ 4
- 0
README.md View File

@ -32,6 +32,8 @@ The *stretch_ros* repository holds ROS related code for the Stretch RE1 mobile m
[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
@ -51,3 +53,5 @@ 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)

+ 3
- 1
stretch_octomap/README.md View File

@ -2,7 +2,9 @@
## Overview
*stretch_octomap* provides mapping of Stretch's environment into an Octree representation. This package is in development.
This package is in active development. Proceed with caution.
*stretch_octomap* provides mapping of Stretch's environment into an Octree representation.
## License

+ 6
- 0
stretch_rtabmap/README.md View File

@ -2,6 +2,8 @@
## Overview
This package is in active development. Proceed with caution.
*stretch_rtabmap* provides RTAB-MAPPiNG. This package utilizes rtab-map, move_base, and AMCL to map and drive the stretch RE1 around a space. Running this code will require the robot to be untethered.
## Setup
@ -40,3 +42,7 @@ Move_base_config | Gazebo | Stretch RE1
2d_unkown | Not Implemented | Not Implemented
3d | Testing | Testing
3d_unkown | Not Implemented | Not Implemented
## License
For license information, please see the LICENSE files.

Loading…
Cancel
Save