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

apt cannot find ros package

asked 2013-09-05 07:13:15 -0500

rosmat88 gravatar image

Hi, I'm trying to setup ros on a Pandaboard, running Ubuntu 12.04.2 LTS (GNU/Linux 3.2.0-1412-omap4 armv7l). After running apt-get update I cannot install anything about ros, because apt cannont find any package starting with ros:

vision@panda-vis-01:/etc/apt/sources.list.d$ sudo apt-get install ros-fuerte-ros-comm
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package ros-fuerte-ros-comm

Y've set the repository to universe and multiuniverse, but still the same problem. Please help me.

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2013-09-05 11:33:56 -0500

tfoote gravatar image

updated 2013-09-05 11:39:21 -0500

Fuerte is not supported on Ubuntu Precise 12.04 http://wiki.ros.org/fuerte

You will need to use groovy or hydro.

edit flag offensive delete link more

Comments

1

In the link says: "ROS Fuerte Turtle is primarily targeted at the Ubuntu Lucid, Oneiric, and Precise releases [...]". Is that wrong?

gustavo.velascoh gravatar image gustavo.velascoh  ( 2013-09-05 11:45:15 -0500 )edit
2

Sorry I was too quick. You're right it is supported for precise. The issue you have is that you are running on armv7 there are only i386 and amd64 builds on the farm.

tfoote gravatar image tfoote  ( 2013-09-05 11:54:35 -0500 )edit
0

answered 2013-09-05 07:27:38 -0500

Please review steps 1.2, 1.3 and 1.4 of installation guide.

edit flag offensive delete link more

Comments

thanks for reply, this is what i've already did: sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu precise main" > /etc/apt/sources.list.d/ros-latest.list' then: wget http://packages.ros.org/ros.key -O - | sudo apt-key add - and: sudo apt-get update

rosmat88 gravatar image rosmat88  ( 2013-09-05 07:58:17 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2013-09-05 07:13:15 -0500

Seen: 572 times

Last updated: Sep 05 '13