PX4 build for arm-hf boards, such as RPi, Parrot Bebop, and OcPoC-Zynq
100K+
Containers with PX4 tool chain and SITL simulation support. With and without ROS.
License: according to LICENSE.md in the root directory of the PX4 Firmware repository.
If you like to run the container and use the Firmware source from outside, use the following command and specify the appropriate volume mapping for your machine.
docker run -it --privileged \
-v <local_src>:<container_src>:rw \
-v /tmp/.X11-unix:/tmp/.X11-unix:ro \
-e DISPLAY=${DISPLAY} \
--name=container_name px4io/px4-dev-simulation-bionic /bin/bash
docker build -t px4io/px4-dev-ros-melodic -f Dockerfile_ros-melodic .
or
make px4-dev-ros-melodic
Content type
Image
Digest
sha256:f237b5e69…
Size
829.8 MB
Last updated
about 2 years ago
docker pull px4io/px4-dev-armhfPulls:
277
Last week