Skip to content

Commit

Permalink
update README with new feature description
Browse files Browse the repository at this point in the history
  • Loading branch information
MaverickPeter committed Jul 4, 2021
1 parent 70476e3 commit 97c4197
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ You can get our demo bag from this link: https://drive.google.com/file/d/1hv3ovZ

rosbag play test.bag --clock --pause
roslaunch elevation_mapping_demos simple_demo.launch
(optional - if use costmap)
roslaunch roslaunch pointMap_layer create_globalmap.launch


## Nodes
Expand Down Expand Up @@ -119,6 +121,14 @@ This is the main GEM node. It uses the distance sensor measurements and the pose
* **`history_pointcloud`** ([sensor_msgs/PointCloud2])

The history pointcloud for visualization.

* **`/move_base/global_costmap/costmap`** ([nav_msgs/OccupancyGrid])

The global costmap for exploration.

* **`/move_base/local_costmap/costmap`** ([nav_msgs/OccupancyGrid])

The local costmap for local planning.


#### Parameters
Expand Down Expand Up @@ -242,6 +252,10 @@ This is the main GEM node. It uses the distance sensor measurements and the pose

**2. Submap point cloud upsample implemented by mls api in PCL**

**3. Add costmap api for exploration tasks**




## Bugs & Feature Requests

Expand Down

0 comments on commit 97c4197

Please sign in to comment.