ros2 bare-bones packages for arm

asked 2019-01-17 22:14:25 -0500

Jim N gravatar image

For crystal, what are the bare bones packages needed for ROS2? I am looking to get a bare bones ROS2 on a docker image. Many of the approaches I've tried so far have failed and I have yet to fined a good marriage of Jessie and ROS2 for our builds. Sadly, cross compile toolchains like https://github.com/esteve/ros2_raspbi... and https://github.com/ros2-for-arm/ros2/... are broken and I have begun the arduous process of re-creating the process from scratch for crystal on arm64 images using docker.

edit retag flag offensive close merge delete

Comments

2

Sadly, cross compile toolchains lik [..] are broken [..]

I've just checked those repositories and couldn't find an issue reporting that. Have you considered notifying the authors? Especially ros2-for-arm, as it's backed/supported by ARM themselves.

gvdhoorn gravatar image gvdhoorn  ( 2019-01-18 02:35:47 -0500 )edit
1

I have begun the arduous process of re-creating the process from scratch for crystal on arm64 images using docker.

you're free to do that of course, but I'd recommend to try and see whether you can get some support from the authors of the repositories you found first.

gvdhoorn gravatar image gvdhoorn  ( 2019-01-18 02:36:22 -0500 )edit

Checkout this post; you could swap out the FROM for Debian base images if you use the referenced Dockerfiles: https://discourse.ros.org/t/official-...

ruffsl gravatar image ruffsl  ( 2019-01-24 21:22:59 -0500 )edit