[ros-users] [Discourse.ros.org] [Next Generation ROS] ROS2 Cross compilation

Louis Mayencourt via Discourse.ros.org ros.discourse at gmail.com
Mon Feb 11 14:46:13 UTC 2019



I have done a few updates on the cross-compilation assets:
- rviz (master) can now be cross-compiled
- a generic dockerfile is used to generate an aarch64 or armhf file-system. A build argument can be specified to docker:
      - armhf: docker build --build-arg ARM_ARCH=arm32v7 ...
      - aarch64: docker build --build-arg ARM_ARCH=arm64v8 ...
- the target docker container is cleaned after been extracted





---
[Visit Topic](https://discourse.ros.org/t/ros2-cross-compilation/6834/17) or reply to this email to respond.




More information about the ros-users mailing list