Skip to content
Manuel Perez edited this page Apr 25, 2021 · 3 revisions

Welcome to the milo wiki!

Notices

Ubuntu 20, ROS Noetic and Python 3.8 have been used for development.

This library is not tested in DJI Tello EDU version, only normal.

Dependencies

  • OpenCV - Open Source Computer Vision Library.
sudo apt install libopencv-dev python3-opencv
  • H264 decoder - For Python, install this library found in third party folder.
sudo apt install libswscale-dev libavcodec-dev libavutil-dev

Documentation

Please visit here for documentation.

Clone this wiki locally