-
I'm trying to control the crazyflie in the simulation by sending global velocity. I added the following method in the crazyflie_sil but it does not have an effect as the drone falls whatever twist I give.
This method should be similar to the one in the firmware crtp_commander_generic.c
do you have any idea what is wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Our SIL does not simulate the whole firmware, just parts of it. I believe that there are more changes needed to support |
Beta Was this translation helpful? Give feedback.
The problem was these two lines in the executeController
if commented out everything works fine