Hello all,
I was wonderig where could I get the names of the Object IDs from the UAVTalk data. I have searched through
https://librepilot.atlassian.net/wiki/display/LPDOC/Architecture and I couldn't find it. In particular, I would need the three angles (roll, pitch, yaw), the three angular velocities, and Latitude, Longitude and Altitude. However, I'll be happy with all the Object IDs and their names. I am using an Arduino board and I already have the code to parse it, I just need to know which numbers correspond to each data (roll, pitch, yaw, etc.)
I have also searched in the source code repository (
https://bitbucket.org/librepilot) but couldn't find anything.
(I am using a Revolution)
Thanks in advance