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

Unable to find packages for rtabmap_ros for arm architecture

asked 2019-02-27 04:37:53 -0500

vityafx gravatar image

updated 2019-02-27 08:04:14 -0500

I can't install rtabmap_ros because there is no such package for indigo and armv7 architecture in the repositories.

If we navigate to the repository page we simply will not find it there, so I can't install it onto my turtlebot 2:

$ sudo apt-get install ros-indigo-rtabmap-ros
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package ros-indigo-rtabmap-ros

Is it intentional? If so, how do I install it then?

Robot OS is ubuntu trusty:

$ uname -a
Linux tegra-ubuntu 3.10.40-grinch-21.3.4 #2 SMP PREEMPT Thu Jul 26 07:40:12 UTC 2018 armv7l armv7l armv7l GNU/Linux

From the build bot project page I see that the project is disabled. Is it correct? Why? The wiki page about RTabMap on indigo version of ROS clearly explains how to install it but it seems it became impossible at some point. It needs to be fixed either by deleting the wiki page or by producing a package.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2019-02-27 18:29:55 -0500

matlabbe gravatar image

updated 2019-02-27 18:30:27 -0500

rtabmap_ros build on ubuntu_trusty_armhf has been blacklisted because of some memory issues on the buildfarm: https://github.com/introlab/rtabmap_r...

The binaries are still built for i386 and amd64 for Indigo, so it is why the installation instructions are still valid for most people. You should build rtabmap_ros from source:

$ sudo apt-get install ros-indigo-rtabmap
$ cd catkin_ws/src
$ git clone https://github.com/introlab/rtabmap_ros.git
$ cd ..
$ catkin_make

Other option is to upgrade to Kinetic, for which the armhf build is available: http://build.ros.org/view/Kbin_uxhf_u...

cheers,
Mathieu

edit flag offensive delete link more

Comments

What prevents us from adding a warning which explains that for indigo it is no longer possible to install rtabmap_ros from repositories?

vityafx gravatar image vityafx  ( 2019-02-28 01:52:50 -0500 )edit

I added a comment on the rtabmap_ros github page.

matlabbe gravatar image matlabbe  ( 2019-02-28 09:19:09 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2019-02-27 04:37:00 -0500

Seen: 727 times

Last updated: Feb 27 '19