<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 Forums - The Sandbox - Robot Sumo in Microsoft Visual Programming Language</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Forums/rss"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 Forums - The Sandbox - Robot Sumo in Microsoft Visual Programming Language</title>
		<link>http://channel9.msdn.com/Forums</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Forums</link>
	<language>en</language>
	<pubDate>Thu, 23 May 2013 06:59:12 GMT</pubDate>
	<lastBuildDate>Thu, 23 May 2013 06:59:12 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>5</c9:totalResults>
	<c9:pageCount>-5</c9:pageCount>
	<c9:pageSize>-1</c9:pageSize>
	<item>
		<title>The Sandbox - Robot Sumo in Microsoft Visual Programming Language</title>
		<description><![CDATA[<p>These three diagrams demonstrate a functioning Sumo player written entirely in Miscrosoft Visual Programming Language.<br>
<br>
<strong>VplSumoOne</strong><br>
The first diagram demonstrates a simple player that just uses the bump sensors and cliff sensors on the simulated iRobot Create to detect the opponent (using the bump sensors) and the edge of the ring (using the cliff sensors)<br>
<br>
<strong>VplSumoTwo<br>
</strong>The second diagram demonstrates a more complete player that uses the camera on the robot to try and find the opponent (rather than wandering around the arena until bumping into something). Because of a known issue in the way that the services start,
 this diagram will not run directly from VPL, but needs to be compiled as a service (Menu Item
<em>Build -&gt; Compile As Service</em>) and then that compiled service needs to be run (Menu Item
<em>Run -&gt; Run Compiled Services</em>)<br>
<br>
<strong>VplSumoThree<br>
</strong>This diagram removes all sumo playing logic from the diagram and allows you to drive the robot from a game controller or and on screen joystick widget.<br>
<br>
<br>
<strong>Prerequisites:<br>
</strong><em>These need to be installed in this order<br>
</em><br>
Microsoft Robotics Studio (1.5)<br>
Sumo Competition for Microsoft Robotics Studio (1.5)<br>
Introductory Courseware for Microsoft Robotics Studio (1.5)&nbsp; CTP Sep 2007<br>
<br>
All of these can be found at the&nbsp;Microsoft Robtics Studio download page -&nbsp;<a target="_blank" href="http://msdn2.microsoft.com/en-us/robotics/aa731520.aspx">http://msdn2.microsoft.com/en-us/robotics/aa731520.aspx</a></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Sandbox/257602-Robot-Sumo-in-Microsoft-Visual-Programming-Language/257602#257602</link>
		<pubDate>Fri, 14 Sep 2007 00:12:56 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Sandbox/257602-Robot-Sumo-in-Microsoft-Visual-Programming-Language/257602#257602</guid>
		<dc:creator>PaulR</dc:creator>
		<slash:comments>5</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/PaulR/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>The Sandbox - Robot Sumo in Microsoft Visual Programming Language</title>
		<description><![CDATA[<p>Hey, im a student&nbsp;who's given a task&nbsp;to basically introduce VPL as a programming language to others on a project Robot Sumo. What seemed exciting is that VPL is graphical-based compared to C#. But i am solely new to VPL and am learning&nbsp;how this works.
<br>
<br>
I've downloaded the above and there are questions i wanna ask.<br>
<br>
VplSumoTwo<br>
1) i tried compiling as a service but these came out. &quot; The strong name key does not exist. Please select a valid string name key file.&quot;<br>
2) For instance,&nbsp;CliffFrontLeftSignal &gt; 500 || CliffFrontRightSignal &gt; 500 || CliffLeftSignal &gt; 500. The change in value will resort to?<br>
3) Under ColorSegment, input value area is not define. Expression not valid.<br>
<br>
SO basically everything inside by default except for values the we need to change in order to achieve what we want?<br>
<br>
Hope you can help. Thanks. <br>
<br>
</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Sandbox/257602-Robot-Sumo-in-Microsoft-Visual-Programming-Language/5322149129b74e76b34e9dea0108df7d#5322149129b74e76b34e9dea0108df7d</link>
		<pubDate>Thu, 13 Nov 2008 08:11:13 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Sandbox/257602-Robot-Sumo-in-Microsoft-Visual-Programming-Language/5322149129b74e76b34e9dea0108df7d#5322149129b74e76b34e9dea0108df7d</guid>
		<dc:creator>msrahl</dc:creator>
		<slash:comments>5</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/msrahl/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>The Sandbox - Robot Sumo in Microsoft Visual Programming Language</title>
		<description><![CDATA[<p>Hi</p>
<p>&nbsp;</p>
<p>I am a student doing a self-learn about the sumo vpl service. I was wondering when you run the program, it seems like all the robot does the same thing. I don't know what I did&nbsp;that was&nbsp;wrong. Why can't you just run it, instead of using Sumo Competition
 for Microsoft Robotics Studio (1.5). Do you have to use that particular program to run it?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Sandbox/257602-Robot-Sumo-in-Microsoft-Visual-Programming-Language/4d83d317da7a4fcca39b9dea0108dfbf#4d83d317da7a4fcca39b9dea0108dfbf</link>
		<pubDate>Tue, 08 Dec 2009 19:07:06 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Sandbox/257602-Robot-Sumo-in-Microsoft-Visual-Programming-Language/4d83d317da7a4fcca39b9dea0108dfbf#4d83d317da7a4fcca39b9dea0108dfbf</guid>
		<dc:creator>techiechelle</dc:creator>
		<slash:comments>5</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/techiechelle/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>The Sandbox - Robot Sumo in Microsoft Visual Programming Language</title>
		<description><![CDATA[<p>Then where can I download the Sumo Competition for Microsoft Robotics Studio (1.5). I check the website that was provided in the very first post, but all they have is something related to&nbsp;
</p>
<h3 id="2_0">Microsoft Robotics Developer Studio 2008 R2 Express Edition</h3>
<p>so where can I get Microsoft Robotics Studio (1.5)? I know that in vpl mu can use the simulation program they provide you, but it runs the program provided not my own
</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Sandbox/257602-Robot-Sumo-in-Microsoft-Visual-Programming-Language/71b74a0aaef443ea891e9dea0108dfe9#71b74a0aaef443ea891e9dea0108dfe9</link>
		<pubDate>Tue, 19 Jan 2010 04:33:24 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Sandbox/257602-Robot-Sumo-in-Microsoft-Visual-Programming-Language/71b74a0aaef443ea891e9dea0108dfe9#71b74a0aaef443ea891e9dea0108dfe9</guid>
		<dc:creator>techiechelle</dc:creator>
		<slash:comments>5</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/techiechelle/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>The Sandbox - Robot Sumo in Microsoft Visual Programming Language</title>
		<description><![CDATA[<p>hi everybody !</p>
<p>&nbsp;i have a problem about microsoft robotics </p>
<p>i don't know&nbsp; about simulations</p>
<p>please ! can you help me !&nbsp;</p>
<p>&nbsp;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Sandbox/257602-Robot-Sumo-in-Microsoft-Visual-Programming-Language/fed108ff62d74bf1aee69dea0108e02a#fed108ff62d74bf1aee69dea0108e02a</link>
		<pubDate>Thu, 13 May 2010 13:32:12 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Sandbox/257602-Robot-Sumo-in-Microsoft-Visual-Programming-Language/fed108ff62d74bf1aee69dea0108e02a#fed108ff62d74bf1aee69dea0108e02a</guid>
		<dc:creator>nguyen huong</dc:creator>
		<slash:comments>5</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/nghuong07111031/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>