Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 640 Bytes

File metadata and controls

17 lines (13 loc) · 640 Bytes

CURRENTLY NOT WORKING

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

CURRENTLY NOT WORKING

Installation

  1. Install python 3.8.0 (tested version)
  2. git clone https://github.com/zrgravity/cgo3-python.git && cd cgo3-python
  3. Create the virtual environment: python -m venv venv
  4. venv\Scripts\activate to activate venv
  5. Setup dependencies: pip install -r requirements.txt
  6. Run: python cgo3-python <COM Port>

Development

Developed in VS Code