This is a test python program for controlling a Yuneec CGO3+ Gimbal over a serial connection using python. Based entirely on the work of dylanfm from: https://yuneecpilots.com/threads/cgo3-serial-link.18528/#post-208460
- Install python 3.8.0 (tested version)
git clone https://github.com/zrgravity/cgo3-python.git && cd cgo3-python
- Create the virtual environment:
python -m venv venv
venv\Scripts\activate
to activate venv- Setup dependencies:
pip install -r requirements.txt
- Run:
python cgo3-python <COM Port>
Developed in VS Code