Hello,
i'm having a problem with my program, when i use SetAttitudeTarget with quaternions, i get
Exception in thread "Thread-1" io.dronefleet.mavlink.serialization.MavlinkSerializationException: unrecognized field type java.util.ArrayList
my code:
`List q1 = new ArrayList();
q1.add(1.0f);
q1.add(0.0f);
q1.add(0.0f);
q1.add(0.0f);
Hello, i'm having a problem with my program, when i use SetAttitudeTarget with quaternions, i get
Exception in thread "Thread-1" io.dronefleet.mavlink.serialization.MavlinkSerializationException: unrecognized field type java.util.ArrayList
my code:
`List q1 = new ArrayList();
q1.add(1.0f);
q1.add(0.0f);
q1.add(0.0f);
q1.add(0.0f);