Page 1 of 1

SLAM on Crazyflie

Posted: Sat Dec 14, 2019 1:34 pm
by khazit
Hello

For the past months, I've been working on implementing a SLAM algorithm on the Crazyflie for a school project.
Now that the semester is ending, I'll stop working on it and just wanted to share it here in case someone is interested. There is still work to do to improve the performance, but technically it can work pretty well : https://github.com/khazit/CrazySLAM

I've put some contributing guidelines at the end of the README, feel free to make a pull request if you want to make some changes.

Re: SLAM on Crazyflie

Posted: Mon Dec 16, 2019 10:33 am
by arnaud
Thanks for sharing, this looks like a great work!

We are sometime posting guest blog post on our blog, often this is a good way to share work with the community. If you are interested in writing a blog post about your work you can drop us a mail at contact _at_ bitcraze.io.

Re: SLAM on Crazyflie

Posted: Tue Feb 18, 2020 2:22 am
by emoyers
Hello @arnaud, first of all thanks for sharing. I checked the README in the github repo, seems that you use a lidar first to get a map of the environment that the Crazyflie with travel. Is my understanding correctly?