From 7a2578da0813b256f5694c01baa4af6e68736910 Mon Sep 17 00:00:00 2001 From: Beniamino Pozzan Date: Sat, 15 Nov 2025 19:04:31 +0000 Subject: [PATCH] docs: add note about incompatibility of macOS Signed-off-by: Beniamino Pozzan --- docs/setup.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/setup.md b/docs/setup.md index 1eecf7a..fa253e9 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -12,6 +12,9 @@ To further simplify working in the container, VSCode [devcontainers](https://cod ## Prerequisites +All the instructions and all the provided scripts have been tested on Ubuntu 22.04, Ubuntu 24.04 and WSL2. +Docker development in macOS is not supported. + - **Docker**. The easiest way to start using and testing the ROS 2 packages made for this workshop is through the available AMD64 and ARM64 [Docker](https://www.docker.com/) containers. For this reason, the rest of the document will assume that Docker is used. - **QGroundControl**. [GQC](https://qgroundcontrol.com/) provides intuitive operator control of PX4 drones, it lets you configure PX4, calibrate the drone sensors and plan mission.