File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments