Skip to content
This repository has been archived by the owner on Mar 22, 2018. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 379 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 379 Bytes

Experimental Toolchain for Building

This is an experiment in cross compiling on non-ubuntu hosts targeting the Jetson.

Usage

Build the builder container (takes a while because it installs ros from scratch)

$ docker build -t builder .

Run the container to build the code

$ docker run -v $(pwd)/catkin_ws:/catkin_ws -it -u $(id -u $(whoami)) builder