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

Amrac's profile - activity

2015-10-21 03:03:14 -0500 received badge  Famous Question (source)
2015-10-20 15:28:04 -0500 commented answer Where can i publish a Raspberry pi 2 - Ros indigo ISO image?

Got a scaleway.com server, im uploading the torrent back :)

2015-10-20 11:25:46 -0500 commented answer Where can i publish a Raspberry pi 2 - Ros indigo ISO image?

My torrent server is down, i will re-up it tonight in 3 or 4 Hours

2015-09-02 14:40:32 -0500 commented question Where can i publish a Raspberry pi 2 - Ros indigo ISO image?

Hi, I use Win32diskmanager, you can get it here: http://sourceforge.net/projects/win32...

2015-08-28 04:56:13 -0500 received badge  Famous Question (source)
2015-07-21 09:24:05 -0500 received badge  Notable Question (source)
2015-07-21 09:22:56 -0500 received badge  Supporter (source)
2015-07-21 09:21:29 -0500 answered a question How to port the package from one distro to another?

I have the same issues with package on groovy. Christian, do you mean that using caktin somehow resolve the port from different distro?

2015-07-12 03:30:21 -0500 received badge  Notable Question (source)
2015-07-12 03:28:11 -0500 received badge  Popular Question (source)
2015-07-11 15:11:15 -0500 received badge  Popular Question (source)
2015-07-11 10:45:45 -0500 received badge  Student (source)
2015-07-11 10:29:14 -0500 asked a question Where can i publish a Raspberry pi 2 - Ros indigo ISO image?

Hi guys and thanks for Ros :)

I spend several days installing Ros Indigo desktop on my new Raspberry pi 2. My main error i think was to start with the Noob OS thinking it was base on Debian Wheezy.

After a lot of try and fail, i started from scratch using Raspbian Debian Wheezy. It work perfectly but still need 1 day to install.

I would like to share this image with the community, but I'm not sure where i should publish the link. By google i only find some blog, and it doesn't seems to have public image of ROS indigo desktop for raspberry pi 2.

https://dl.dropboxusercontent.com/u/1... The image is compressed to ~1,4GO and take 16Go uncompressed.


Follow up question ( @Tontome ):

I tried to flash it on a 16GB flash card with this command :
sudo dd bs=4M if=raspberry2ROSindigo of=/dev/sdc

But I got the error :
dd: error writing ‘/dev/sdc’: No space left on device
3770+0 records in
3769+0 records out
15811477504 bytes (16 GB) copied, 1704.68 s, 9.3 MB/s

What command do you use to flash it ?

2015-07-11 09:52:04 -0500 received badge  Editor (source)
2015-07-11 09:50:15 -0500 answered a question Issues installing package on Raspberry 2

Rosdep doesnt seam to find source:

pi@raspberrypi ~ $ rosdep install image-transport
ERROR: Rosdep cannot find all required resources to answer your query
Missing resource image-transport

With the roslocate:

roslocate info image-transport >  image-transport.rosinstall
Using ROS_DISTRO: indigo
Not found via rosdistro - falling back to information provided by rosdoc
error contacting http://ros.org/doc/indigo/api/image-transport/stack.yaml:
HTTP Error 404: Not Found
error contacting http://ros.org/doc/indigo/api/image-transport/manifest.yaml:
HTTP Error 404: Not Found
cannot locate information about image-transport

I think their is an error with the URL it try to use: http://ros.org/doc/indigo/api/image-t... redirect to: http://docs.ros.org/indigo/api/image-... and get a 404 error The url it should use is probably: http://docs.ros.org/indigo/api/image_... Just image -transport that change to image_transport

Same thing for camera-info-manager, all - become _

Wrong url: http://docs.ros.org/indigo/api/camera...

Goog url: http://docs.ros.org/indigo/api/camera...

It's weird, i didnt block on this yesterday :/

How can i repair this?

2015-07-10 13:10:51 -0500 asked a question Issues installing package on Raspberry 2

Hi, I installed ROS Indigo on my raspberry 2 and im trying to get the camera to a ros node using this: https://github.com/fpasteau/raspicam_... My main issue actually is that i cant install the packages: ros-groovy-image-transport ros-groovy-image-transport-plugins ros-groovy-camera-info-manager

As im on indigo, i tried to change the name of packages from groovy to indigo like this: ros-indigo-image-transport but with no succes. So i tried to get them manually by downloading them to the src folder and compiling them. But i stuck on dependencies like "Theodora". I tried the roslocate/rosinstall way with no succes.

So, has the author of raspicam_node seems to install easily this packages, i wonder if I'm missing something. How can i know if their is (or not) this package available for Raspberry Pi 2 with Indigo?

Thanks ! If you have any hint, thanks again ! :)


Update:

Rosdep doesnt seem to find source:

pi@raspberrypi ~ $ rosdep install image-transport
ERROR: Rosdep cannot find all required resources to answer your query
Missing resource image-transport

With the roslocate:

roslocate info image-transport >  image-transport.rosinstall
Using ROS_DISTRO: indigo
Not found via rosdistro - falling back to information provided by rosdoc
error contacting http://ros.org/doc/indigo/api/image-transport/stack.yaml:
HTTP Error 404: Not Found
error contacting http://ros.org/doc/indigo/api/image-transport/manifest.yaml:
HTTP Error 404: Not Found
cannot locate information about image-transport

I think their is an error with the URL it try to use: http://ros.org/doc/indigo/api/image-t... redirect to: http://docs.ros.org/indigo/api/image-... and get a 404 error The url it should use is probably: http://docs.ros.org/indigo/api/image_... Just image -transport that change to image_transport

Same thing for camera-info-manager, all - become _

Wrong url: http://docs.ros.org/indigo/api/camera...

Goog url: http://docs.ros.org/indigo/api/camera...

It's weird, i didnt block on this yesterday :/

How can i repair this?