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 dc1d362 commit 991bb2eCopy full SHA for 991bb2e
MAVGCL/src/main/java/com/comino/flight/model/map/MAVGCLOctoMap.java
@@ -45,6 +45,10 @@ public MAVGCLOctoMap(IMAVController control) {
45
model.grid.count = -1;
46
return;
47
}
48
+
49
+ if(grid.resolution != this.getResolution()) {
50
+ clearAndChangeResolution(grid.resolution);
51
+ }
52
53
for(int i=0;i< grid.data.length;i++) {
54
if(grid.data[i] > 0) {
0 commit comments