dronekit / dronekit-python

DroneKit-Python library for communicating with Drones via MAVLink.
https://readthedocs.org/projects/dronekit-python/
Apache License 2.0
1.58k stars 1.44k forks source link

Fetching channel values (before overide) #1144

Open AHSF2020 opened 2 years ago

AHSF2020 commented 2 years ago

I am looking to get all original channel values (before override). When i print("Channel values from RC Tx:", vehicle.channels), i receive "none" as a value. Do someone know why and how to solve this? :)