Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marktheo/paparazzi-distrobox
Paparazzi UAV system containerization for Linux
https://github.com/marktheo/paparazzi-distrobox
distrobox embedded-systems paparazzi paparazziuav uav
Last synced: 25 days ago
JSON representation
Paparazzi UAV system containerization for Linux
- Host: GitHub
- URL: https://github.com/marktheo/paparazzi-distrobox
- Owner: marktheo
- Created: 2023-08-19T17:56:08.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-26T21:46:11.000Z (over 1 year ago)
- Last Synced: 2024-12-17T01:37:56.353Z (25 days ago)
- Topics: distrobox, embedded-systems, paparazzi, paparazziuav, uav
- Language: Shell
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Paparazzi Distrobox
## Description
This repository is dedicated for making Paparazzi UAV System executable on any Linux distro.## Distrobox Dependencies
For Debian/Ubuntu-based distributions: ```Docker``` and ```Wget```
For other distributions (ArchLinux, Fedora): ```Podman``` and ```Curl```## Distrobox Installation [Wget]
wget -qO- https://raw.githubusercontent.com/89luca89/distrobox/main/install | sudo sh## Distrobox Installation [Curl]
curl -s https://raw.githubusercontent.com/89luca89/distrobox/main/install | sudo sh## Distrobox Setup
distrobox create --name pprz --image ubuntu:20.04## Distrobox Run
distrobox enter pprz## Paparazzi UAV Build
Clone the repository and execute the shell script inside the distrobox image.## Paparazzi UAV Launch
./paparazzi