Skip to content

Commit 97c4197

Browse files
committed
update README with new feature description
1 parent 70476e3 commit 97c4197

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ You can get our demo bag from this link: https://drive.google.com/file/d/1hv3ovZ
9090

9191
rosbag play test.bag --clock --pause
9292
roslaunch elevation_mapping_demos simple_demo.launch
93+
(optional - if use costmap)
94+
roslaunch roslaunch pointMap_layer create_globalmap.launch
9395

9496

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

121123
The history pointcloud for visualization.
124+
125+
* **`/move_base/global_costmap/costmap`** ([nav_msgs/OccupancyGrid])
126+
127+
The global costmap for exploration.
128+
129+
* **`/move_base/local_costmap/costmap`** ([nav_msgs/OccupancyGrid])
130+
131+
The local costmap for local planning.
122132

123133

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

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

255+
**3. Add costmap api for exploration tasks**
256+
257+
258+
245259

246260
## Bugs & Feature Requests
247261

0 commit comments

Comments
 (0)