<?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=4&amp;t=1258" />

<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-04-04T18:46:15+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=4&amp;t=1258</id>
<entry>
<author><name><![CDATA[DirtyRoboto]]></name></author>
<updated>2007-04-04T18:46:15+01:00</updated>
<published>2007-04-04T18:46:15+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1258&amp;p=8320#p8320</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1258&amp;p=8320#p8320"/>
<title type="html"><![CDATA[multiple robonovas]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1258&amp;p=8320#p8320"><![CDATA[
How would the RN know what direction it is pointing without an electronic compass?<br /><br />If you did have an Ecompass installed then you could work out the distance by pinging the other bot and know the direction from the Ecompass.<br />This would be the case if as pev says, you have an RF tx/rx installed.<br /><br />The coding for this using the limited Robobasic package would be a nightmare, if you added another bot then you might aswell book the next 2 months off of work (or school) and get coding.<br /><br />I was looking at implimenting RFID on the RN1. The bot would know the distance to a known object and also execute the correct routine to interact with the object.<br />If I myself wore a RFID tag then the robot would sense my approach and act accordingly ect.<br />If 2 RN1's had RFID then they would be able to know the position in relation to their own of the other Bot.<br /><br />They would know that the red ball is RFID 000476 and the blue cube is RFID 000250, that Bot A is RFID 000111 and Bot B is RFID 000112 and so on.<br /><br />This is easy logic to program into RB and takes alot of the donkey work out if object interaction.<br /><br />HTH.<br /><br />Marcus.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=312">DirtyRoboto</a> — Wed Apr 04, 2007 6:46 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Pev]]></name></author>
<updated>2007-04-04T18:11:16+01:00</updated>
<published>2007-04-04T18:11:16+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1258&amp;p=8319#p8319</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1258&amp;p=8319#p8319"/>
<title type="html"><![CDATA[multiple robonovas]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1258&amp;p=8319#p8319"><![CDATA[
Well you could just stick a tranceiver in each RN-1 on their ETX/ERX ports (maybe even a bluesmirf if  the latency isn't an issue - which it probably won't be with Robobasic comms).<br /><br />Then have RN-1(A) act as the master and establish a connection to RN-1(B). Once connected you could design your own &quot;protocol&quot; for the data transfer - like first byte is north/south position, second byte is east/west position.<br /><br />Pev<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=88">Pev</a> — Wed Apr 04, 2007 6:11 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Robo1]]></name></author>
<updated>2007-04-04T16:30:59+01:00</updated>
<published>2007-04-04T16:30:59+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1258&amp;p=8316#p8316</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1258&amp;p=8316#p8316"/>
<title type="html"><![CDATA[multiple robonovas]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1258&amp;p=8316#p8316"><![CDATA[
I'm looking in to autonomous robo1 fighting but I'm going to use a camera. <br /><br />If you take a reference frame at the beginning of the bout you can use it as a reference to work out how fare away a bot is e.g. comparing pixel number.  the more the pixel number the closer it is.<br /><br />I've just got a camera CMUcam1 from <!-- m --><a class="postlink" href="http://www.seattlerobotics.com/">http://www.seattlerobotics.com/</a><!-- m -->  that I'm going to try.  So if it works out well I will post some info on this site.<br /><br />bren<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=216">Robo1</a> — Wed Apr 04, 2007 4:30 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[brindy]]></name></author>
<updated>2007-04-04T16:21:31+01:00</updated>
<published>2007-04-04T16:21:31+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1258&amp;p=8315#p8315</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1258&amp;p=8315#p8315"/>
<title type="html"><![CDATA[multiple robonovas]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1258&amp;p=8315#p8315"><![CDATA[
<blockquote><div><cite>Robo1 wrote:</cite><br />With out a method of getting there position then you can transmit it.  The simplist method would be a indoor GPS system using 4 sensors in the corner of the room and a receiver on the bot to work out it's position.<br /><br />To transmit this would require a simple circuit with a chip that broadcasted it's location.  <br /><br />So the short answer: <br /><br />It would be quit hard and expensive 200 pounds but once set up you could do some pritty cool things (it would be able to find the fridge and the beers easily).<br /><br /><br />Bren<br /></div></blockquote><br /><br />thanks, bren.<br /><br />i'm not too worried about getting the actual positions - there are various techniques to do that using sensors already available combined with some math - what i really need is for robonova a to tell robonova b where he is.<br /><br />another option would be some kind of transponder which each bot could scan for.<br /><br />any ideas?<br /><br />in case you're wondering what i'm up to, i want to see is some autonomous robonova fighting and also try out other experiments such as flocking - though i doubt i'll have enough robonovas to give a practical demonstration of that! <img src="http://forum.robosavvy.com/images/smilies/icon_wink.gif" alt=";)" title="Wink" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=578">brindy</a> — Wed Apr 04, 2007 4:21 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Robo1]]></name></author>
<updated>2007-04-04T16:14:32+01:00</updated>
<published>2007-04-04T16:14:32+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1258&amp;p=8314#p8314</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1258&amp;p=8314#p8314"/>
<title type="html"><![CDATA[multiple robonovas]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1258&amp;p=8314#p8314"><![CDATA[
With out a method of getting there position then you can transmit it.  The simplist method would be a indoor GPS system using 4 sensors in the corner of the room and a receiver on the bot to work out it's position.<br /><br />To transmit this would require a simple circuit with a chip that broadcasted it's location.  <br /><br />So the short answer: <br /><br />It would be quit hard and expensive 200 pounds but once set up you could do some pritty cool things (it would be able to find the fridge and the beers easily).<br /><br /><br />Bren<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=216">Robo1</a> — Wed Apr 04, 2007 4:14 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[brindy]]></name></author>
<updated>2007-04-04T16:01:54+01:00</updated>
<published>2007-04-04T16:01:54+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1258&amp;p=8313#p8313</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1258&amp;p=8313#p8313"/>
<title type="html"><![CDATA[multiple robonovas]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1258&amp;p=8313#p8313"><![CDATA[
has anyone tried to do anything with multiple robonovas?<br /><br />specifically, i'm wondering what the best approach to having two or more robonovas communicating with each other might be, if it is feasible in the first place.<br /><br />the kind of information i want to be able to communicate is their relative positions and orientations.  assuming that i can get that information from an individual robonova, how would could this be communicated to other robonovas, if at all?<br /><br />thanks in advance for your thoughts / suggestions<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=578">brindy</a> — Wed Apr 04, 2007 4:01 pm</p><hr />
]]></content>
</entry>
</feed>