Skip to content

Instantly share code, notes, and snippets.

View mzyil's full-sized avatar
📈
Focusing

Melih Yıldız mzyil

📈
Focusing
View GitHub Profile
@mzyil
mzyil / docker.md
Created April 24, 2024 07:51 — forked from FreddieOliveira/docker.md
This tutorial shows how to run docker natively on Android, without VMs and chroot.

Docker on Android 🐋📱

Edit 🎉

All packages, except for Tini have been added to termux-root. To install them, simply pkg install root-repo && pkg install docker. This will install the whole docker suite, left only Tini to be compiled manually.


Summary

import cv2
import numpy as np
from RPIO import PWM
import time
# initialize servo objects with PWM function
roll = PWM.Servo()
pitch = PWM.Servo()
throttle = PWM.Servo()
yaw = PWM.Servo()