dart_mavlink icon indicating copy to clipboard operation
dart_mavlink copied to clipboard

This is a Dart package which parse and serialize MAVLink v1/v2 packets.

Results 10 dart_mavlink issues
Sort by recently updated
recently updated
newest added

Hi, I came across this issue with data persisting in the text list of statustext messages that come quickly together. I setup code based on your 'parser' example, but that...

FYI We're modifying the MAVLink XSD validation file in https://github.com/ArduPilot/pymavlink/pull/920 to allow a bitmask value to be declared using the Python exponentiation operator. This makes it easier to immediately visualize...

## Bug in `setInt8List` and `setUint8List` functions in `mavlink_message.dart` Hi there, I've identified a **bug** in your code related to the `setInt8List` and `setUint8List` functions in the `mavlink_message.dart` file. The...

Hi. I am relative new to dart. Can you please explain how to import this to a main project?

Im trying to command a message and I can not make it work. Event the parameter example that comes in the lib. I do not get the ack. Trying to...

decoding message it is showing mavlinkversion as 3

Hello, I just saw this library on the MAVLink website, great work! Do you plan on publishing this library to pub.dev, to make it easier to import?

Hi, I have found the following issue: A FTP message gets injected with the previous message's excess data: ``` test('parse_secondMessage', () async { MavlinkParser parser = MavlinkParser(MavlinkDialectCommon()); final completer =...

For routing purposes, it may be required to know if the message has target_system and target_component. As a solution, nullable fields targetSystem and targetComponent may be added to MavlinkMessage.

I am not able to change the mode. Can anyone please help me out how to change the mode. My code ` var changeMode=SetMode(customMode: 216, targetSystem: 1, baseMode: 88); var...