Goal is to learn ROS, practice sensor fusion, comms and implement Computer vision. End Product should be a Docker Img / ROS packages:
- Invensense MPU 6050
- Arduino Uno
- Ubuntu w Tellopy
- MPU6050
- Arduino compatible microcontrollers. (Tested on Uno)
- DJI/Ryze Tello
-
Arduino i2cdevlib
-
CV Openpose
- Install Arduino I2Cdevlib
chmod +x build_docker.sh
./build_docker.sh
For more info, look here
- Create the following file
sudo nano /etc/udev/rules.d/99-serial.rules
- Add the following line:
KERNEL=="ttyUSB[0-9]*",MODE="0666"
- Save and exit
chmod +x run_docker.sh
./run_docker.sh
- Open-pose for pose recognition
- Tello control based on pose recognition
- Visual Inertial SLAM using ROS and Tello