Hi All,
I’m trying to create an autonomous drone that will fly indoors using LiDARs.
Currently I have a connected Optical flow and RPI zero 2w to the drone. fully communicating with each other. I Calibrated the OF and using the controller the drone flies very well with no significant oscillations.
My problem is when I try to use the RPI and send commands to the drone- I managed to send commands for changing flight mode and to arm the drone. when I try to use simple_takeoff, using the code from dronekit site, it just dont take off. seems like the command dont change the thrust level of the drone.
Do you have any suggestion what can I do?
Thanks!