Replies: 2 comments 1 reply
-
Hi, So just a clarification that I need to know first, are you looking to implement the controller offboard or onboard of the crazyflie? Because both these approaches have very different strategies that need to be implemented. |
Beta Was this translation helpful? Give feedback.
1 reply
-
If I understand the code and discussions correctly these controllers do not receive thrust and torque setpoints, but instead output them. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I am working on implementing an RL-trained controller on the Crazyflie, and I want to be able to use SI units for setpoint commands. I see that an SI unit conversion was implemented into the code here: bitcraze/crazyflie-firmware#537 and that the Lee controller and Brescianini both use the controlmodeForceTorque mode. However, I am unsure how to use this while sending setpoint commands. How can I send setpoint commands that use SI thrust and torque?
Beta Was this translation helpful? Give feedback.
All reactions