<?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; Int32MultiArray</title>
	<atom:link href="https://alexsleat.co.uk/tag/int32multiarray/feed/" rel="self" type="application/rss+xml" />
	<link>https://alexsleat.co.uk</link>
	<description>/home/alex</description>
	<lastBuildDate>Thu, 05 Feb 2015 15:43:04 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.2.2</generator>
	<item>
		<title>ROS: Publishing and Subscribing to Arrays</title>
		<link>https://alexsleat.co.uk/2011/07/02/ros-publishing-and-subscribing-to-arrays/</link>
		<comments>https://alexsleat.co.uk/2011/07/02/ros-publishing-and-subscribing-to-arrays/#comments</comments>
		<pubDate>Sat, 02 Jul 2011 11:26:46 +0000</pubDate>
		<dc:creator><![CDATA[Alex]]></dc:creator>
				<category><![CDATA[C/C++]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Posts]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Robotics]]></category>
		<category><![CDATA[ROS]]></category>
		<category><![CDATA[answers]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[Int32MultiArray]]></category>
		<category><![CDATA[int8multiarray]]></category>
		<category><![CDATA[multiarray]]></category>
		<category><![CDATA[MultiArrayDimension]]></category>
		<category><![CDATA[MultiArrayLayout]]></category>
		<category><![CDATA[publishing]]></category>
		<category><![CDATA[ros]]></category>
		<category><![CDATA[std_msgs]]></category>
		<category><![CDATA[subscribing]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">https://alexsleat.co.uk/?p=16877</guid>
		<description><![CDATA[<p>In ROS (Robot Operating System) it&#8217;s really easy to publish variables to be used between nodes running on the same roscore however I was having some difficulty doing the same for arrays. The problem came when there was no real examples of how to use them, so here is a working example of std_msgs/*MultiArray [...]]]></description>
				<content:encoded><![CDATA[<p>In ROS (Robot Operating System) it&#8217;s really easy to publish variables to be used between nodes running on the same roscore however I was having some difficulty doing the same for arrays. The problem came when there was no real examples of how to use them, so here is a working example of std_msgs/*MultiArray in CPP.</p>
<h3>Publishing:</h3>
<p>[gist]<script src="https://gist.github.com/1372845.js?file=Publish.cpp"></script>[/gist]</p>
<h3>Subscribing:</h3>
<p>[gist]<script src="https://gist.github.com/1372845.js?file=Subscribe.cpp"></script>[/gist]</p>
]]></content:encoded>
			<wfw:commentRss>https://alexsleat.co.uk/2011/07/02/ros-publishing-and-subscribing-to-arrays/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
