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

raspberry rosdep initialised, but still asking to initialise

asked 2013-02-07 21:49:46 -0500

Hi

Trying to install ros desktop on raspberry pi.

I am at the resolving dependencies point and the command sudo rosdep install --from-paths src --ignore-src --rosdistro groovy -y fails with ERROR: your rosdep installation has not been initialized yet. Please run: rosdep update

rosupdate runs fine, but the error still happens. Tried running rosdep init again, but get ERROR: default sources list file already exists:Please delete if you want to re-initialize

tried deleting and re-initializing, but still getting the same error

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
1

answered 2013-02-14 05:38:28 -0500

Hi,

I got this to work by running sudo rosdep update. Give it a try.

edit flag offensive delete link more

Comments

You should not run rosdep update as root since it creates the database in your user home with root ownership.

Dirk Thomas gravatar image Dirk Thomas  ( 2013-02-15 09:17:34 -0500 )edit

Without root access , I was not able to update the database. Is there any reason it cannot be done without root access?

tonybaltovski gravatar image tonybaltovski  ( 2013-02-19 04:31:05 -0500 )edit
0

answered 2013-02-18 10:07:33 -0500

The install instructions have changed on the site - so am now trying to follow those, but am unable to get that to work either. I am trying to use ubuntu in a virtual machine to compile, but once I chroot into the img I can run uname -a and get Linux ubuntu 2.6.32 #28-Ubuntu SMP Tue Oct 9 19:32:08 UTC 2012 armv7l GNU/Linux

but as soon as i try and run any commands from the instructions, apt-get update for example, I get uncaught target signal 4 (Illegal instruction) - core dumped.

edit flag offensive delete link more

Comments

Unless you're suing an ARM VM you need to be cross compiling.

tfoote gravatar image tfoote  ( 2014-10-02 02:42:50 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2013-02-07 21:49:46 -0500

Seen: 605 times

Last updated: Feb 18 '13