Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 445 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 445 Bytes

MAV-ZED: A ZED Stereo Camera Controller

MAV-ZED is a MAVLINK based zed stereo camera controller which is packaged using the latest snapcraft linux packaging infrastructure.

Build pip (whell)

python3 -m build

Build snap package

cd <project_dir>
snapcraft

Install mavzed snap

sudo snap install <path_to_snap.snap> --dangerous

Uninstall mavzed snap

sudo snap uninstall mavzed