-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker image for arm64/apple silicon #330
Comments
I am having a similar issue... but I am trying to build in a docker container on NVIDA Jetson Orin, which is also an aarch64 platform like the M1. After running either the helper script
I get I am guessing that either Is it not possible at this point to build the PX4 simulator natively on the Orin or any linux arm? |
I could build the docker images by applying the following changes: in the Dockerfile_base-focal :
in the Dockerfile_simulation-focal:
in the Dockerfile_ros-noetic:
I then added the following lines in CMake to build the images (make sure that you remove the images you might already download from the docker repo)
build the base-focal-arm64 then px4-dev-simulation-focal-arm64 and finally the px4-dev-ros-noetic-arm64. |
@kurosh-z thanks a million for this info. I will give this a try. I will give this a try ASAP. |
Is there any docker image compatible with apple silicon? I tried px4-dev-noetic:latest pulled form docker hub and I'm getting the following error on ubuntu 20.04 running inside the virtual machine:
is there any instruction on how to rebuild the images for arm64?
The text was updated successfully, but these errors were encountered: