Hello!
I'm getting an error in the terminal:
Error in sendCMDreceiveATT.
(tuple index out of range)
I'm using a Jetson nano (Ubuntu 18.04 (Python 3.6.9) ) to control a Mamba F405 FC over serial port, with the example code:
data = [1500,1500,1000,1500,1000,1000,1000,1000]
board.sendCMDreceiveATT(16,MultiWii.SET_RAW_RC,data)
Everything else is working fine except sending channel data. The weird thing is that the flight controller is receiving every channel data from my script and I can actually control the FC, except that error.
Thank you in advance!