일일 빌드
_QGroundControl_의 일일 빌드에는 새로운 기능들을 제공합니다.
WARNING
일일 빌드는 안정적인 빌드보다 테스트가 부족합니다. Use at your own risk.
아래 링크에서 다운로드할 수 있습니다(다운로드 및 설치에 설명된 대로 설치).
Linux Installation Instructions
- Make the AppImage executable
chmod +x QGroundControl-<arch>.AppImage
- Enable serial-port access Add your user to the dialout group so you can talk to USB devices without root:
sudo usermod -aG dialout "$(id -un)"
INFO
At login, your shell takes a snapshot of your user and group memberships. Because you just changed groups, you need a fresh login shell to pick up “dialout” access. Logging out and back in reloads that snapshot, so you get the new permissions.
- (Optional) Disable ModemManager On some Ubuntu-based systems, ModemManager can claim serial ports that QGC needs. If you don't use it elsewhere, mask or remove it.
# preferred: stop and mask the service
sudo systemctl mask --now ModemManager.service
# or, if you’d rather remove the package
sudo apt remove --purge modemmanager
- Run QGroundControl Either double-click the AppImage in your file manager or launch it from a terminal:
./QGroundControl-<arch>.AppImage