Robotics StackExchange | Archived questions

ROS2 Dashing on official supported on ARM32, where are the sources?

Hello,

this site (http://www.ros.org/reps/rep-2000.html#id12) says that ROS2 Dashing is supporting ARM32 architecture, binary releases or build by source on Ubuntu 18.04. But I can't find the sources or binarys for ARM32. Where can I find them? It is also not mentioned in the installing manual of Dashing.

Asked by MrCheesecake on 2019-07-19 04:43:24 UTC

Comments

The packages I wouldn't know, but re: sources: there are no "arm32 sources". Everything builds from the same source repositories.

Asked by gvdhoorn on 2019-07-19 06:18:52 UTC

@gvdhoorn so the apt repository for arm64,amd64 from the manual should also work on arm32?

sudo sh -c 'echo "deb [arch=amd64,arm64] http://packages.ros.org/ros2/ubuntu `lsb_release -cs` main" > /etc/apt/sources.list.d/ros2-latest.list'

Asked by MrCheesecake on 2019-07-19 06:32:17 UTC

You asked about "sources". .deb packages (and thus package repositories) contain binaries only.

Asked by gvdhoorn on 2019-07-19 06:33:29 UTC

and where can I find the binaries for ARM32?

Asked by MrCheesecake on 2019-07-19 06:44:48 UTC

I believe I already linked you to the most up-to-date information about that in your previous question (#q328717).

Asked by gvdhoorn on 2019-07-19 08:00:58 UTC

Answers