logoalt Hacker News

xspad3syesterday at 9:46 PM1 replyview on HN

Does the starter kit include a simple baseline agent (like a basic line-follower) that I can run immediately to see how the simulator works?


Replies

danAtElodinyesterday at 9:48 PM

the included baseline just demonstrates that the Betaflight controller will indeed move to the hard-coded center positions of each gate. So the basic first solver task would be to replace that with a CV or ML inference based approach. We plan to add another demo solver into the sample set that shows this next, currently in progress.