Hi,
So I am trying to retrieve sensor information from my ArduCopter to my c# application and as such need to use Mavlink.
From the Mission Planner source I have found functions to create the packets with check-sums and all. Once connected I can see my ArduCopter streaming heart beat messages. As I am a newbie to Mavlink, how do I get it to stream sensor info or how can I poll the ArduCopter? Send messages with no payload?
Replies
This is a very oldd post try here http://discuss.ardupilot.org/c/ground-control-software/mavlink and ask the question
and this post http://discuss.ardupilot.org/t/mavlink-step-by-step/9629
Hint: pocketed is actually packet sequence so declaring it as a global byte starting at zero and make the line Packet[2] = packetid++; means the sequence goes up each packet
endrie said:
Hi Jan, could you show me how you declare variable "packetid" ???
is that integer or byte or what ??
thanks
Jan Swanepoel said:
Hello folks,
you can find the last version of my MAVLinkJava project here :
https://code.google.com/p/mavlinkjava/
Best
Guillaume
Hi
This is cool! But does anyone have a simple vb.net example of send and recieve like this ?
Tommy