Skip to content

Commit a98b891

Browse files
committed
Loading fixed
1 parent d5d5f80 commit a98b891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MAVGCL/src/main/java/com/comino/flight/param/MAVGCLPX4Parameters.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ public ObjectProperty<ParameterAttributes> getAttributeProperty() {
176176
@Override
177177
public void received(Object _msg) {
178178

179-
if( _msg instanceof msg_param_value) {
179+
if( _msg instanceof msg_param_value && metadata != null && property != null) {
180180

181181
long flight_time = 0; double val;
182182

0 commit comments

Comments
 (0)