<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Trossen Robotics Community</title>
		<link>http://forums.trossenrobotics.com/</link>
		<description>The Trossen Robotics Community is the place to be to collaborate on anything to do with robotics technology. Share knowledge, ideas, opinions, or simply ask questions about robotics on the hobbyist, educational, research, and competition levels.</description>
		<language>en</language>
		<lastBuildDate>Wed, 16 May 2012 20:54:13 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>30</ttl>
		<image>
			<url>http://forums.trossenrobotics.com/images/misc/rss.png</url>
			<title>Trossen Robotics Community</title>
			<link>http://forums.trossenrobotics.com/</link>
		</image>
		<item>
			<title><![CDATA[[Project] This Ultrasonic Transducer Sensor is Amazing]]></title>
			<link>http://forums.trossenrobotics.com/showthread.php?5485-This-Ultrasonic-Transducer-Sensor-is-Amazing&amp;goto=newpost</link>
			<pubDate>Wed, 16 May 2012 06:13:33 GMT</pubDate>
			<description>I had the opportunity to see the new HRLV-MaxSonar-EZ in operation Wednesday evening this past week. All I can say is WOW! This sensor is truly an...</description>
			<content:encoded><![CDATA[<div>I had the opportunity to see the new HRLV-MaxSonar-EZ in operation Wednesday evening this past week. All I can say is WOW! This sensor is truly an amazing piece of engineering work. The most exciting part of the demonstration that I saw was the engineer set up an MB1010 (in free run operation 20Hz) pointed directly at the HRLV-MaxSonar-EZ (in free fun 10Hz operation). The HRLV sensor maintained stable 1mm reported resolution +/- 1mm to a 1 meter target (on a small occasion, there was a noise blip of 2 to 4 millimeters change). The multi sensor operation of this test was the equivalent of running three 10Hz operation sensors because of the 20Hz operation of the LV-MaxSonar-EZ sensor. I have never seen this type of reported accuracy in a low cost <a href="http://www.osenon.com" target="_blank">Ultrasonic sensor</a>.<br />
<br />
As a manager I then saw the demonstration of the temperature compensation which was very impressive. The engineer had the HR-MaxTemp external temperature sensor attached and the HRLV-MaxSonar-EZ sensor reported range matched a laser range finder reported range in millimeters at one meter. For demonstration, he took the temperature sensor in his hand and started to warm it up by just holding the HR-MaxTemp. The sensor immediately started to apply the compensation for temperature to the readings and I could see the change in the reported range. Then once the HR-MaxTemp<a href="http://www.osenon.com" target="_blank">Ultrasonic sensor</a> cooled down, the HRLV-MaxSonar-EZ sensor was reporting accurately to the millimeter again.<br />
<br />
Production of the HRLV-MaxSonar-EZ sensors started this last week. We are finishing all the production fixtures and test sets. The datasheet is in the engineering department and is being handed back and forth for revisions. We have the website going through final revisions for publishing and all internal system updates are being finished for this new and exciting product.<br />
<br />
The HRLV-MaxSonar-EZ sensor is truly a revolutionary sensor for only $34.95. Watch our website for the ability to place preorders within the next week. The sensors will begin shipping about 1 week (or less) after preorder is posted. We look forward to providing this sensor solution to you!</div>

]]></content:encoded>
			<category domain="http://forums.trossenrobotics.com/forumdisplay.php?52-Mechanics-Construction">Mechanics / Construction</category>
			<dc:creator>lusil</dc:creator>
			<guid isPermaLink="true">http://forums.trossenrobotics.com/showthread.php?5485-This-Ultrasonic-Transducer-Sensor-is-Amazing</guid>
		</item>
		<item>
			<title><![CDATA[[Question(s)] Global frame to local frame]]></title>
			<link>http://forums.trossenrobotics.com/showthread.php?5483-Global-frame-to-local-frame&amp;goto=newpost</link>
			<pubDate>Fri, 11 May 2012 04:03:24 GMT</pubDate>
			<description>Hello friends 
Iam naveen and new to this forum.I have a question regarding the transformation matrix from world frame to the base frame of  a...</description>
			<content:encoded><![CDATA[<div>Hello friends<br />
Iam naveen and new to this forum.I have a question regarding the transformation matrix from world frame to the base frame of  a <b>Spatial</b> serial manipulator. The frames are attached like this. The Z-axes are along the link lengths. The Xi axis is oriented such that Xi = Zi X Zi+1 and Y-axis such that it completes a right-hand system. For the base frame of manipulator the Z-axis is along the First link but the X and Y axes are arbitrary. <u>My world frame is at (0,0,0) at some distance and different orientation to that of robot base frame. World frame orientation is along unit vectors xo = [1 0 0],yo = [0 1 0] and zo = [0 0 1]</u>.<b><u> I want to know how to calculate the Transformation matrix from world frame to manipulator base frame.</u></b>To make it clear further the First link is located at some distance and oriented differently with respect to world frame.Iam sucessfully able to calculate the end-effector position withrespect to base frame.But iam not able to transform it withrespect to world frame. I tried in many ways but could not succeed.I will describe the context of the problem below.<br />
<br />
Actually iam modelling the backbone atoms of a RNA molecule as a serial chain hyper-redundant manipulator. The atoms are modelled as joints and bond-lengths as links. The bond-lengths and bond-angles are constants and torsion angles are the variable parameters. The frames are attached as described in the first paragraph. The Z-axes are along the bond-lengths. The Xi axis is oriented such that Xi = Zi X Zi+1 and Y-axis such that it completes a right-hand system.For the first bond the Z axis is along the bond but the X and Y axes can be taken arbitrary. <br />
The DH parameters are defined as follows. a =0 always for this problem as the bonds intersect(hence the Z-axis), d- distance between X-axis is here is taken as the bond-length, theta is the torsion angle. All DH parameters are calculated from atomic positons of atoms.<br />
Initially iam trying to calculate the end-atom position(end-effector) withrespect to first-atom(base-frame),<u>for some known values of theta</u>. This iam sucessfully able to do. <u>But Iam not able to calculate end-atom position withrespect to world frame.</u> <u>So i want to know the transformation matrix which relates frame attached to first atom(note that the Z-axis of frame attached to first-atom is oriented along the bond from first-atom to second-atom but X and Y axis are arbitrary) to the world frame</u>. <br />
<br />
Iam assigning frames in a similar manner as given in the lower half of this page:<a href="http://planning.cs.uiuc.edu/node111.html" target="_blank">http://planning.cs.uiuc.edu/node111.html</a> but note that my world frame is different from that described there.<br />
<br />
Thank you for your patience reading of my long describtion of my question.</div>

]]></content:encoded>
			<category domain="http://forums.trossenrobotics.com/forumdisplay.php?9-Robotics-General-Discussion">Robotics General Discussion</category>
			<dc:creator>naveen_633</dc:creator>
			<guid isPermaLink="true">http://forums.trossenrobotics.com/showthread.php?5483-Global-frame-to-local-frame</guid>
		</item>
		<item>
			<title><![CDATA[[Question(s)] Arbotix & I2C]]></title>
			<link>http://forums.trossenrobotics.com/showthread.php?5482-Arbotix-amp-I2C&amp;goto=newpost</link>
			<pubDate>Fri, 11 May 2012 03:20:26 GMT</pubDate>
			<description><![CDATA[Does anyone know how to address the I2C lines on the Arbotix?  I have seen something like this (code below) online, but I don't know how this "knows"...]]></description>
			<content:encoded><![CDATA[<div>Does anyone know how to address the I2C lines on the Arbotix?  I have seen something like this (code below) online, but I don't know how this &quot;knows&quot; where to send/recieve I2C data...  The arbotix manual isn't super clear on I2C communication and I haven't been able to find the much in the way of example code.  I'm using the RM-G146 and am fairly confident I have it wired correctly.<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">#include &quot;Wire.h&quot;&nbsp; &nbsp;  <br />
#define gyro_addr 0x68 <br />
#define magne_addr 0x30 <br />
#define acce_addr 0x18&nbsp;  <br />
&nbsp;<br />
&nbsp;<br />
void setup()<br />
{<br />
&nbsp; Wire.begin();&nbsp; &nbsp;  <br />
&nbsp; Serial.begin(9600);<br />
}<br />
<br />
&nbsp; void getdata_acce(byte *a, byte *b)<br />
&nbsp; {<br />
&nbsp;  <br />
&nbsp; &nbsp; Wire.beginTransmission(acce_addr);<br />
&nbsp; &nbsp; Wire.send(0);&nbsp;  <br />
&nbsp; &nbsp; Wire.endTransmission();<br />
&nbsp; &nbsp; <br />
&nbsp;  <br />
&nbsp; &nbsp; Wire.requestFrom(acce_addr, 2); <br />
&nbsp; &nbsp; *a = Wire.receive(); <br />
&nbsp; &nbsp; *b = Wire.receive(); <br />
&nbsp; }<br />
<br />
void loop()<br />
{<br />
&nbsp;byte aa, bb;&nbsp; &nbsp; //variables for storage<br />
&nbsp;<br />
&nbsp;getdata_gyro();<br />
&nbsp;getdata_acce(&amp;aa, &amp;bb); <br />
&nbsp;getdata_magne();<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;Serial.print('a= ');<br />
&nbsp;delay(300);<br />
&nbsp;Serial.print(aa, HEX);&nbsp; &nbsp; //prints the value of aa<br />
&nbsp;delay(300);<br />
&nbsp;Serial.print('\n b=');<br />
&nbsp;delay(300);<br />
&nbsp;Serial.print(bb, HEX);&nbsp; &nbsp; //prints the value of bb<br />
&nbsp;delay(300);<br />
}</code><hr />
</div>I also read that the address listed are wrong, 8 bit vs. 7 bit, I'm not sure how to tell if thats correct or not, but I assume I can figure that out once I get the communication address/s figured out.<br />
<br />
Thanks!<br />
<br />
<br />
Cheers,<br />
Scott</div>

]]></content:encoded>
			<category domain="http://forums.trossenrobotics.com/forumdisplay.php?31-I-O-Boards-and-Controllers">I/O Boards and Controllers</category>
			<dc:creator>sarendt</dc:creator>
			<guid isPermaLink="true">http://forums.trossenrobotics.com/showthread.php?5482-Arbotix-amp-I2C</guid>
		</item>
		<item>
			<title><![CDATA[[Question(s)] Reading Wrong Position Values from AX-12 (C++)]]></title>
			<link>http://forums.trossenrobotics.com/showthread.php?5481-Reading-Wrong-Position-Values-from-AX-12-(C-)&amp;goto=newpost</link>
			<pubDate>Fri, 11 May 2012 02:44:04 GMT</pubDate>
			<description><![CDATA[Hi All,  
 
I'm reading the wrong current pos values from my AX-12s. (Pan and tilt) It keeps spitting back the same value (- 52.17, +52.17) Even...]]></description>
			<content:encoded><![CDATA[<div>Hi All, <br />
<br />
I'm reading the wrong current pos values from my AX-12s. (Pan and tilt) It keeps spitting back the same value (- 52.17, +52.17) Even though I'm able to send it commands and move it. <br />
<br />
Any ideas what could be wrong? My code for reading pos is as follows: <br />
<br />
get_position(int id){<br />
  <br />
  struct DXL_inst_packet instPacket;<br />
  struct DXL_status_packet statPacket;<br />
  instPacket.id = id;<br />
  instPacket.length = 4; /* Read length */<br />
  instPacket.instruction = INST_READ;<br />
  instPacket.address = P_PRESENT_POSITION_L;<br />
  instPacket.parameter[0]= 2; /* I want to read two bytes */ <br />
  <br />
  send_packet(&amp;instPacket);<br />
  <br />
  if(read_packet(&amp;statPacket)!=-1)<br />
  {<br />
    int position_read_from_servo_hex = ((statPacket.parameter[1]&lt;&lt;8)| statPacket.parameter[0]);<br />
    if(id==PAN_ID)<br />
      return ((position_read_from_servo_hex-CENTRE_HEX_PAN)*POSITION_HEX_xTHIS_GIVES_POSITION_  RADIANS);    // Return radians<br />
    else if(id==TILT_ID)<br />
      return ((position_read_from_servo_hex-CENTRE_HEX_TILT)*POSITION_HEX_xTHIS_GIVES_POSITION  _RADIANS);    // Return radians<br />
  }<br />
  return -1;<br />
}<br />
<br />
Any help would be much appreciated! I'm using Ubuntu to compile all this :D<br />
<br />
Thanks again! :D</div>

]]></content:encoded>
			<category domain="http://forums.trossenrobotics.com/forumdisplay.php?21-Software-and-Programming">Software and Programming</category>
			<dc:creator>robotpanda</dc:creator>
			<guid isPermaLink="true">http://forums.trossenrobotics.com/showthread.php?5481-Reading-Wrong-Position-Values-from-AX-12-(C-)</guid>
		</item>
		<item>
			<title><![CDATA[[Question(s)] Forum Search Problems]]></title>
			<link>http://forums.trossenrobotics.com/showthread.php?5480-Forum-Search-Problems&amp;goto=newpost</link>
			<pubDate>Fri, 11 May 2012 02:18:50 GMT</pubDate>
			<description>Has anyone else noticed a problem with the search?  I have been working on hooking up a I2C sensor to my Arbotix and I know this is the best place to...</description>
			<content:encoded><![CDATA[<div>Has anyone else noticed a problem with the search?  I have been working on hooking up a I2C sensor to my Arbotix and I know this is the best place to look for all things Arbotix...  I tried the search and didn't find anything so I assumed there wasn't anything to be found.  A few days later I used google and noticed a trossen link showed up so I clicked on it.  There it was, clearly in the subject line &quot;I2C&quot; ... <a href="http://forums.trossenrobotics.com/showthread.php?4781-I2C-Header" target="_blank">http://forums.trossenrobotics.com/sh...781-I2C-Header</a><br />
<br />
Even worse was below it were &quot;similar&quot; posts that also clearly have &quot;I2C&quot; in the subject line...  <br />
<br />
Am I miss understanding how search works, or miss using it?<br />
<br />
Thanks!<br />
<br />
Scott</div>

]]></content:encoded>
			<category domain="http://forums.trossenrobotics.com/forumdisplay.php?115-Off-Topic">Off Topic</category>
			<dc:creator>sarendt</dc:creator>
			<guid isPermaLink="true">http://forums.trossenrobotics.com/showthread.php?5480-Forum-Search-Problems</guid>
		</item>
		<item>
			<title><![CDATA[Crazy question: "Cheetah" walker?]]></title>
			<link>http://forums.trossenrobotics.com/showthread.php?5479-Crazy-question-quot-Cheetah-quot-walker&amp;goto=newpost</link>
			<pubDate>Wed, 09 May 2012 23:00:51 GMT</pubDate>
			<description><![CDATA[I'm looking at all the walkers, and the significant challenges involved with walking with any degree of speed. Even the "big dog" (which apparently...]]></description>
			<content:encoded><![CDATA[<div>I'm looking at all the walkers, and the significant challenges involved with walking with any degree of speed. Even the &quot;big dog&quot; (which apparently now has Army funding) isn't particularly nimble, and it's faster than most bipods/quads/hexes I see here.<br />
<br />
Then I think about fast animal movement. Cats running on four legs, for example. The movement for that running seems a lot simpler, mechanically, than the deliberate balancing act that bipods/quads end up with. The draw-back is that the balancing is quite dynamic -- you can't &quot;stop&quot; in the middle of a movement, or you'll totally collapse.<br />
<br />
Could a &quot;running&quot; robot be built with fewer moving joints? It seems you just need two joints each for the four legs, for a total of 8 joints, and you could get a running/leaping gait, assuming you can get enough force. You might be able to use something like a strong solenoid, rather than a servo, for actuation, to get a momentary compress/release force instead of steady torque. You could turn by actuating with different amounts of force -- or by having slight sideways bend, which would need a servo or two more at the head of the legs.<br />
<br />
Has it been done? Am I crazy? I'm not in a position to try this out anytime soon, so I'm just kicking the idea around in my head for now.</div>

]]></content:encoded>
			<category domain="http://forums.trossenrobotics.com/forumdisplay.php?106-Humanoids-Walkers-amp-Crawlers"><![CDATA[Humanoids, Walkers & Crawlers]]></category>
			<dc:creator>jwatte</dc:creator>
			<guid isPermaLink="true">http://forums.trossenrobotics.com/showthread.php?5479-Crazy-question-quot-Cheetah-quot-walker</guid>
		</item>
		<item>
			<title><![CDATA[[Question(s)] Can I use Robotis Dynamixel SDK to control dynamixels connected to CM-510]]></title>
			<link>http://forums.trossenrobotics.com/showthread.php?5478-Can-I-use-Robotis-Dynamixel-SDK-to-control-dynamixels-connected-to-CM-510&amp;goto=newpost</link>
			<pubDate>Mon, 07 May 2012 21:32:00 GMT</pubDate>
			<description><![CDATA[Hello,  
 
Question about Bioloid's Dynamixel SDK (C++) from Robotis (could not find it on their site and no one from support is helping) : 
Can I...]]></description>
			<content:encoded><![CDATA[<div>Hello, <br />
<br />
Question about Bioloid's Dynamixel SDK (C++) from Robotis (could not find it on their site and no one from support is helping) :<br />
Can I use Dynamixel SDK C++ functions to control dynamixels that are connected to CM-510 which is connected to PC via a serial link and USB2Dynamixel switched to RS232 mode?  Essentially, the setup is PC-&gt;USB2Dynamixel-&gt;CM-510-&gt;dynamixels<br />
I tried Robotis Read-Write code samples for Dyanmixel SDK and even though CM-510 blinks like it receives packets, the actuators are not moving. The RoboPlus Manager can control dynamixels with the same setup running on my PC.<br />
<br />
Thanks<br />
Nick</div>

]]></content:encoded>
			<category domain="http://forums.trossenrobotics.com/forumdisplay.php?21-Software-and-Programming">Software and Programming</category>
			<dc:creator>nsmoly</dc:creator>
			<guid isPermaLink="true">http://forums.trossenrobotics.com/showthread.php?5478-Can-I-use-Robotis-Dynamixel-SDK-to-control-dynamixels-connected-to-CM-510</guid>
		</item>
		<item>
			<title>capture tag id - code to GET RFID TAG ID</title>
			<link>http://forums.trossenrobotics.com/showthread.php?5477-capture-tag-id-code-to-GET-RFID-TAG-ID&amp;goto=newpost</link>
			<pubDate>Mon, 07 May 2012 19:51:07 GMT</pubDate>
			<description><![CDATA[[TR] 
[TD]*Hi,* 
I am trying to do a small project RFID based door lock system using PIC24H Mic, but I'm failing to interface the PIC24 and Red Bee...]]></description>
			<content:encoded><![CDATA[<div><div class="cms_table"><table class="cms_table"><tr valign="top" class="cms_table_tr"><td class="cms_table_td"><span style="font-family: arial"><font size="2"><b>Hi,</b></font></span><br />
<span style="font-family: arial"><font size="2">I am trying to do a small project RFID based door lock system using PIC24H Mic, but I'm failing to interface the PIC24 and Red Bee RFID. Can you please help me.....?</font></span><br />
<span style="font-family: arial"><font size="2"><br />
</font></span><br />
<span style="font-family: arial"><font size="2">How will the output at rx pin of REDBEE RFID be? <b>I want to send the tag id to the PIC. How do I do this?</b> Sample C code or Suggestions would be of great help !</font></span><br />
<span style="font-family: arial"><font size="2"><br />
I tried the following the below logic, but it didn't work. </font></span><br />
<span style="font-family: arial"><font size="2"><b>Program:</b></font></span><br />
<span style="font-family: arial"><font size="2"><br />
</font></span><br />
<span style="font-family: arial"><font size="2">/****</font></span>I am trying to transmit the tag data from rx pin  of REDBEE RFID to PIC pin RB10/RB11. But I couldn't get the tag id to the PIC, The LCD interface is working fine. I used some library functions, some of which I described briefly below *****/<br />
<span style="font-family: arial"><font size="2"><br />
</font></span><br />
<span style="font-family: arial"><font size="2"><b>A part of my code is :</b></font></span><br />
<span style="font-family: arial"><font size="2"><br />
</font></span><br />
<span style="font-family: arial"><font size="2">uint8_t u8_c;</font></span><br />
<span style="font-family: arial"><font size="2">u8_c = inChar();  //get character</font></span><br />
<span style="font-family: arial"><font size="2">outChar(u8_c);    // Write a character to the serial port</font></span><br />
<span style="font-family: arial"><font size="2"> for (int i =0; i&lt; 15; i++)</font></span><br />
<span style="font-family: arial"><font size="2">{</font></span><br />
<span style="font-family: arial"><font size="2">array[i] = u8_c;</font></span><br />
<span style="font-family: arial"><font size="2">}</font></span><br />
<span style="font-family: arial"><font size="2"> outStringLCD(array); // display the tag on LCD </font></span><br />
<span style="font-family: arial"><font size="2"> writeLCD(0xC0,0,1,1); </font></span><br />
<br />
<br />
<b>Function and its brief description:</b><br />
<span style="font-family: arial"><font size="2">1) uint8_t inChar(void)    </font></span><br />
<span style="font-family: arial"><font size="2">/*** Read a character from the serial port. </font></span><br />
<span style="font-family: arial"><font size="2">This function blocks until a character is read. ***/</font></span><br />
<br />
<span style="font-family: arial"><font size="2">2) void outString    (const char *     psz_s)    </font></span><br />
<span style="font-family: arial"><font size="2"> /***  Write a null-terminated string to the serial port. ***/</font></span><br />
<span style="font-family: arial"><font size="2"><br />
</font></span><br />
<span style="font-family: arial"><font size="2">3) void outChar    (uint8_t u8_c)    </font></span><br />
<span style="font-family: arial"><font size="2">/*** A system-dependent macro to output one character.</font></span><br />
<span style="font-family: arial"><font size="2">Write a character to the serial port. </font></span><br />
<span style="font-family: arial"><font size="2">This function blocks until a character is written. ***/</font></span><br />
<span style="font-family: arial"><font size="2"><br />
</font></span><br />
<span style="font-family: arial"><font size="2">4) void outUint8Decimal    (uint8_t u8_x)    </font></span><br />
<span style="font-family: arial"><font size="2">/***Output u8_x as decimal value. ***/</font></span><br />
<span style="font-family: arial"><font size="2"><br />
</font></span><br />
<span style="font-family: arial"><font size="2"><br />
</font></span><br />
<span style="font-family: arial"><font size="2">5) uint8_t isCharReady (void)    </font></span><br />
<span style="font-family: arial"><font size="2">/*** Determine if a character is ready to be read </font></span><br />
<span style="font-family: arial"><font size="2">from the serial port.</font></span><br />
<span style="font-family: arial"><font size="2">Returns: non-zero value if character is ready, </font></span><br />
<span style="font-family: arial"><font size="2">zero otherwise ***/</font></span><br />
<span style="font-family: arial"><font size="2"><br />
</font></span><br />
<span style="font-family: arial"><font size="2">5) uint16_t inString (char * psz_buff,int16_t u16_maxCount)    </font></span><br />
<span style="font-family: arial"><font size="2">/*** Reads a string into psz_buff, assumes psz_buff </font></span><br />
<span style="font-family: arial"><font size="2">can hold at least u16_maxCount+1 characters. ***/</font></span><br />
<span style="font-family: arial"><font size="2"><br />
</font></span><br />
<span style="font-family: arial"><font size="2">6) #define CONFIG_INT1_TO_RP(pin) _INT1R = pin</font></span><br />
<span style="font-family: arial"><font size="2">/*** This maps an input internal to the PIC to </font></span><br />
<span style="font-family: arial"><font size="2">an input pin. For example, CONFIG_INT1_TO_RP(10) maps </font></span><br />
<span style="font-family: arial"><font size="2">the INT1 edge-triggered interrupt to port P, pin 10 ***/</font></span><br />
<span style="font-family: arial"><font size="2"><br />
</font></span><br />
<b><span style="font-family: arial"><font size="2">For more functions available in library:</font></span></b><br />
<span style="font-family: arial"><font size="2">http://www.ece.msstate.edu/courses/ece3724/main_pic24/docs/_p_i_c24_support.html</font></span><br />
<span style="font-family: arial"><font size="2"><br />
</font></span><br />
<b><span style="font-family: arial"><font size="2">Above functions reference links:</font></span></b><br />
<span style="font-family: arial"><font size="2">pic24_uart.h:</font></span><br />
<span style="font-family: arial"><font size="2">http://www.ece.msstate.edu/courses/ece3724/main_pic24/docs/pic24__uart_8h.html</font></span><br />
<span style="font-family: arial"><font size="2"><br />
</font></span><br />
<span style="font-family: arial"><font size="2">pic24_uart.c:</font></span><br />
<span style="font-family: arial"><font size="2">http://www.ece.msstate.edu/courses/ece3724/main_pic24/docs/pic24__uart_8c.html</font></span><br />
<span style="font-family: arial"><font size="2"><br />
</font></span><br />
<span style="font-family: arial"><font size="2">pic24_serial.h:</font></span><br />
<span style="font-family: arial"><font size="2">http://www.ece.msstate.edu/courses/ece3724/main_pic24/docs/pic24__serial_8h.html</font></span><br />
<span style="font-family: arial"><font size="2"><br />
</font></span><br />
<span style="font-family: arial"><font size="2"><br />
</font></span><br />
<span style="font-family: arial"><font size="2">Please let me know how could I write program to get tag ID to PIC ???? Please help !<br />
Thanks.......</font></span></td>
</tr>
</table></div>
</div>

]]></content:encoded>
			<category domain="http://forums.trossenrobotics.com/forumdisplay.php?21-Software-and-Programming">Software and Programming</category>
			<dc:creator>priiya p</dc:creator>
			<guid isPermaLink="true">http://forums.trossenrobotics.com/showthread.php?5477-capture-tag-id-code-to-GET-RFID-TAG-ID</guid>
		</item>
		<item>
			<title><![CDATA[0.2" FSR integration with MAXON EPOS2 P]]></title>
			<link>http://forums.trossenrobotics.com/showthread.php?5476-0.2-quot-FSR-integration-with-MAXON-EPOS2-P&amp;goto=newpost</link>
			<pubDate>Mon, 07 May 2012 10:39:57 GMT</pubDate>
			<description><![CDATA[Hi guys can I integrate the 0.2" FSR with MAXON MOTOR'S EPOS2 P motion controller. The motion controller has two analog inputs and one analog...]]></description>
			<content:encoded><![CDATA[<div>Hi guys can I integrate the 0.2&quot; FSR with MAXON MOTOR'S EPOS2 P motion controller. The motion controller has two analog inputs and one analog earthing point.</div>

]]></content:encoded>
			<category domain="http://forums.trossenrobotics.com/forumdisplay.php?31-I-O-Boards-and-Controllers">I/O Boards and Controllers</category>
			<dc:creator>mihir</dc:creator>
			<guid isPermaLink="true">http://forums.trossenrobotics.com/showthread.php?5476-0.2-quot-FSR-integration-with-MAXON-EPOS2-P</guid>
		</item>
		<item>
			<title>HUGE SALE: Selling Robot Controllers, Speed Controllers, Relays, Servos, Motors, Big Motors, Joysticks</title>
			<link>http://forums.trossenrobotics.com/showthread.php?5475-HUGE-SALE-Selling-Robot-Controllers-Speed-Controllers-Relays-Servos-Motors-Big-Motors-Joysticks&amp;goto=newpost</link>
			<pubDate>Mon, 07 May 2012 02:23:19 GMT</pubDate>
			<description><![CDATA[I have a ton of robot equipment i need to get rid of asap, Im looking for *$1600/ OR best offer* for EVERYTHING including 5 victor 883's and 5 victor...]]></description>
			<content:encoded><![CDATA[<div>I have a ton of robot equipment i need to get rid of asap, Im looking for <b>$1600/ OR best offer</b> for EVERYTHING including 5 victor 883's and 5 victor 884's and 4 additional Spike relays (not in pictures)<br />
<br />
If need be i can sell individually but it would be much easier to go as a whole :( The total cost of everything here is over $5000 its a steal.<br />
<br />
<a href="http://forums.trossenrobotics.com/attachment.php?attachmentid=3989"  title="Name:  
Views: 
Size:  ">Attachment 3989</a><a href="http://forums.trossenrobotics.com/attachment.php?attachmentid=3990"  title="Name:  
Views: 
Size:  ">Attachment 3990</a><a href="http://forums.trossenrobotics.com/attachment.php?attachmentid=3991"  title="Name:  
Views: 
Size:  ">Attachment 3991</a><a href="http://forums.trossenrobotics.com/attachment.php?attachmentid=3992"  title="Name:  
Views: 
Size:  ">Attachment 3992</a><a href="http://forums.trossenrobotics.com/attachment.php?attachmentid=3993"  title="Name:  
Views: 
Size:  ">Attachment 3993</a><a href="http://forums.trossenrobotics.com/attachment.php?attachmentid=3994"  title="Name:  
Views: 
Size:  ">Attachment 3994</a><a href="http://forums.trossenrobotics.com/attachment.php?attachmentid=3995"  title="Name:  
Views: 
Size:  ">Attachment 3995</a><a href="http://forums.trossenrobotics.com/attachment.php?attachmentid=3996"  title="Name:  
Views: 
Size:  ">Attachment 3996</a><a href="http://forums.trossenrobotics.com/attachment.php?attachmentid=3997"  title="Name:  
Views: 
Size:  ">Attachment 3997</a><a href="http://forums.trossenrobotics.com/attachment.php?attachmentid=3998"  title="Name:  
Views: 
Size:  ">Attachment 3998</a><a href="http://forums.trossenrobotics.com/attachment.php?attachmentid=3999"  title="Name:  
Views: 
Size:  ">Attachment 3999</a><a href="http://forums.trossenrobotics.com/attachment.php?attachmentid=4000"  title="Name:  
Views: 
Size:  ">Attachment 4000</a><br />
<br />
Here is market price<br />
<br />
<b><font size="2">Operator Interface = $349 x3 = $1047<br />
</font></b><b><font size="2">Robot Controller = $449 x4 = $1796<br />
victor 883 = $120 x6 = $720<br />
victor 884 = $90 x6 = $540<br />
spike relay = $34 x 6 = $204<br />
Radio modem robot = $149 x 3 = $447<br />
Radio modem operator interface $149<br />
First CIM motor = $20 x 2 = $40<br />
<font size="3">Total = $4943</font><br />
**This does not include the 3 other robot controllers i cannot find a price for them.<br />
</font></b><br />
Thanks for looking hopefully i can sell these they all function great i will definitively recheck everything before we close the deal.<br />
<br />
To any buyers, Paypal would be great thanks.</div>


	<div style="padding:10px">

	
		<fieldset class="fieldset">
			<legend>Attached Thumbnails</legend>
			<div style="padding:10px">
			
<a href="http://forums.trossenrobotics.com/attachment.php?attachmentid=3989&amp;d=1336356351" 
rel="Lightbox_51705" id="attachment3989"
 target="_blank"><img class="thumbnail" src="http://forums.trossenrobotics.com/attachment.php?attachmentid=3989&amp;stc=1&amp;thumb=1&amp;d=1336356351" 
alt="Click image for larger version

Name:	2012-05-06_21-58-53_561.jpg&lrm;
Views:	N/A
Size:	89.2 KB
ID:	3989"/></a>
&nbsp;

<a href="http://forums.trossenrobotics.com/attachment.php?attachmentid=3990&amp;d=1336356362" 
rel="Lightbox_51705" id="attachment3990"
 target="_blank"><img class="thumbnail" src="http://forums.trossenrobotics.com/attachment.php?attachmentid=3990&amp;stc=1&amp;thumb=1&amp;d=1336356362" 
alt="Click image for larger version

Name:	2012-05-06_21-59-47_668.jpg&lrm;
Views:	N/A
Size:	100.3 KB
ID:	3990"/></a>
&nbsp;

<a href="http://forums.trossenrobotics.com/attachment.php?attachmentid=3991&amp;d=1336356382" 
rel="Lightbox_51705" id="attachment3991"
 target="_blank"><img class="thumbnail" src="http://forums.trossenrobotics.com/attachment.php?attachmentid=3991&amp;stc=1&amp;thumb=1&amp;d=1336356382" 
alt="Click image for larger version

Name:	2012-05-06_21-59-40_254.jpg&lrm;
Views:	N/A
Size:	91.1 KB
ID:	3991"/></a>
&nbsp;

<a href="http://forums.trossenrobotics.com/attachment.php?attachmentid=3992&amp;d=1336356394" 
rel="Lightbox_51705" id="attachment3992"
 target="_blank"><img class="thumbnail" src="http://forums.trossenrobotics.com/attachment.php?attachmentid=3992&amp;stc=1&amp;thumb=1&amp;d=1336356394" 
alt="Click image for larger version

Name:	2012-05-06_21-59-34_58.jpg&lrm;
Views:	N/A
Size:	117.9 KB
ID:	3992"/></a>
&nbsp;

<a href="http://forums.trossenrobotics.com/attachment.php?attachmentid=3993&amp;d=1336356408" 
rel="Lightbox_51705" id="attachment3993"
 target="_blank"><img class="thumbnail" src="http://forums.trossenrobotics.com/attachment.php?attachmentid=3993&amp;stc=1&amp;thumb=1&amp;d=1336356408" 
alt="Click image for larger version

Name:	2012-05-06_21-59-29_967.jpg&lrm;
Views:	N/A
Size:	133.8 KB
ID:	3993"/></a>
&nbsp;<br /><br />

<a href="http://forums.trossenrobotics.com/attachment.php?attachmentid=3994&amp;d=1336356416" 
rel="Lightbox_51705" id="attachment3994"
 target="_blank"><img class="thumbnail" src="http://forums.trossenrobotics.com/attachment.php?attachmentid=3994&amp;stc=1&amp;thumb=1&amp;d=1336356416" 
alt="Click image for larger version

Name:	2012-05-06_21-59-25_564.jpg&lrm;
Views:	N/A
Size:	70.7 KB
ID:	3994"/></a>
&nbsp;

<a href="http://forums.trossenrobotics.com/attachment.php?attachmentid=3995&amp;d=1336356424" 
rel="Lightbox_51705" id="attachment3995"
 target="_blank"><img class="thumbnail" src="http://forums.trossenrobotics.com/attachment.php?attachmentid=3995&amp;stc=1&amp;thumb=1&amp;d=1336356424" 
alt="Click image for larger version

Name:	2012-05-06_21-59-20_226.jpg&lrm;
Views:	N/A
Size:	68.1 KB
ID:	3995"/></a>
&nbsp;

<a href="http://forums.trossenrobotics.com/attachment.php?attachmentid=3996&amp;d=1336356436" 
rel="Lightbox_51705" id="attachment3996"
 target="_blank"><img class="thumbnail" src="http://forums.trossenrobotics.com/attachment.php?attachmentid=3996&amp;stc=1&amp;thumb=1&amp;d=1336356436" 
alt="Click image for larger version

Name:	2012-05-06_21-59-17_41.jpg&lrm;
Views:	N/A
Size:	110.1 KB
ID:	3996"/></a>
&nbsp;

<a href="http://forums.trossenrobotics.com/attachment.php?attachmentid=3997&amp;d=1336356446" 
rel="Lightbox_51705" id="attachment3997"
 target="_blank"><img class="thumbnail" src="http://forums.trossenrobotics.com/attachment.php?attachmentid=3997&amp;stc=1&amp;thumb=1&amp;d=1336356446" 
alt="Click image for larger version

Name:	2012-05-06_21-59-13_77.jpg&lrm;
Views:	N/A
Size:	98.5 KB
ID:	3997"/></a>
&nbsp;

<a href="http://forums.trossenrobotics.com/attachment.php?attachmentid=3998&amp;d=1336356457" 
rel="Lightbox_51705" id="attachment3998"
 target="_blank"><img class="thumbnail" src="http://forums.trossenrobotics.com/attachment.php?attachmentid=3998&amp;stc=1&amp;thumb=1&amp;d=1336356457" 
alt="Click image for larger version

Name:	2012-05-06_21-59-07_737.jpg&lrm;
Views:	N/A
Size:	103.5 KB
ID:	3998"/></a>
&nbsp;<br /><br />

<a href="http://forums.trossenrobotics.com/attachment.php?attachmentid=3999&amp;d=1336356466" 
rel="Lightbox_51705" id="attachment3999"
 target="_blank"><img class="thumbnail" src="http://forums.trossenrobotics.com/attachment.php?attachmentid=3999&amp;stc=1&amp;thumb=1&amp;d=1336356466" 
alt="Click image for larger version

Name:	2012-05-06_21-59-03_392.jpg&lrm;
Views:	N/A
Size:	71.1 KB
ID:	3999"/></a>
&nbsp;

<a href="http://forums.trossenrobotics.com/attachment.php?attachmentid=4000&amp;d=1336356477" 
rel="Lightbox_51705" id="attachment4000"
 target="_blank"><img class="thumbnail" src="http://forums.trossenrobotics.com/attachment.php?attachmentid=4000&amp;stc=1&amp;thumb=1&amp;d=1336356477" 
alt="Click image for larger version

Name:	2012-05-06_21-58-58_556.jpg&lrm;
Views:	N/A
Size:	111.1 KB
ID:	4000"/></a>
&nbsp;

			</div>
		</fieldset>
	

	

	

	

	</div>
]]></content:encoded>
			<category domain="http://forums.trossenrobotics.com/forumdisplay.php?104-Garage-Sale">Garage Sale</category>
			<dc:creator>matter0464</dc:creator>
			<guid isPermaLink="true">http://forums.trossenrobotics.com/showthread.php?5475-HUGE-SALE-Selling-Robot-Controllers-Speed-Controllers-Relays-Servos-Motors-Big-Motors-Joysticks</guid>
		</item>
		<item>
			<title><![CDATA[I have about 10 victor 883's for sale]]></title>
			<link>http://forums.trossenrobotics.com/showthread.php?5474-I-have-about-10-victor-883-s-for-sale&amp;goto=newpost</link>
			<pubDate>Sun, 06 May 2012 22:25:17 GMT</pubDate>
			<description><![CDATA[Hey guys, 
 
I have a bunch of victor 883's (about 10 or so) im trying to sell them for a better laptop and for collage, im asking for about $90...]]></description>
			<content:encoded><![CDATA[<div>Hey guys,<br />
<br />
I have a bunch of victor 883's (about 10 or so) im trying to sell them for a better laptop and for collage, im asking for about $90 each/Or Best offer. <br />
<br />
I believe this is a good deal because new they cost $150+ and they are very rugged and work perfect. here is some info on them.<ul><li>60A Continuous</li>
<li>Only weighs 4 oz.</li>
<li>Ideal for High Current Drive Motors</li>
<li>Safely handles high continuous current draws and extreme current surges.</li>
<li>Integral cooling fan ensures cool FET junction temperatures.</li>
<li>The low voltage drop ensures the motor receives maximum power.</li>
<li>up to 200A surges for 1 second and 100A surges for 2 seconds.</li>
<li>Reverse and Forwards at variable speeds (PWM controlled).</li>
</ul>Please message me what you think, or email <a href="mailto:matter0464@att.net">matter0464@att.net</a></div>

]]></content:encoded>
			<category domain="http://forums.trossenrobotics.com/forumdisplay.php?9-Robotics-General-Discussion">Robotics General Discussion</category>
			<dc:creator>matter0464</dc:creator>
			<guid isPermaLink="true">http://forums.trossenrobotics.com/showthread.php?5474-I-have-about-10-victor-883-s-for-sale</guid>
		</item>
		<item>
			<title><![CDATA[[Discussion] Dealing with relative reality]]></title>
			<link>http://forums.trossenrobotics.com/showthread.php?5473-Dealing-with-relative-reality&amp;goto=newpost</link>
			<pubDate>Sun, 06 May 2012 18:30:52 GMT</pubDate>
			<description><![CDATA[I'm a software guy for work, so I do hardware-ey things for hobby to get some variation. I ended up with robotics because it's hardware that requires...]]></description>
			<content:encoded><![CDATA[<div>I'm a software guy for work, so I do hardware-ey things for hobby to get some variation. I ended up with robotics because it's hardware that requires software... If all you want to do is see the question, look at the last paragraph. Here comes the back story:<br />
<br />
Right now, I'm converting an old RC truck (a Nikko that's one step up from the Radio Shack specials) to something that could solve a RoboMagellan course. I don't know if I'll actually ever compete, but it's an interesting challenge.<br />
<br />
The main problem I'm working on now is the &quot;relative scale&quot; problem of mechanics. A flat floor or paved sidewalk is &quot;flat&quot; for a normal human, and also for an 18&quot; long robot. However, a &quot;cracked&quot; sidewalk might still be &quot;flat&quot; to a human or bicycle or car, but is decidedly &quot;bumpy&quot; to a 2-foot robot. A front-yard lawn is &quot;flat&quot; to a human, but is quite &quot;craggy&quot; to a robot.<br />
<br />
I have PWM control of my traction motors, and I have separate front and rear axle drives, each with a differential (but it's not four direct drive wheels.) I can turn this up to the point where I have good acceleration even over lumpy grass, and I can modulate it to provide a &quot;rocking start&quot; if I get stuck. However, the relative coordinate system of the robot rocks with it -- and even just going fast across the lawn, it bumps around by up to 20 degrees within a tenth of a second! This makes sensor integration very hard.<br />
Similarly, if I tune PWM to just make some progress on the lawn, it will race away with wild abandon when it gets to a truly flat place, like that concrete sidewalk. (Good thing I have that remote stop :-)<br />
<br />
I'm using AVR microcontrollers on perfboard for sensors and devices, a home-grown MOSFET 10A H-bridge (aw yeah!) for brawn, and will probably end up with Intel CPUs on Mini-ITX form factor for brains. For now, I have telemetry and remote e-stop through long-range nRF24L01+ modules, and some simple AVR-based behaviors. The goal is to use stereo vision based on two HD webcams, and a forward-firing laser to get a known &quot;common reference point.&quot; If that doesn't work out, I'll fall back to single-camera vision.<br />
<br />
But, what do I do about the problem that a &quot;flat lawn&quot; to me is a &quot;jumbled rockscape&quot; to my robot? Do I build a bigger robot? I don't want the platform itself to go much beyond 15 pounds, because the required drive powertrain will become crazy big, and the weight limit for the overall robot is 40 pounds. There's also price to consider, although I can budget saving hobby expenditures for a while if the right thing is available.<br />
Or are there suspensions available for the sensor package itself? The truck already has a sprung suspension, but no shock absorbers. Some kind of Gimbal for the cameras and laser (and perhaps the gyro and GPS) would be nice, but that sounds complex and pricey.<br />
Or should I attempt to do some crazy software-based motion compensation?<br />
Or even just run the software fast enough that I can do the full 3D SLAM in real time while bouncing around? :-) (That'd be nice, but my cameras only go up to 30 Hz, and somehow I doubt this would be the most efficient approach)</div>

]]></content:encoded>
			<category domain="http://forums.trossenrobotics.com/forumdisplay.php?9-Robotics-General-Discussion">Robotics General Discussion</category>
			<dc:creator>jwatte</dc:creator>
			<guid isPermaLink="true">http://forums.trossenrobotics.com/showthread.php?5473-Dealing-with-relative-reality</guid>
		</item>
		<item>
			<title>Buying: 5 AX-12+ Servos</title>
			<link>http://forums.trossenrobotics.com/showthread.php?5472-Buying-5-AX-12-Servos&amp;goto=newpost</link>
			<pubDate>Sun, 06 May 2012 06:43:07 GMT</pubDate>
			<description>PM Me if selling.</description>
			<content:encoded><![CDATA[<div>PM Me if selling.</div>

]]></content:encoded>
			<category domain="http://forums.trossenrobotics.com/forumdisplay.php?104-Garage-Sale">Garage Sale</category>
			<dc:creator>willwagstaff</dc:creator>
			<guid isPermaLink="true">http://forums.trossenrobotics.com/showthread.php?5472-Buying-5-AX-12-Servos</guid>
		</item>
		<item>
			<title>SELLING: XSENS MTI Development Kit - Brand New !!!</title>
			<link>http://forums.trossenrobotics.com/showthread.php?5471-SELLING-XSENS-MTI-Development-Kit-Brand-New-!!!&amp;goto=newpost</link>
			<pubDate>Sun, 06 May 2012 04:53:30 GMT</pubDate>
			<description>I am selling an XSENS MTI Inertial Measurement Unit. This unit comes with the development kit and is packaged in a very nice plastic case. The unit...</description>
			<content:encoded><![CDATA[<div>I am selling an XSENS MTI Inertial Measurement Unit. This unit comes with the development kit and is packaged in a very nice plastic case. The unit comes with all accessories including a USB Drive, all cables, the IMU, all documentation and the durable plastic case. <br />
<br />
Here are a few pictures of the unit,<br />
<img src="http://img208.imageshack.us/img208/9100/img0170km.jpg" border="0" alt="" /><br />
<img src="http://img138.imageshack.us/img138/311/img0169hew.jpg" border="0" alt="" /><br />
<br />
Details on this unit straight from the manufacturer can be found here:<br />
<a href="http://www.xsens.com/en/general/mti-g" target="_blank">http://www.xsens.com/en/general/mti-g</a><br />
<br />
<b>*** ALL REASONABLE OFFERS WILL BE CONSIDERED ***<br />
<br />
<font size="5">Please feel free to contact me directly at 951-847-5913 or over email at <a href="mailto:cillaelery@gmail.com">cillaelery@gmail.com</a></font></b></div>

]]></content:encoded>
			<category domain="http://forums.trossenrobotics.com/forumdisplay.php?104-Garage-Sale">Garage Sale</category>
			<dc:creator>cillaelery</dc:creator>
			<guid isPermaLink="true">http://forums.trossenrobotics.com/showthread.php?5471-SELLING-XSENS-MTI-Development-Kit-Brand-New-!!!</guid>
		</item>
		<item>
			<title>Selling: Kvh cg5100 fog imu !!!</title>
			<link>http://forums.trossenrobotics.com/showthread.php?5470-Selling-Kvh-cg5100-fog-imu-!!!&amp;goto=newpost</link>
			<pubDate>Sun, 06 May 2012 04:16:57 GMT</pubDate>
			<description>I am selling a KVH CG5100 Inertial Measurement Unit. I have extensive knowledge of IMUs and have worked with a large variety of different...</description>
			<content:encoded><![CDATA[<div>I am selling a KVH CG5100 Inertial Measurement Unit. I have extensive knowledge of IMUs and have worked with a large variety of different manufacturers. The KVH CG5100 is unequivocally one of the most advanced and top of the line Commercial and Military grade IMUs in the world. <br />
<br />
Details on this unit straight from the manufacturer can be found here:<br />
<a href="http://www.kvh.com/Commercial-and-OEM/Gyros-and-Inertial-Systems-and-Compasses/Gyros-and-IMUs-and-INS/IMUs/CG-5100.aspx" target="_blank">http://www.kvh.com/Commercial-and-OE...s/CG-5100.aspx</a><br />
<br />
<b>*** ALL REASONABLE OFFERS WILL BE CONSIDERED ***<br />
<br />
<font size="5">Please feel free to contact me directly at 951-847-5913 or over email at <a href="mailto:cillaelery@gmail.com">cillaelery@gmail.com</a></font><br />
</b><br />
<b>Overview</b><br />
CG-5100 – The Complete Position, Velocity, and Attitude Solution<br />
The versatile new KVH CG-5100 Inertial Measurement Unit (IMU) combines proprietary technologies – highly accurate fiber optic gyro (FOG) based sensors coupled with industry proven MEMS acceleromete<br />
rs – all within a compact single enclosure, providing reliability and long term compliance to customer specifications. Through its seamless integration of these two highly reliable navigation components, the CG-5100 provides a ground-breaking low-cost, small form factor solution for inertial measurement.<br />
The KVH sensor engine of FOGs and accelerometers creates a flexible and efficient IMU, a high performance motion sensing package ideally suited for critical sensing applications and GPS integrated navigation programs. This strap-down inertial subsystem offers outstanding reliability and accurate 6-degrees-of-freedom measurement. The CG-5100 achieves its excellent performance by employing proprietary algorithms to a fully digital gyro<br />
sensor output, enabling the system to characterise and correct for the effects of temperature and misalignment. The CG-5100 also affords the end user with a convenient and easy to adapt output in a fully digital RS-232/RS-422 format.<br />
<br />
<b>Key Features</b><br />
• KVH’s patented Digital Signal Processing (DSP) FOGs for high reliability and<br />
stable performance<br />
• Highly accurate rate and acceleration data<br />
• Designed to meet COTS requirements<br />
• Measures roll, pitch, and yaw angular rates and accelerations<br />
• Fiber optic gyro stability<br />
• Affordable, compact design<br />
• Excellent shock and vibration performance<br />
<b><br />
Applications</b><br />
• Antenna, optical, and camera stabilisation<br />
• GPS augmentation<br />
• Autonomous vehicles<br />
• Drilling<br />
• Navigation<br />
• Motion sensing</div>

]]></content:encoded>
			<category domain="http://forums.trossenrobotics.com/forumdisplay.php?104-Garage-Sale">Garage Sale</category>
			<dc:creator>cillaelery</dc:creator>
			<guid isPermaLink="true">http://forums.trossenrobotics.com/showthread.php?5470-Selling-Kvh-cg5100-fog-imu-!!!</guid>
		</item>
		<item>
			<title>SELLING: Brand New Ibeo Lux Laser Scanner with Advanced object Tracking software and all accessories !!!!</title>
			<link>http://forums.trossenrobotics.com/showthread.php?5469-SELLING-Brand-New-Ibeo-Lux-Laser-Scanner-with-Advanced-object-Tracking-software-and-all-accessories-!!!!&amp;goto=newpost</link>
			<pubDate>Sun, 06 May 2012 04:05:10 GMT</pubDate>
			<description>I am selling a brand new Ibeo Lux 4 layer laser scanner. The scanner comes with all accessories including the programming API and the advanced object...</description>
			<content:encoded><![CDATA[<div>I am selling a brand new Ibeo Lux 4 layer laser scanner. The scanner comes with all accessories including the programming API and the advanced object detection and tracking software packages. The unit was purchased directly from Ibeo and sent from Germany less than 3 months ago. I have all original documentation and packaging. The unit is in perfect condition. The retail price of this package with all software and accessories is over 20,000 US dollars. An extensive personal robotics project that this scanner was to be utilized in cannot be pursued at this time and as such I have decided to sell this scanner. All offers are welcome. <br />
<br />
<img src="http://www.ibeo-as.com/images/header-images-en/header-default.jpg" border="0" alt="" /><br />
<br />
I can be contacted directly at 951-847-5913 or over email at <a href="mailto:cillaelery@gmail.com">cillaelery@gmail.com</a>.<br />
<br />
More information on the unit can be found at the manufacturer's website here: <a href="http://www.ibeo-as.com/index.php?option=com_content&amp;view=article&amp;id=94&amp;Itemid=99&amp;lang=en" target="_blank">http://www.ibeo-as.com/index.php?option=com_content&amp;view=article&amp;id=94&amp;It  emid=99&amp;lang=en<br />
</a><br />
<br />
Note: This scanner has been used by the winning team of the Darpa Grand Challenge and the Darpa Urban Challenge. This scanner is recognized as being the most technologically advanced multi-layer scanner in the world at this time.</div>

]]></content:encoded>
			<category domain="http://forums.trossenrobotics.com/forumdisplay.php?104-Garage-Sale">Garage Sale</category>
			<dc:creator>cillaelery</dc:creator>
			<guid isPermaLink="true">http://forums.trossenrobotics.com/showthread.php?5469-SELLING-Brand-New-Ibeo-Lux-Laser-Scanner-with-Advanced-object-Tracking-software-and-all-accessories-!!!!</guid>
		</item>
		<item>
			<title>Modelling and simulating forces of a robot</title>
			<link>http://forums.trossenrobotics.com/showthread.php?5468-Modelling-and-simulating-forces-of-a-robot&amp;goto=newpost</link>
			<pubDate>Sat, 05 May 2012 19:43:34 GMT</pubDate>
			<description><![CDATA[Hey guys! 
I'm lately bending my mind into getting fit with delta robots (which admittedly might not be your focus judging from overall topics found...]]></description>
			<content:encoded><![CDATA[<div>Hey guys!<br />
I'm lately bending my mind into getting fit with delta robots (which admittedly might not be your focus judging from overall topics found here).<br />
For constructing a real one, I'd like to get a hang of the moments and forces I'll have to expect during movement. Over at youtube I saw a video of a talented guy, who programmed a dynamic simulation model of a delta robot. No matter how much I thought about it, I imagine that a terribly complex task. From my understanding, the system sports coupled nonlinear differential equations (3 input, MANY constrained inner forces/momentums, 3 output).<br />
Can you guys think of ways to break a real simulation into a manageable approximation? I was thinking on using normal forward kinematics of a given path and then somehow calculate the forces &quot;backwards&quot;. But I always end up with coupled equations I cannot get broken up and the amount of forces and angles is discouraging when I don't have the feeling I'm on the right path.<br />
Do you guys know an answer or can you point me to resources which could help me with this? I fully expect I'll have to spend some quality time on this!<br />
<br />
Thanks in advance,<br />
Michael</div>

]]></content:encoded>
			<category domain="http://forums.trossenrobotics.com/forumdisplay.php?9-Robotics-General-Discussion">Robotics General Discussion</category>
			<dc:creator>decimad</dc:creator>
			<guid isPermaLink="true">http://forums.trossenrobotics.com/showthread.php?5468-Modelling-and-simulating-forces-of-a-robot</guid>
		</item>
		<item>
			<title><![CDATA[[Question(s)] Open source machine vision code to locate a human in a room?]]></title>
			<link>http://forums.trossenrobotics.com/showthread.php?5467-Open-source-machine-vision-code-to-locate-a-human-in-a-room&amp;goto=newpost</link>
			<pubDate>Sat, 05 May 2012 14:07:45 GMT</pubDate>
			<description>Has anybody seen a resource covering specifically the use of machine vision for locating a human in a room, including cases where they may be...</description>
			<content:encoded><![CDATA[<div><div style="text-align: left;"><font color="#000000"><span style="font-family: Arial">Has anybody seen a resource covering specifically the use of machine vision for locating a human in a room, including cases where they may be partially obscured? I know about OpenCV and other machine vision packages, but I'm looking for a paper/library/code example that focuses solidly on identifying a human in a room; something that is readily integrated into code rather than being a rough idea that would require weeks or months of tweaking or enhancing to do a reasonable job of succeeding at the task. I'd prefer something that does not require binocular vision and can work with a single camera.<br />
<br />
-- roschler</span></font></div></div>

]]></content:encoded>
			<category domain="http://forums.trossenrobotics.com/forumdisplay.php?21-Software-and-Programming">Software and Programming</category>
			<dc:creator>roschler</dc:creator>
			<guid isPermaLink="true">http://forums.trossenrobotics.com/showthread.php?5467-Open-source-machine-vision-code-to-locate-a-human-in-a-room</guid>
		</item>
		<item>
			<title>Hovis vs. Bioloid?</title>
			<link>http://forums.trossenrobotics.com/showthread.php?5466-Hovis-vs.-Bioloid&amp;goto=newpost</link>
			<pubDate>Sat, 05 May 2012 10:29:09 GMT</pubDate>
			<description>I recently started to notice this company called Dongbu Robotics, they sell this Hovis Lite humanoid robot, which almost looks like a Bioloid clone. ...</description>
			<content:encoded><![CDATA[<div>I recently started to notice this company called Dongbu Robotics, they sell this Hovis Lite humanoid robot, which almost looks like a Bioloid clone.  Anyone own one of these?<br />
<br />
From the few things I've read, it seems like their standard 0101 servos are *slightly* more featured than the AX-12+, but it's a bit scary how close their specs are.<br />
<br />
Is Hovis sourcing their parts from Robotis through contract manufacturing, or is it the other way around?  Their humanoid seems a bit sleeker too and I like how they handle the joint area.<br />
<br />
Some concern that came to mind however:<br />
<br />
1)  Software support?  Will the Hovis' software get support like Robotis' stuff?  Robotis seems to be very good at supporting their products outside Korea.<br />
<br />
2)  What if you break a gear in the actuator?  Robotis has a ton of support and distributions everywhere to get spare parts, more servos.  Even though Dongbu's bot looks and seem amazing, I think their distribution needs more maturing.<br />
<br />
I'm almost tempted to get one, but that would mean taking in another bot into the fold, which I have no time for.  I think it may be time to sell off one of my bots before I get this one.<br />
<br />
I really would love to wait for their Hovis &quot;heavy&quot; (don't know if that would be the next step for Dongbu), where instead of their 0101 actuator, they use their 0201 actuator.  The fact that you get bracket color choices is pretty awesome too, no need to pull out the dye and mess up the kitchen!<br />
<br />
Sorry for the copy and link of a huge image, it's straight off their website, and it's one huge image!<br />
<br />
<img src="http://www.dongburobot.com/data/boardEditorImg/201202/201202082155240.jpg" border="0" alt="" /></div>

]]></content:encoded>
			<category domain="http://forums.trossenrobotics.com/forumdisplay.php?106-Humanoids-Walkers-amp-Crawlers"><![CDATA[Humanoids, Walkers & Crawlers]]></category>
			<dc:creator>tom_chang79</dc:creator>
			<guid isPermaLink="true">http://forums.trossenrobotics.com/showthread.php?5466-Hovis-vs.-Bioloid</guid>
		</item>
		<item>
			<title><![CDATA[[Question(s)] where in the Arbotix AVR code is it talking to the XBEE serial port?]]></title>
			<link>http://forums.trossenrobotics.com/showthread.php?5465-where-in-the-Arbotix-AVR-code-is-it-talking-to-the-XBEE-serial-port&amp;goto=newpost</link>
			<pubDate>Thu, 03 May 2012 22:08:14 GMT</pubDate>
			<description><![CDATA[Ok, I'm making slow progress on my bluetoothed android phone to bluetooth bee'd arbotix board. 
Almost got the android app to pair to another and...]]></description>
			<content:encoded><![CDATA[<div>Ok, I'm making slow progress on my bluetoothed android phone to bluetooth bee'd arbotix board.<br />
Almost got the android app to pair to another and sending back and forth some text.<br />
Then I try android=&gt;bluetooth bee=&gt;arbotix.<br />
<br />
<br />
I went browsing through arbotix-0014.zip and couldn't find WHERE in the heck it's talking to the<br />
X BEE's serial port.<br />
Can somebody point that out to me, please?  Like a .c filename and path within that arbotix-0014 dir?<br />
<br />
From what I'm gathering, ya have one little arduino app on the AVR and it doesn't change much if at all.<br />
It's loading servo specs=&gt;flash=&gt;XBEE serial port=&gt;other PC connected XBEE=&gt;pythonSerial_WhateverYaCallIt=&gt;python GUI, right?<br />
<br />
I see where it's doing the AX12 serial bus.  But not where it's messing with the XBEE one??<br />
<br />
thanks for any pointers,<br />
<br />
...Steve</div>

]]></content:encoded>
			<category domain="http://forums.trossenrobotics.com/forumdisplay.php?31-I-O-Boards-and-Controllers">I/O Boards and Controllers</category>
			<dc:creator>stephen.hazel</dc:creator>
			<guid isPermaLink="true">http://forums.trossenrobotics.com/showthread.php?5465-where-in-the-Arbotix-AVR-code-is-it-talking-to-the-XBEE-serial-port</guid>
		</item>
		<item>
			<title><![CDATA[[Project] Hi all some suggestions on my servos]]></title>
			<link>http://forums.trossenrobotics.com/showthread.php?5464-Hi-all-some-suggestions-on-my-servos&amp;goto=newpost</link>
			<pubDate>Thu, 03 May 2012 19:02:37 GMT</pubDate>
			<description><![CDATA[Hi all guys 
Its a long time I read this forum and I really like it. 
I'm Luca from Italy and I've a looooong lasting project for a biped (maybe for...]]></description>
			<content:encoded><![CDATA[<div>Hi all guys<br />
Its a long time I read this forum and I really like it.<br />
I'm Luca from Italy and I've a looooong lasting project for a biped (maybe for a mech if I success).<br />
I'm writing this post to ask your opinion on what I've built in this long time.<br />
this is my first experiment<br />
<br />

<iframe class="restrain" title="YouTube video player" width="640" height="390" src="//www.youtube.com/embed/OzVaGqYP0ds" frameborder="0"></iframe>
<br />
<br />
its a hitec 805Mg based servo<br />
<br />
I worked a lot on it and I hope I obtain something utilizable<br />
<br />

<iframe class="restrain" title="YouTube video player" width="640" height="390" src="//www.youtube.com/embed/5BPMIkDuaCE" frameborder="0"></iframe>
<br />
<br />
torque seem to be good, the motor itself can push really harder than this but geartrain can't support it, I first try with a bigger 50Kg balance?? and a 1 inch horn but the servo broke it so I think to put a longer arm (10cm) and use a little digital balance?? <br />
<br />

<iframe class="restrain" title="YouTube video player" width="640" height="390" src="//www.youtube.com/embed/yYX7dA78CaU" frameborder="0"></iframe>
<br />
<br />
I know this test is ....useless... but I do it just for fun<br />
<br />
So What you think ? Do you think this will work in a biped? does I miss something?<br />
thank you a lot bye <br />
Luca</div>

]]></content:encoded>
			<category domain="http://forums.trossenrobotics.com/forumdisplay.php?102-Actuators">Actuators</category>
			<dc:creator>nagash3</dc:creator>
			<guid isPermaLink="true">http://forums.trossenrobotics.com/showthread.php?5464-Hi-all-some-suggestions-on-my-servos</guid>
		</item>
		<item>
			<title>SELLING: Dynamixel EX-106+ Robot Actuators</title>
			<link>http://forums.trossenrobotics.com/showthread.php?5463-SELLING-Dynamixel-EX-106-Robot-Actuators&amp;goto=newpost</link>
			<pubDate>Wed, 02 May 2012 18:36:02 GMT</pubDate>
			<description><![CDATA[I'm selling five (5) Dynamixel EX-106+ Robot Actuators (http://www.trossenrobotics.com/dynamixel-ex-106-robot-actuator.aspx). I had an event that I...]]></description>
			<content:encoded><![CDATA[<div><span style="font-family: arial">I'm selling five (5) <a href="http://www.trossenrobotics.com/dynamixel-ex-106-robot-actuator.aspx" target="_blank">Dynamixel EX-106+ Robot Actuators</a>. I had an event that I needed backups for, but didn't end up using them – but unfortunately too late to return them. They are brand new, unopened, in the original boxes. Trossen retails them for <a href="http://www.trossenrobotics.com/dynamixel-ex-106-robot-actuator.aspx" target="_blank">$500 ea</a>., but I'm willing to part with them for $450 shipped (US) each, or $400 each if you take all five.<br />
<br />
Please contact me at <a href="mailto:ryanwilsonjames@gmail.com">ryanwilsonjames@gmail.com</a> if you're interested. Thanks!</span></div>

]]></content:encoded>
			<category domain="http://forums.trossenrobotics.com/forumdisplay.php?104-Garage-Sale">Garage Sale</category>
			<dc:creator>Ryan</dc:creator>
			<guid isPermaLink="true">http://forums.trossenrobotics.com/showthread.php?5463-SELLING-Dynamixel-EX-106-Robot-Actuators</guid>
		</item>
		<item>
			<title>PDF is unreadable - Robot Controller Joystick - Medium -3D</title>
			<link>http://forums.trossenrobotics.com/showthread.php?5462-PDF-is-unreadable-Robot-Controller-Joystick-Medium-3D&amp;goto=newpost</link>
			<pubDate>Wed, 02 May 2012 03:28:21 GMT</pubDate>
			<description>This PDF is trashed and I need measures for a project. 
http://trossenrobotics.com/images/productdownloads/OE-OM301.pdf 
...</description>
			<content:encoded><![CDATA[<div>This PDF is trashed and I need measures for a project.<a href="http://trossenrobotics.com/images/productdownloads/OE-OM301.pdf" target="_blank"><br />
<a href="http://trossenrobotics.com/images/productdownloads/OE-OM301.pdf" target="_blank">http://trossenrobotics.com/images/pr...s/OE-OM301.pdf</a><br />
</a><a href="http://www.trossenrobotics.com/p/medium-robot-controller-joystick-3D.aspx" target="_blank"><a href="http://www.trossenrobotics.com/p/medium-robot-controller-joystick-3D.aspx" target="_blank">http://www.trossenrobotics.com/p/medium-robot-controller-joystick-3D.aspx<br />
<br />
<br />
</a></a>We're ordering a bunch of these to control the head of the Serpent Mother and other applications:<br />
<a href="http://forums.trossenrobotics.com/attachment.php?attachmentid=3974"  title="Name:  
Views: 
Size:  ">Attachment 3974</a><br />
<br />
Can we get a better copy of the PDF?</div>


	<div style="padding:10px">

	
		<fieldset class="fieldset">
			<legend>Attached Thumbnails</legend>
			<div style="padding:10px">
			
<a href="http://forums.trossenrobotics.com/attachment.php?attachmentid=3974&amp;d=1335929239" 
rel="Lightbox_51625" id="attachment3974"
 target="_blank"><img class="thumbnail" src="http://forums.trossenrobotics.com/attachment.php?attachmentid=3974&amp;stc=1&amp;thumb=1&amp;d=1335929239" 
alt="Click image for larger version

Name:	795232042_1f8dae3c0e.jpg&lrm;
Views:	N/A
Size:	116.6 KB
ID:	3974"/></a>
&nbsp;

			</div>
		</fieldset>
	

	

	

	

	</div>
]]></content:encoded>
			<category domain="http://forums.trossenrobotics.com/forumdisplay.php?36-Sensors">Sensors</category>
			<dc:creator>coreyfro</dc:creator>
			<guid isPermaLink="true">http://forums.trossenrobotics.com/showthread.php?5462-PDF-is-unreadable-Robot-Controller-Joystick-Medium-3D</guid>
		</item>
		<item>
			<title>How to decide run current and hold current in stepper motor</title>
			<link>http://forums.trossenrobotics.com/showthread.php?5461-How-to-decide-run-current-and-hold-current-in-stepper-motor&amp;goto=newpost</link>
			<pubDate>Tue, 01 May 2012 20:12:23 GMT</pubDate>
			<description>I am programming a motor controller where I have to specify the run current (coil peak current) and hold current (coil hold current) of the motors....</description>
			<content:encoded><![CDATA[<div><div style="text-align: left;"><font color="#333333"><span style="font-family: Georgia">I am programming a motor controller where I have to specify the run current (coil peak current) and hold current (coil hold current) of the motors. The motor I used is a bipolar stepper motor, with a whopping 1.86Kg/cm of stall torque at 1.5Amp current (0.75A per winding) at 1.8 degree stepping angle.</span></font><font color="#333333"><span style="font-family: Georgia">However, the table in the specification makes me confused: It lists a different current for a different torque.</span></font><font color="#333333"><span style="font-family: Georgia"><a href="http://www.nex-robotics.com/products/micromouse/stepper-motors/high-torque-bipolar-stepper-motor.html" target="_blank">Here is a link to that motor controller</a> </span></font><a href="http://www.nex-robotics.com/products/micromouse/stepper-motors/high-torque-bipolar-stepper-motor.html" target="_blank">http://www.nex-robotics.com/products...per-motor.html</a><font color="#333333"><span style="font-family: Georgia">.</span></font><font color="#333333"><span style="font-family: Georgia">How could I determine run current and hold current from this specification?</span></font></div></div>

]]></content:encoded>
			<category domain="http://forums.trossenrobotics.com/forumdisplay.php?102-Actuators">Actuators</category>
			<dc:creator>KevinQ</dc:creator>
			<guid isPermaLink="true">http://forums.trossenrobotics.com/showthread.php?5461-How-to-decide-run-current-and-hold-current-in-stepper-motor</guid>
		</item>
		<item>
			<title>ax-12 motors voltage?</title>
			<link>http://forums.trossenrobotics.com/showthread.php?5460-ax-12-motors-voltage&amp;goto=newpost</link>
			<pubDate>Tue, 01 May 2012 05:48:58 GMT</pubDate>
			<description><![CDATA[Hello, I have a quick problem. I'm trying to connect 4 ax-12 motors together. However I don't think there is enough power to power all 4 motors at...]]></description>
			<content:encoded><![CDATA[<div>Hello, I have a quick problem. I'm trying to connect 4 ax-12 motors together. However I don't think there is enough power to power all 4 motors at 10v. I can power up to 2 motors only. How much voltage should I give to be able to power 4 together? <br />
<br />
Or do I HAVE should I split it into 10v for 2 motors each? I would perfer not to do this option<br />
<br />
Also these motors act in parallel when connected?<br />
<br />
Any suggestions in what I can do? I don't want to blindly blow the motors somehow.<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://forums.trossenrobotics.com/forumdisplay.php?102-Actuators">Actuators</category>
			<dc:creator>gwntd</dc:creator>
			<guid isPermaLink="true">http://forums.trossenrobotics.com/showthread.php?5460-ax-12-motors-voltage</guid>
		</item>
	</channel>
</rss>

