-
Hello. Is it possible to make use of the controllers published in this paper "Backstepping and Sliding-mode Techniques Applied to an Indoor Micro Quadrotor" in the crazyflie? I'd appreciate your help Regards. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Anything is possible since the firmware is opensource. I haven't read the paper myself, but it is published before the crazyflie existed so it has not been implemented in the firmware yet. Also I'm not aware of any offboard implementations of this approach either so that is something you will need to investigate. On control itself, it really depends what you want to do... offboard control or onboard control.
Hope this helps! |
Beta Was this translation helpful? Give feedback.
-
Thank you for your response, finally, if I want to program it onboard, is it enough to modify an existing file (Mellinger, PID, INDI)? or is it necessary to start from scratch?. Regards. |
Beta Was this translation helpful? Give feedback.
-
Just came across this publication that might be of interest to you @Carmol1 https://www.sciencedirect.com/science/article/abs/pii/S096706612200140X |
Beta Was this translation helpful? Give feedback.
Anything is possible since the firmware is opensource. I haven't read the paper myself, but it is published before the crazyflie existed so it has not been implemented in the firmware yet. Also I'm not aware of any offboard implementations of this approach either so that is something you will need to investigate.
On control itself, it really depends what you want to do... offboard control or onboard control.