ecmnet / MAVGCL

In-Flight Analysis for PX4
176 stars 68 forks source link

Custom MAVLink messages #124

Closed Antoine00 closed 3 years ago

Antoine00 commented 4 years ago

Hi,

I'm trying to display a custom MAVLink message in the app (on Ubunutu 18.04). I followed the tutorial about mapping custom messages to key figures but without success. I cloned MAVComm and defined my message in the lquac.xml file. Then I built mavcomm.jar and replaced the one used by MAVGCL. After that I modified the keyfigure definition file. My message name appears in the app but its content is empty.
After investigation, it seems that the java class of my custom message isn't created, I can't find it. So I guess that the issue comes when building mavcomm.jar but I can't figure out how to solve it.

Can someone help me please?