A UAV project that impliments several algorithms to perform food delivery in Urban like cities , C University used as test environement
- Mono Camera
- IMU
- Gyroscope
- GPS
- Accelerometer
Main sub parts that need too be accomplished
- Sensor Fusion
- LSD slam Py
- Particle filter image scan matching
- Semantic Segementaion Loop Closure
- Drone/ Flight Controller
- IOS Mobile Device Controller
python3 -m venv venv
git clone https://github.com/tohsin/g2opy.git
cd g2opy
mkdir build
cd build
cmake ..
make -j8
cd ..
python setup.py install
pip install -r requirements.txt
git submodule add https://github.com/tohsin/Edge-LSD-SLAM-PY-LIGHT.git
git submodule update --remote --merge