- Joined
- Jan 7, 2019
- Messages
- 103
- Reaction score
- 100
Monte Carlo Localization for Tello
Tello downward camera is used for motion estimation:
position is integrated from optical flow velocity estimation (dead-reckoning).
Tello frontal camera is used for observation estimation:
landmarks (bottles) are detected using deep learning, and drone localization from known bottle positions is made using photogrammetry.
Estimations fusion:
motion and observation estimations are combined using a particle filter.
Video References:
Code Reference:
GitHub - AtsushiSakai/PythonRobotics: Python sample codes and textbook for robotics algorithms.
Python sample codes and textbook for robotics algorithms. - AtsushiSakai/PythonRobotics
Last edited: