<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Alex Sleat &#187; stage</title>
	<atom:link href="http://alexsleat.co.uk/tag/stage/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexsleat.co.uk</link>
	<description>/home/alex</description>
	<lastBuildDate>Tue, 22 May 2012 19:59:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>HowTo: Install Player/Stage in Ubuntu Karmic (9.10)</title>
		<link>http://alexsleat.co.uk/2009/12/12/howto-install-playerstage-in-ubuntu-karmic-9-10/</link>
		<comments>http://alexsleat.co.uk/2009/12/12/howto-install-playerstage-in-ubuntu-karmic-9-10/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 10:01:23 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[9.10]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[player]]></category>
		<category><![CDATA[stage]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=27</guid>
		<description><![CDATA[<br/><p>UPDATE: There is a much easier way of installing player/stage in Ubuntu 9.10 as pointed out by Arkapravo in the comments, however this is the 2.0.4-3.3ubuntu3 where as of 21/May/2010 the latest version is 3.0.1 if this causes any issues with your needs. sudo apt-get install robot-player stage also check out: http://icrobotics.co.uk/wiki/index.php?title=Player/stage END UPDATE</p> [...]]]></description>
			<content:encoded><![CDATA[<br/><p>UPDATE:<br />
There is a much easier way of installing player/stage in Ubuntu 9.10 as pointed out by Arkapravo in the comments, however this is the 2.0.4-3.3ubuntu3 where as of 21/May/2010 the latest version is 3.0.1 if this causes any issues with your needs.<br />
sudo apt-get install robot-player stage<br />
also check out: http://icrobotics.co.uk/wiki/index.php?title=Player/stage<br />
END UPDATE</p>
<p>I was able to install Player but not Stage using the usual install method which can be seen below how I did it:<br />
You will need to have cmake and build-essentials installed:<br />
sudo apt-get install cmake build-essential<br />
How To Install Player:<br />
Player provides a network interface to a variety of robot and sensor hardware. Player’s client/server model allows robot control programs to be written in any programming language and to run on any computer with a network connection to the robot. Player supports multiple concurrent client connections to devices, creating new possibilities for distributed and collaborative sensing and control.<br />
Download the latest tar (I used player-3.0.0.tar.gz in this guide, if those numbers come up just change them with the version you are using)</p>
<p>http://sourceforge.net/projects/playerstage/files/</p>
<p>Extract<br />
tar zxvf player-3.0.0.tar.gz<br />
cd player-3.0.0<br />
Make a folder to store the build files<br />
mkdir build<br />
cd build<br />
Configure using<br />
cmake ../<br />
Now make and install<br />
make<br />
sudo make install<br />
How To Install Stage:<br />
Stage simulates a population of mobile robots moving in and sensing a two-dimensional bitmapped environment. Various sensor models are provided, including sonar, scanning laser rangefinder, pan-tilt-zoom camera with color blob detection and odometry.<br />
Install some needed libraries:<br />
sudo apt-get install libfltk1.1 pkg-config libtool<br />
You will also need to install openGl:<br />
sudo apt-get install libglu1-mesa-dev freeglut3-dev mesa-common-dev<br />
You will need to download and install fltk-1.1.x and do the usual:<br />
(I used fltk-1.1.10rc3 found here)<br />
tar zxvf fltk-1.1.10rc3-source.tar.gz<br />
cd fltk-1.1.10rc3/<br />
./configure &#8211;enable-gl<br />
make<br />
sudo make install<br />
Download and extract Stage (as you can see I used 3.2.2)</p>
<p>http://sourceforge.net/projects/playerstage/files/</p>
<p>tar zxvf Stage-3.2.2-Source.tar.gz<br />
cd Stage-3.2.2<br />
Make somewhere to store the build files<br />
mkdir build<br />
cd build<br />
Configure:<br />
cmake ../<br />
Make and install:<br />
make<br />
sudo make install<br />
Currently this will output the following error:<br />
collect2: ld returned 1 exit status<br />
make[2]: *** [libstage/stage] Error 1<br />
make[1]: *** [libstage/CMakeFiles/stagebinary.dir/all] Error 2<br />
make: *** [all] Error 2<br />
I will make an update on this post when I find out how to fix this, comment if you know how!</p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2009/12/12/howto-install-playerstage-in-ubuntu-karmic-9-10/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

