Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 605 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 605 Bytes

Cross compile

Requirements

  • Linux aarch64 machine (ubuntu20.04LTS-arm64)
  • Docker
  • Python3
  • zip

Build

  • target workspace : ws/
  • export package name (default) : output_<arch>_<unixtime>
cd cross_compile/
./Xcolcon_build --workspace ws

Built zip file is ws/output_aarch64_<unixtime>.zip.


Note

On debian, you have to solve dependencies manualy. (You cannot use rosdep2)

You can check installed package on Dockerfile. Please rewrite it accordingly.


Do It Yourself !

Do not ask questions about resolving dependencies!!!