I am new with DroneApi. I would to know how i can read a custom message using the DroneApi. I created a personal mavlink message that send me the value of a sensor. I would to know how i can read this new message using the DroneApi. Thank you.
Edit from comments: I followed this guide dev.ardupilot.com/wiki/apmcopter-code-overview/…. After being added my custom message my apm send each second the value of sensor by mavlink message. Now i would to read this message using a python script with DroneApi but i don't know how. Sorry for my english.