Skip to content

Commit 991bb2e

Browse files
author
ecmnet
committed
Auto adjust map resolution
1 parent dc1d362 commit 991bb2e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

MAVGCL/src/main/java/com/comino/flight/model/map/MAVGCLOctoMap.java

+4
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ public MAVGCLOctoMap(IMAVController control) {
4545
model.grid.count = -1;
4646
return;
4747
}
48+
49+
if(grid.resolution != this.getResolution()) {
50+
clearAndChangeResolution(grid.resolution);
51+
}
4852

4953
for(int i=0;i< grid.data.length;i++) {
5054
if(grid.data[i] > 0) {

0 commit comments

Comments
 (0)