"Further on my issues; I have come to the conclusion that i'm struggling to get a solid grounding on which Common MAVLink messages can be implemented on a Pixhawk running PX4 Firmware.
Is there a list of MAVLink messages that are currently supported…"
Hi,Is it or is it not possible to set a waypoint that is represented in the local frame? (for use with missions in auto mode) I need to have them represented in the local frame as i will not have GPS position. I am using a Pixhawk with the current…
"Hi Guillaume,
I am currently attempting to communicate with a Pixhawk from a custom Java ground station i am trying to build.
I am struggling to form the MAVLink messages correctly as the Pixhawk doesn't respond when i send it a message over…"
I have a JAVA program that uses MAVLink to communicate with a Pixhawk over telemetry.I've got the basics down, but i'm having trouble sending messages as i can't get the MAVLink sequence correct.What does the MAVLink sequence start at (for the…
"Hi Shyam,
I am attempting to achieve indoor autonomous flight using only MAVLink messages (sent over 3DR Radio Telemetry) from a ground control station on my laptop that is written in JAVA.
I am a newby to the MAVLink protocol and so am stuck on the…"
"Sending a message from the GCS to the pixhawk:
I have set the sys ID = 255, comp ID = 190, target ID = 1, and target comp = 0.
I believe this should work for a command_long message with the ARM command.
This leaves me assuming something is wrong…"
Hi all,I am attempting to achieve indoor autonomous flight using only MAVLink messages (sent over 3DR Radio Telemetry) from a ground control station on my laptop that is written in JAVA.I am a newby to MAVLink messages and so am stuck on the very…