We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a74217 commit 1ff161aCopy full SHA for 1ff161a
elevation_mapping_cupy/src/elevation_mapping_ros.cpp
@@ -191,7 +191,7 @@ void ElevationMappingNode::publishMapOfIndex(int index) {
191
} else if (map_.exists_layer(layer)) {
192
// if there are layers which is not in the syncing layer.
193
boost::recursive_mutex::scoped_lock scopedLockForGridMap(mapMutex_);
194
- RowMatrixXf map_data;
+ ElevationMappingWrapper::RowMatrixXf map_data;
195
map_.get_layer_data(layer, map_data);
196
gridMap_.add(layer, map_data);
197
layers.push_back(layer);
0 commit comments