<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
<link rel="self" type="application/atom+xml" href="http://forum.robosavvy.com/feed.php?f=1&amp;t=1631" />

<title>RoboSavvy Forum</title>
<subtitle>Robosavvy Forum: The largest online community of Humanoid Robot Builders</subtitle>
<link href="http://forum.robosavvy.com/index.php" />
<updated>2007-08-22T16:27:25+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=1&amp;t=1631</id>
<entry>
<author><name><![CDATA[MadDogJoe]]></name></author>
<updated>2007-08-22T16:27:25+01:00</updated>
<published>2007-08-22T16:27:25+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1631&amp;p=10567#p10567</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1631&amp;p=10567#p10567"/>
<title type="html"><![CDATA[Can we gather around to discuss camera vision?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1631&amp;p=10567#p10567"><![CDATA[
Chris,<br /><br />Of course it is virtually impossible to keep the head aligned perfectly in the pan direction (even when walking very slowly) but the head will continue to track pretty faithfully, so you need to create an acceptable bounding box (in the world of electronics it would be called hysteresis) that the object stays in that doesn't required correction. As you move you can adjust to the left or right if the pan falls out of the box. You also have to the bot search if the object cannot be found in the available pan and tilt range, but that just requires a short spin to the left or right in a logical pattern.<br /><br />The tilt information gives me a guesstimate of how far away I am if it is something to pick up (basic trig function for angle of head versus height of bot, although I just use a look up table) walk until the head is looking down enough.<br /><br />For walking to a target that is basically the same height, the tilt info doesn't yield much, but when you get I get close I switch to the sharp / devantec sensors to yield that info.<br /><br />I'll try to get code and pics / video up in the near future, although alot of it was on the laptop that the senior case manager at HP informs me may be a total replacement!<br /><br />MadDog Joe<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=708">MadDogJoe</a> — Wed Aug 22, 2007 4:27 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[NovaOne]]></name></author>
<updated>2007-08-21T19:11:24+01:00</updated>
<published>2007-08-21T19:11:24+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1631&amp;p=10551#p10551</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1631&amp;p=10551#p10551"/>
<title type="html"><![CDATA[Can we gather around to discuss camera vision?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1631&amp;p=10551#p10551"><![CDATA[
Very interesting.....so please tell me if I understand this:<br /><br />You feeding the pan and tilt PWM to two servos and also to RN?<br /><br />The Pan PWM is read into RoboBasic , then do you turn RN through the required angle you have calculated from the PWM information?<br /><br />How do you use the Tilt PWM information?<br /><br />If the segment of RoboBASIC code is small could you post it? <br /><br /><br />Chris<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=663">NovaOne</a> — Tue Aug 21, 2007 7:11 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[MadDogJoe]]></name></author>
<updated>2007-08-21T18:21:52+01:00</updated>
<published>2007-08-21T18:21:52+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1631&amp;p=10549#p10549</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1631&amp;p=10549#p10549"/>
<title type="html"><![CDATA[CMUCAM3]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1631&amp;p=10549#p10549"><![CDATA[
I've interfaced one of these to my RN1, here are a couple of ideas.<br /><br />1. Yes, the CMU board carries the intelligence to do most basic types of image recognition.<br /><br />2. After I evaluated the interface mechanisms that are available (Serial Communications, Digitial Signals, Etc.) I decided that anything I could give the MC3024 in terms of image processing data would be too much for robobasic to use. I then decided that the most important information I needed were: did you find what we are looking for, and where is it?<br />So using some simple communication FROM the MC3024 TO the CMUCam3 board I tell the cam what to look for, it feeds back a single digital signal saying that it found it and then mirrors where the head is looking (there are 4 servo pwms, 2 are connected to the 2 servo pan and tilt that I made out of carbonfiber, 2 are connected to the MC3024 to let me know where the camera is looking when it finds what we are looking for) using the RCIN commands in robobasic.<br /><br />This of course is just one way to do things, but I can zero in on a target, then align the body to the target, move toward it until the bot is within reach and then touch the target. Mostly developed for two operations, automatic recharging and find / retrieve operations.<br /><br />I'll have some video and pictures as soon as my HP Laptop returns from their repair depot (THE MAGIC SMOKE CAME OUT! LOTS OF IT!) videos and pics are on it.<br /><br />MadDog Joe<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=708">MadDogJoe</a> — Tue Aug 21, 2007 6:21 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[NovaOne]]></name></author>
<updated>2007-08-20T20:59:50+01:00</updated>
<published>2007-08-20T20:59:50+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1631&amp;p=10530#p10530</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1631&amp;p=10530#p10530"/>
<title type="html"><![CDATA[Can we gather around to discuss camera vision?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1631&amp;p=10530#p10530"><![CDATA[
I don't know much about CMUCAM's but they seem to have TTL serial ports so I think you could connect them to RN via ETX and ERX connections?<br /><br />I Don't know about the Mini-Atom Bot Board? It must have a serial port?<br /><br />Chris<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=663">NovaOne</a> — Mon Aug 20, 2007 8:59 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[sharifk]]></name></author>
<updated>2007-08-17T04:09:51+01:00</updated>
<published>2007-08-17T04:09:51+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1631&amp;p=10447#p10447</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1631&amp;p=10447#p10447"/>
<title type="html"><![CDATA[Can we gather around to discuss camera vision?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1631&amp;p=10447#p10447"><![CDATA[
Hello all,<br /><br />This mightve been asked numerous times but I have the question in a different format if you dont mind.<br /><br />Say I have 2 bipeds, one which is the Robonova-1 and two, a custom built one off of lynxmotions parts. This means two things, one controller is the MR-C3024 and the other is the MINI-ABB stacked with the SSC-32. <br /><br />Ive been trying to figure out ways to give my robot vision for many applications and I'm not sure what I want to do or how to do it exactly. Im very much into the latest CMUCAM as it can recognize faces, however, I'm not sure just exactly how it works and how it sends data. Could someone please tell me whether that CMUCAM comes with a processing board or not? If so, how would one bus it with the MR-C3024 or MINI-ABB for some basic intelligence? <br /><br />Ive also checked out the POB-EYE which looks very promising, the package comes with a servo controller, the camera, the lcd and the mother board ... however ... the camera itself looks quite large and unattractive. Nevertheless, choose POB-EYE means no reason to ask how to implement the CMUCAM with the 2 controllers I have. <br /><br />Just wondering the possibilities, feel free to throw out ideas or shut me down if you wish <img src="http://forum.robosavvy.com/images/smilies/icon_lol.gif" alt=":lol:" title="Laughing" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=712">sharifk</a> — Fri Aug 17, 2007 4:09 am</p><hr />
]]></content>
</entry>
</feed>