<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://murray.cds.caltech.edu/index.php?action=history&amp;feed=atom&amp;title=Simple_Controller_in_Player</id>
	<title>Simple Controller in Player - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://murray.cds.caltech.edu/index.php?action=history&amp;feed=atom&amp;title=Simple_Controller_in_Player"/>
	<link rel="alternate" type="text/html" href="https://murray.cds.caltech.edu/index.php?title=Simple_Controller_in_Player&amp;action=history"/>
	<updated>2026-05-22T18:43:00Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://murray.cds.caltech.edu/index.php?title=Simple_Controller_in_Player&amp;diff=5601&amp;oldid=prev</id>
		<title>Thorsley at 16:58, 19 January 2007</title>
		<link rel="alternate" type="text/html" href="https://murray.cds.caltech.edu/index.php?title=Simple_Controller_in_Player&amp;diff=5601&amp;oldid=prev"/>
		<updated>2007-01-19T16:58:19Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 16:58, 19 January 2007&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l15&quot;&gt;Line 15:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 15:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;[[Category:PlayerStage]]&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;[[Category:PlayerStage]]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-deleted&quot;&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;[[Category:MVWTfest]]&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Thorsley</name></author>
	</entry>
	<entry>
		<id>https://murray.cds.caltech.edu/index.php?title=Simple_Controller_in_Player&amp;diff=5569&amp;oldid=prev</id>
		<title>Thorsley at 19:59, 18 January 2007</title>
		<link rel="alternate" type="text/html" href="https://murray.cds.caltech.edu/index.php?title=Simple_Controller_in_Player&amp;diff=5569&amp;oldid=prev"/>
		<updated>2007-01-18T19:59:22Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Documentation for the Client Libraries can be found at [http://playerstage.sourceforge.net/doc/Player-2.0.0/player/group__clientlibs.html]&lt;br /&gt;
&lt;br /&gt;
For C++, the first few lines of a controller (in a .cc file) will look something like:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    using namespace PlayerCc;&lt;br /&gt;
&lt;br /&gt;
    // Connect to Player server&lt;br /&gt;
    robot = new PlayerClient(gHostname, gPort);&lt;br /&gt;
&lt;br /&gt;
    // Request sensor data&lt;br /&gt;
    pp = new Position2dProxy(robot, gIndex);&lt;br /&gt;
    sp = new SonarProxy(robot, gIndex);&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This code creates a PlayerClient, the connection between your controller and your robot.  In this case, the robot supplies 2d position data (x,y, and theta) and sonar data to the controller.&lt;br /&gt;
&lt;br /&gt;
[[Category:PlayerStage]]&lt;/div&gt;</summary>
		<author><name>Thorsley</name></author>
	</entry>
</feed>