GoMAvLib expertise needed
Budget: $10 – $30 USD
Need someone to help to fix it
would you be able to help me get gomavlib up and running?
so Gomavlib is a go program written to send messages via the mavlink protocol. I used to use pymavlink and I was able to get everything to connect just fine from the drone to the program, but unfortunately with gomavlib I'm not able to get the messages when listening on UDP
I don't get any errors but I also don't receive any of the messages.
I'm using the udp client example available here: https://github.com/aler9/gomavlib/blob/main/examples/endpoint-udp-client/main.go
And I change the UDP to my local computer address that works with pymavlink and the port
would you be able to help me get gomavlib up and running?
so Gomavlib is a go program written to send messages via the mavlink protocol. I used to use pymavlink and I was able to get everything to connect just fine from the drone to the program, but unfortunately with gomavlib I'm not able to get the messages when listening on UDP
I don't get any errors but I also don't receive any of the messages.
I'm using the udp client example available here: https://github.com/aler9/gomavlib/blob/main/examples/endpoint-udp-client/main.go
And I change the UDP to my local computer address that works with pymavlink and the port