Skip to content

Commit 1ff161a

Browse files
committed
fix scoping of type
1 parent 7a74217 commit 1ff161a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elevation_mapping_cupy/src/elevation_mapping_ros.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ void ElevationMappingNode::publishMapOfIndex(int index) {
191191
} else if (map_.exists_layer(layer)) {
192192
// if there are layers which is not in the syncing layer.
193193
boost::recursive_mutex::scoped_lock scopedLockForGridMap(mapMutex_);
194-
RowMatrixXf map_data;
194+
ElevationMappingWrapper::RowMatrixXf map_data;
195195
map_.get_layer_data(layer, map_data);
196196
gridMap_.add(layer, map_data);
197197
layers.push_back(layer);

0 commit comments

Comments
 (0)