Robotics StackExchange | Archived questions

missing dependencies when installing ros_lib for arduino

Hey there,

So I was trying to install ros_lib for arduino. I followed all the instructions here, but after the installation, the following errors popped up: http://i.imgur.com/uNqHszQ.png What might have caused the faliure? is it serious? how should I fix it?

Thanks a lot

Asked by Adi on 2015-06-09 14:18:43 UTC

Comments

Please do not link to screenshots when posting an error message: if your sshot ever disappears, this question becomes meaningless. Please just copy/paste the relevant console text into your question (use the pre-formatted text button to properly format it (the one with 101010 on it).

Asked by gvdhoorn on 2015-06-09 16:11:04 UTC

Try again after installing:

sudo apt-get install ros-indigo-urdf-tutorial ros-indigo-gazebo-ros-control

change the version "indigo" to "jade" if you are using the latter and follow the suggestion of gvdhoorn

Asked by Andromeda on 2015-06-09 17:01:59 UTC

Answers