gomavlib icon indicating copy to clipboard operation
gomavlib copied to clipboard

Mavlink library (2.0 and 1.0) for the Go programming language

Results 2 gomavlib issues
Sort by recently updated
recently updated
newest added

Hi, I am using 3DR SiK radios. I am noticing weird behavior when using custom dialects. After the program finishes, when I try to close the nodes, the call to...

I'm writing a system that broadcasts adsb to all systems. TargetSystemID 0 should be allowed per mavlink standards. This line does not allow OutSystemID to be set to 0 https://github.com/bluenviron/gomavlib/blob/c2f6b02b4fd10900c8526a8ef0a792f49bb8d3db/pkg/frame/writer.go#L52...