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

Could someone please provide a ROS-ready raspberry pi filesystem?

asked 2015-01-26 11:07:25 -0500

Jean-Luc Nacif Coelho gravatar image

updated 2015-01-26 11:07:57 -0500

I've spent countless days trying to get ROS installed in my raspberry pi (running raspbian) so I could use it as an embedded system, and after so many dependency problems and manual system links, I sort of gave up. There is a VM with ROS-indigo readily available for download, so couldn't someone provide a copy-paste filesystem for raspberry pi with ROS installed?

edit retag flag offensive close merge delete

Comments

Which ROS distro are you looking to use? I have hydro running on my pi, and I suppose I could create an image from it.

Dan Lazewatsky gravatar image Dan Lazewatsky  ( 2015-01-26 11:10:06 -0500 )edit

That sounds great! Would you please?

Jean-Luc Nacif Coelho gravatar image Jean-Luc Nacif Coelho  ( 2015-01-26 11:28:45 -0500 )edit

I'll post an answer here with a link once I create the image, but that might not be until next week.

Dan Lazewatsky gravatar image Dan Lazewatsky  ( 2015-01-27 11:59:26 -0500 )edit

Dan did you get a chance to create that image? or if you have the instruction on how to build ROS on a raspberry PI would really appreciate it thanks

Jack2005 gravatar image Jack2005  ( 2015-03-27 10:10:12 -0500 )edit

I don't think I'm going to have a chance to get an image put together anytime soon, but I can definitely get you a rosinstall file along with some instructions.

Dan Lazewatsky gravatar image Dan Lazewatsky  ( 2015-03-27 14:12:22 -0500 )edit

that would be great when do you think you can get me that? thanks

Jack2005 gravatar image Jack2005  ( 2015-03-27 14:39:18 -0500 )edit

2 Answers

Sort by » oldest newest most voted
1

answered 2015-03-27 15:14:16 -0500

Here is a rosinstall file I created from the install on my pi. I was essentially able to follow the hydro instructions.

Note that rosdep will complain about not being able to install python-rospkg, python-catkin-pkg, sbcl, and python-rosdep. Other than sbcl, which the instructions tell you how to deal with, the rest are installed with pip instead of apt.

You will also see

image_geometry: No definition of [opencv2] for OS [debian]
cv_bridge: No definition of [opencv2] for OS [debian]

Install opencv with apt-get install libopencv-dev

To silence the errors, add --skip-keys "python-rospkg python-catkin-pkg python-rosdep opencv2" to the rosdep call.

If you have any trouble, post a comment and I'll try to help.

edit flag offensive delete link more

Comments

1

Here is a script I used to install indigo on a few pis which is more or less the instructions stated above.

tonybaltovski gravatar image tonybaltovski  ( 2015-03-27 15:19:13 -0500 )edit
0

answered 2015-03-29 17:12:11 -0500

Maya gravatar image

updated 2015-03-29 17:13:25 -0500

To add another answer, on this article, there is a link to download an image of a raspberry with hydro on it.

I explain the procedure and all that was installed on it so you know what you are getting. But you should be good to go as it has openCV, openNI2 and the robot variant.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2015-01-26 11:07:25 -0500

Seen: 383 times

Last updated: Mar 29 '15