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 2655465 commit 34d59c5Copy full SHA for 34d59c5
MAVGCL/src/main/java/com/comino/flight/observables/StateProperties.java
@@ -258,7 +258,7 @@ private StateProperties(IMAVController control) {
258
}
259
260
public void reset() {
261
- control.getStatusManager().reset();
+ control.getStatusManager().reset();
262
Platform.runLater(()-> {
263
isGPOSAvailable.set(false);
264
isLPOSAvailable.set(false);
0 commit comments