Commander send_setpoint() #554
-
Hi, I'm trying to get the CF2.1 to follow an off-board generated trajectory by feeding it the thrust at 100ms intervals (the control vector defined in my problem formulation). The most intuitively appropriate cflib API I see is the
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi :) But to also answer your questions:
Hope this helps, |
Beta Was this translation helpful? Give feedback.
-
Hi Hanna, Thanks for your response. I'm not clear how to use the HighLevelCommander with thrust set-points. I'd prefer to issue the optimized thrust commands (from an off-board control algorithm ) to the CF2.1, since this is a direct mapping between my controls and the drone.
Warm regards, |
Beta Was this translation helpful? Give feedback.
Hi :)
First of all, I think to follow a predefined trajectory it might be a good idea to use the high level commander: https://www.bitcraze.io/documentation/repository/crazyflie-firmware/master/functional-areas/sensor-to-control/commanders_setpoints/
But to also answer your questions: