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

<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>2010-06-19T16:38:26+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=15&amp;t=6260</id>
<entry>
<author><name><![CDATA[yoshi_sx]]></name></author>
<updated>2010-06-19T16:38:26+01:00</updated>
<published>2010-06-19T16:38:26+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6260&amp;p=27167#p27167</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6260&amp;p=27167#p27167"/>
<title type="html"><![CDATA[Help needed for compilation of C codes..any kind souls?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6260&amp;p=27167#p27167"><![CDATA[
<blockquote><div><cite>AlexanderHWUK wrote:</cite><br />Hey there!<br /><br /> More than a solution, is a comment about your problem. I had to do a project that involved creating software to control a Robobuilder from a PC, and the first thing I tried was to edit the Robobuilder C Source code and playing around with the .hex files.<br /><br /> A hint from an amateur programmer, don't. <br /> The original source code provides many functionalities that you may lose when you change it, and you risk getting lots of errors. You can try to change it if you are experienced or if there is no other way to do it.<br /><br /> A much easier solution for what you are trying to do (which sounds like you want the robot to do certain custom motions based on a C program), would be to create a simple program that runs in a pc, that communicates with the Robobuilder when you want it to perform a motion. <br /> If you want to use custom motions, you can download them into the robobuilder easily and execute them as &quot;custom&quot; motions, instead of adding them into the hex files, etc.<br /><br /> If this method interests you, I can tell you how I did it for my project <a href="http://robosavvy.com/forum/viewtopic.php?t=6016" class="postlink">http://robosavvy.com/forum/viewtopic.php?t=6016</a>, or you could ask l3v3rz, the master that helped me on the way. He also developed an open source firmware that adds lots of cool functionalities to the Robobuilder: <a href="http://code.google.com/p/robobuilderlib/" class="postlink">http://code.google.com/p/robobuilderlib/</a><br /><br /> Good luck!<br /><br />   Alex<br /></div></blockquote><br /><br />Thank you brother!<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2166">yoshi_sx</a> — Sat Jun 19, 2010 4:38 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[AlexanderHWUK]]></name></author>
<updated>2010-06-18T15:37:24+01:00</updated>
<published>2010-06-18T15:37:24+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6260&amp;p=27149#p27149</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6260&amp;p=27149#p27149"/>
<title type="html"><![CDATA[Help needed for compilation of C codes..any kind souls?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6260&amp;p=27149#p27149"><![CDATA[
Hey there!<br /><br /> More than a solution, is a comment about your problem. I had to do a project that involved creating software to control a Robobuilder from a PC, and the first thing I tried was to edit the Robobuilder C Source code and playing around with the .hex files.<br /><br /> A hint from an amateur programmer, don't. <br /> The original source code provides many functionalities that you may lose when you change it, and you risk getting lots of errors. You can try to change it if you are experienced or if there is no other way to do it.<br /><br /> A much easier solution for what you are trying to do (which sounds like you want the robot to do certain custom motions based on a C program), would be to create a simple program that runs in a pc, that communicates with the Robobuilder when you want it to perform a motion. <br /> If you want to use custom motions, you can download them into the robobuilder easily and execute them as &quot;custom&quot; motions, instead of adding them into the hex files, etc.<br /><br /> If this method interests you, I can tell you how I did it for my project <a href="http://robosavvy.com/forum/viewtopic.php?t=6016" class="postlink">http://robosavvy.com/forum/viewtopic.php?t=6016</a>, or you could ask l3v3rz, the master that helped me on the way. He also developed an open source firmware that adds lots of cool functionalities to the Robobuilder: <a href="http://code.google.com/p/robobuilderlib/" class="postlink">http://code.google.com/p/robobuilderlib/</a><br /><br /> Good luck!<br /><br />   Alex<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1992">AlexanderHWUK</a> — Fri Jun 18, 2010 3:37 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[yoshi_sx]]></name></author>
<updated>2010-06-04T08:31:49+01:00</updated>
<published>2010-06-04T08:31:49+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6260&amp;p=26982#p26982</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6260&amp;p=26982#p26982"/>
<title type="html"><![CDATA[Help needed for compilation of C codes..any kind souls?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6260&amp;p=26982#p26982"><![CDATA[
Hi guys,<br /><br /><br /><br />I am currently working on an robotics project involving the RoboBuilder 5720K.<br /><br />I intend to program in C for this robot, however, I have a small problem ahead of me.<br /><br />I would create motionfiles with motionbuilder, then create a header for the particular motion, and lastly, add the header in to the C source code of my robot.<br /><br />There lies the problem, I am currently using CodeVision AVR evaluation to compile the C codes into an hex file. The evaluation version would always give me lots of error, which is weird, because the source code is from RoboBuilder themself.<br /><br /><br /><br />Is there any other way or program to compile these C codes into an hex file? Is there a complete read me to use winAVR to compile them?<br /><br /><br /><br />I would really appreciate your help.<br /><br />Thank you so much in advance!<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2166">yoshi_sx</a> — Fri Jun 04, 2010 8:31 am</p><hr />
]]></content>
</entry>
</feed>