ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

Armel debian packages

asked 2012-06-05 17:24:35 -0500

derekjchow gravatar image

updated 2014-01-28 17:12:36 -0500

ngrennan gravatar image

Hi,

I've recently tried to install ROS onto a Linaro system (12.01 or 12.03 I believe). I've been following the generic ROS installation tutorial, and I run into problems when running this command.

sudo apt-get install ros-fuerte-ros-comm

Apt claims that there are no packages found. A quick "apt-cache search ros-" confirms that no packages are around. I've successfully installed ROS this way in the past.

According to the Debian build status, there doesn't seem like ARM packages are being built/hosted anymore. Are they still supported?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2012-06-05 20:14:26 -0500

tfoote gravatar image

In the previous infrastructure only a few specific releases built a small number of packages. The effort for that small set of packages was to high to support. In the new generation build system adding armel support should be easier. It's ticketed at https://github.com/willowgarage/catkin-debs/issues/8 and will be added when time is available.

edit flag offensive delete link more

Comments

Thanks for the response. Catkin looks promising. Just out of curiosity, will the Catkin system simplify cross compilation? I have a few nodes that I'm native compiling that I'd like to cross compile.

derekjchow gravatar image derekjchow  ( 2012-06-06 10:07:36 -0500 )edit

Yes cross compiling with Catkin is much easier. You just use the standard cmake settings for cross compling. And with out of source builds you can compile different binary targets from the same source tree.

tfoote gravatar image tfoote  ( 2012-06-06 10:33:09 -0500 )edit

Question Tools

Stats

Asked: 2012-06-05 17:24:35 -0500

Seen: 468 times

Last updated: Jun 05 '12