Replies: 1 comment
-
The simulator currently only supports SITL with Betaflight, to bring it to a real drone, you need to implement your companion board controller on top of the MSP protocol, see betaflight/betaflight#12615 |
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
-
Hi. I am planning to use your framework for my Reinforcement Learning task. I saw that there is Betaflight support. My question is how can I achieve sim2real transfer for betaflight. Shall I write a new flight mode and build the new firmware? And also betaflight is using his own controller, so how is my RL code integrated on top of it?
Beta Was this translation helpful? Give feedback.
All reactions