David Crawley--
You received this message because you are subscribed to the Google Groups "HomeBrew Robotics Club" group.
To post to this group, send email to hbrob...@googlegroups.com.
To unsubscribe from this group, send email to hbrobotics+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/hbrobotics?hl=en.
David Crawley--
It looks like there is already some progress on getting ROS to run on the Raspberry Pi.
http://www.raspberrypi.org/phpBB3/viewtopic.php?f=37&t=6552&hilit=ros
http://answers.ros.org/question/34501/how-to-setting-up-ros-on-raspberrypi/
I imagine with the new 512MB boards that it will be a little easier to run. This is definitely something I'd like to try and getting running.
Robert
--
You received this message because you are subscribed to the Google Groups "HomeBrew Robotics Club" group.
To post to this group, send email to hbrob...@googlegroups.com.
To unsubscribe from this group, send email to hbrobotics+unsubscribe@googlegroups.com.
To: <hbrob...@googlegroups.com <mailto:hbrobotics@googlegroups.com>>
Subject: Re: [HBRobotics] ROS on Raspberry Pi
PIE is nice, but how about developing ROS applications for the
mini-ITX? :>)
--
You received this message because you are subscribed to the Google
Groups "HomeBrew Robotics Club" group.
To post to this group, send email to hbrob...@googlegroups.com
<mailto:hbrobotics@googlegroups.com>.
To unsubscribe from this group, send email to
hbrobotics+unsubscribe@__googlegroups.com
<mailto:hbrobotics%2Bunsu...@googlegroups.com>.
For more options, visit this group at
http://groups.google.com/__group/hbrobotics?hl=en
<http://groups.google.com/group/hbrobotics?hl=en>.
--
You received this message because you are subscribed to the Google
Groups "HomeBrew Robotics Club" group.
To post to this group, send email to hbrob...@googlegroups.com.
To unsubscribe from this group, send email to
For more options, visit this group at
http://groups.google.com/group/hbrobotics?hl=en.
--
You received this message because you are subscribed to the Google Groups
"HomeBrew Robotics Club" group.
To post to this group, send email to hbrob...@googlegroups.com.
To unsubscribe from this group, send email to
For more options, visit this group at
http://groups.google.com/group/hbrobotics?hl=en.
--
You received this message because you are subscribed to the Google Groups "HomeBrew Robotics Club" group.
To post to this group, send email to hbrob...@googlegroups.com.
To unsubscribe from this group, send email to hbrobotics+unsubscribe@googlegroups.com.
Btw the GPU on the RPi has been open sourced. I don't think the CPU in the RPi is old I am pretty sure its a newer CPU that isn't available for market consumption. The guys at RPi foundation are broadcom employees and was able to get a NDA to produce the thing but the GPU is open now. The RPi is pretty powerfull especially with Wheezy since it can use hardware acceleration. The Model A went into production so you could use that without Ethernet and use even less power. Model A will run from USB unlike the current Model B.
WARNING: Rosdep did not detect the following system dependencies as installed: avr-libc, gcc-avreven though I have avr-libc and gcc-avr installed. I chose to ignore the warning and things seem to be working.
--
You received this message because you are subscribed to the Google Groups "HomeBrew Robotics Club" group.
To post to this group, send email to hbrob...@googlegroups.com.
To unsubscribe from this group, send email to hbrobotics+...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "HomeBrew Robotics Club" group.
To post to this group, send email to hbrob...@googlegroups.com.
To unsubscribe from this group, send email to hbrobotics+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/hbrobotics?hl=en.
When I looked around at how others are using ROS with Arduino style boards, I noticed that some of the bigger projects are not using rosserial. Instead, the Arduino is programmed to read and write register values in response to packets sent over the serial link from the controlling PC. Jim mentioned earlier that he was able to modify Fergs' ArbotiX code to run on an Arduino Mega 1280 which is an example of this approach. I'm wondering what the pros and cons are for the two approaches?
With the ArbotiX drivers, the python node that runs on the PC also has a lot more knowledge about the robot, in fact, it has all the specifics on the layout of the robot, where in ROSserial, all specifics are held on the Arduino and the PC really knows nothing about what is out there other than how to send/receive ROS messages.
There are also these boards:
http://www.hardkernel.com/renewal_2011/main.php
So far I am leaning toward the Raspberry Pi since it looks like there will be a lot of support for it and the current 512MB version with mounting holes should work out well in my robot projects.
-----Original Message-----
From: "Melvin" <melvin...@googlemail.com>
Sent: Monday, December 3, 2012 11:18am
To: hbrob...@googlegroups.com
Cc: davec...@gmail.com
Subject: [HBRobotics] Re: ROS on Raspberry Pi
Dear all,
I don't know if it is of interest, but have a look at http://cubieboard.org. It's quite similar to the RPi but with better hardware specs. The indigogo campaign is over, so the price is a little higher now, but $49 is still comparable to the RPi if you take the better HW into account..
A drawback is the small community which is a huge advantage for the RPi..
Melvin
On Thursday, November 29, 2012 9:25:56 AM UTC+1, DrDave wrote:
It was great to meet so many of you tonight who are interested in ROS on raspberry pi. It really is a terrific platform for robotics and at $35 it really can't be beaten. I am looking for the contact details of everyone who is interested in working more on getting ROS working properly on Raspberry Pi.Please email me and we'll get a SIG going to work on this problem - it will benefit all of us.David Crawley
--
You received this message because you are subscribed to the Google Groups "HomeBrew Robotics Club" group.
To post to this group, send email to hbrob...@googlegroups.com.
To unsubscribe from this group, send email to hbrobotics+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/hbrobotics?hl=en.
--
You received this message because you are subscribed to the Google Groups "HomeBrew Robotics Club" group.
To post to this group, send email to hbrob...@googlegroups.com.
To unsubscribe from this group, send email to hbrobotics+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/hbrobotics?hl=en.
ERROR] [WallTime: 1354846764.670624] Tried to publish before configured, topic id 125
^CTraceback (most recent call last): File "/opt/ros/electric/stacks/rosserial/rosserial_python/nodes/serial_node.py", line 58, in <module> client.run()
File "/opt/ros/electric/stacks/rosserial/rosserial_python/src/rosserial_python/SerialClient.py", line 260, in run flag[0] = self.port.read(1)
File "/usr/lib/python2.7/dist-packages/serial/serialposix.py", line 442, in read ready,_,_ = select.select([self.fd],[],[], self._timeout) select.error: (4, 'Interrupted system call')
Is the version of Python an issue? I was running an older version of Python, but upgraded because I was doing some Django development.
I think this issue is independent of arduino - I got a similar error on my Turtlebot running diamondback that started after I upgraded Ubuntu to 11.10 symptoms are that that USB is talking, but not getting anything back.
Man, this is frustrating - but "Ya gotta suffer if you want to sing the blues."
I posted this to ros answers.
James M. Geidl, K6JMG
D.B. Cooper, you have a
message.
Hi Jim,
Sorry to hear about the encoder shield. You may have already checked this, but on mine I had to reverse the A/B leads on one of the headers. In other words, the A/B leads coming from the two encoders need to be attached oppositely on the Robogaia: so if one encoder has yellow/white on A/B then the other would have white/yellow on A/B. (The color of your encoder wires may differ.)
--patrick
On 12/14/2012 09:23 PM, James Ronald wrote:
Hi Patrick,
Your ros_arduino_diff_drive package seems to work great. However, it seems that the X Axis on my RoboGaia is not working. Both of my encoders work fine on the Y Axis so it's not the encoders. I also tested using their demo application and got similar results so it is not your application. I am using a Arduino Mega 1280 but I don't think that should make a difference. I do suppose that there could also be something wrong with my Arduino Mega 1280. Perhaps I will run out to Microcenter and pick up a Arduino Mega 2560 Rev 3. tomorrow. Also, I did leave Robogaia a message via their "contact us" screen.
- Jim
--
You received this message because you are subscribed to the Google Groups "HomeBrew Robotics Club" group.
To post to this group, send email to hbrob...@googlegroups.com.
To unsubscribe from this group, send email to hbrobotics+unsubscribe@googlegroups.com.
James M. Geidl, K6JMG
D.B. Cooper, you have a
message.
James M. Geidl, K6JMG
D.B. Cooper, you have a
message.
To unsubscribe from this group, send email to hbrobotics+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/hbrobotics?hl=en.
--
You received this message because you are subscribed to the Google Groups "HomeBrew Robotics Club" group.
To post to this group, send email to hbrob...@googlegroups.com.
To unsubscribe from this group, send email to hbrobotics+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/hbrobotics?hl=en.
--
You received this message because you are subscribed to the Google Groups "HomeBrew Robotics Club" group.
To post to this group, send email to hbrob...@googlegroups.com.
To unsubscribe from this group, send email to hbrobotics+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/hbrobotics?hl=en.
James M. Geidl, K6JMG
D.B. Cooper, you have a
message.