<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>Fawkes Git - fawkes.git/rss log</title>
<link>http://git.fawkesrobotics.org/fawkes.git</link>
<description>Fawkes Robotics Software Framework</description>
<language>en</language>
<managingEditor>Tim Niemueller</managingEditor>
<image>
<url>/static/git-logo.png</url>
<title>Fawkes Git - fawkes.git/rss log</title>
<link>http://git.fawkesrobotics.org/fawkes.git</link>
</image>
<pubDate>Thu, 19 Apr 2012 20:50:33 +0000</pubDate>
<lastBuildDate>Thu, 19 Apr 2012 20:50:33 +0000</lastBuildDate>
<generator>gitweb v.1.7.1/1.7.1</generator>
<item>
<title>tabletop-objects: adapt to the new pcl buildsys support</title>
<author>Tim Niemueller &lt;niemueller@kbsg.rwth-aachen.de&gt;</author>
<pubDate>Thu, 19 Apr 2012 20:50:33 +0000</pubDate>
<guid isPermaLink="true">http://git.fawkesrobotics.org/fawkes.git/commitdiff/9337deded5056110585ffe47c906783c439bf802</guid>
<link>http://git.fawkesrobotics.org/fawkes.git/commitdiff/9337deded5056110585ffe47c906783c439bf802</link>
<description>tabletop-objects: adapt to the new pcl buildsys support</description>
<content:encoded><![CDATA[
<pre>
tabletop-objects: adapt to the new pcl buildsys support
</pre><ul>
<li>[<a title="diff" href="http://git.fawkesrobotics.org/fawkes.git/blobdiff/93623a308b04690dd0f156e31320aba5213cf467..9337deded5056110585ffe47c906783c439bf802:/src/plugins/perception/tabletop-objects/Makefile">D</a><a title="history" href="http://git.fawkesrobotics.org/fawkes.git/history/9337deded5056110585ffe47c906783c439bf802?f=src/plugins/perception/tabletop-objects/Makefile">H</a>] src/plugins/perception/tabletop-objects/Makefile</li>
</ul>]]>
</content:encoded>
</item>
<item>
<title>buildsys: pcl.mk provides functions to detect components</title>
<author>Tim Niemueller &lt;niemueller@kbsg.rwth-aachen.de&gt;</author>
<pubDate>Thu, 19 Apr 2012 20:41:52 +0000</pubDate>
<guid isPermaLink="true">http://git.fawkesrobotics.org/fawkes.git/commitdiff/93623a308b04690dd0f156e31320aba5213cf467</guid>
<link>http://git.fawkesrobotics.org/fawkes.git/commitdiff/93623a308b04690dd0f156e31320aba5213cf467</link>
<description>buildsys: pcl.mk provides functions to detect components</description>
<content:encoded><![CDATA[
<pre>
buildsys: pcl.mk provides functions to detect components

Instead of having one giant CFLAGS_PCL that contains the compile flags
for all the components, even if only a subset is actually used, we now
have functions to detect and configure only the needed libraries.
Convenience methods support querying multiple components at the same
time.
</pre><ul>
<li>[<a title="diff" href="http://git.fawkesrobotics.org/fawkes.git/blobdiff/5aa25796378420f5fe06e3c1a31631b14ca7d9a7..93623a308b04690dd0f156e31320aba5213cf467:/etc/buildsys/pcl.mk">D</a><a title="history" href="http://git.fawkesrobotics.org/fawkes.git/history/93623a308b04690dd0f156e31320aba5213cf467?f=etc/buildsys/pcl.mk">H</a>] etc/buildsys/pcl.mk</li>
</ul>]]>
</content:encoded>
</item>
<item>
<title>buildsys/pcl: support pkg-config version suffix</title>
<author>Tim Niemueller &lt;niemueller@kbsg.rwth-aachen.de&gt;</author>
<pubDate>Fri, 30 Mar 2012 20:38:25 +0000</pubDate>
<guid isPermaLink="true">http://git.fawkesrobotics.org/fawkes.git/commitdiff/5aa25796378420f5fe06e3c1a31631b14ca7d9a7</guid>
<link>http://git.fawkesrobotics.org/fawkes.git/commitdiff/5aa25796378420f5fe06e3c1a31631b14ca7d9a7</link>
<description>buildsys/pcl: support pkg-config version suffix</description>
<content:encoded><![CDATA[
<pre>
buildsys/pcl: support pkg-config version suffix

On some systems like Ubuntu the pkg-config package names carry a version
suffix, e.g. pcl_common-1.3. Take this into account when checking for
availability and compile flags.
</pre><ul>
<li>[<a title="diff" href="http://git.fawkesrobotics.org/fawkes.git/blobdiff/7488ceba5729fb35b7faab86779434acdc76cf3f..5aa25796378420f5fe06e3c1a31631b14ca7d9a7:/etc/buildsys/pcl.mk">D</a><a title="history" href="http://git.fawkesrobotics.org/fawkes.git/history/5aa25796378420f5fe06e3c1a31631b14ca7d9a7?f=etc/buildsys/pcl.mk">H</a>] etc/buildsys/pcl.mk</li>
</ul>]]>
</content:encoded>
</item>
<item>
<title>openrave: adapt to OpenRAVE 0.6.4 API changes</title>
<author>Tim Niemueller &lt;niemueller@kbsg.rwth-aachen.de&gt;</author>
<pubDate>Thu, 19 Apr 2012 13:33:08 +0000</pubDate>
<guid isPermaLink="true">http://git.fawkesrobotics.org/fawkes.git/commitdiff/7488ceba5729fb35b7faab86779434acdc76cf3f</guid>
<link>http://git.fawkesrobotics.org/fawkes.git/commitdiff/7488ceba5729fb35b7faab86779434acdc76cf3f</link>
<description>openrave: adapt to OpenRAVE 0.6.4 API changes</description>
<content:encoded><![CDATA[
<pre>
openrave: adapt to OpenRAVE 0.6.4 API changes

plot3 requires a float array and no longer a RaveVector. Along the way
fix a documentation oversight.
</pre><ul>
<li>[<a title="diff" href="http://git.fawkesrobotics.org/fawkes.git/blobdiff/eb2deb5bd5757b16c1b68a56cc7bc815319646ae..7488ceba5729fb35b7faab86779434acdc76cf3f:/src/plugins/openrave/environment.cpp">D</a><a title="history" href="http://git.fawkesrobotics.org/fawkes.git/history/7488ceba5729fb35b7faab86779434acdc76cf3f?f=src/plugins/openrave/environment.cpp">H</a>] src/plugins/openrave/environment.cpp</li>
</ul>]]>
</content:encoded>
</item>
<item>
<title>openrave: simplify OpenRAVE detection</title>
<author>Tim Niemueller &lt;niemueller@kbsg.rwth-aachen.de&gt;</author>
<pubDate>Thu, 19 Apr 2012 13:21:39 +0000</pubDate>
<guid isPermaLink="true">http://git.fawkesrobotics.org/fawkes.git/commitdiff/eb2deb5bd5757b16c1b68a56cc7bc815319646ae</guid>
<link>http://git.fawkesrobotics.org/fawkes.git/commitdiff/eb2deb5bd5757b16c1b68a56cc7bc815319646ae</link>
<description>openrave: simplify OpenRAVE detection</description>
<content:encoded><![CDATA[
<pre>
openrave: simplify OpenRAVE detection

Use only pkg-config to determine cflags and ldflags for OpenRAVE and
Python. Mixing with the config-files is risky, they might not exist on
other installations or not be in the path. Also, the OpenRAVE tools gave
invalid flags for x86_64 (included 32bit lib dir).

Now only a minimum version needs to be specified in a simpler way. Also,
version suffixes are now detected by explicitly searching for
openrave-core in the list of available packages.
</pre><ul>
<li>[<a title="diff" href="http://git.fawkesrobotics.org/fawkes.git/blobdiff/628c0eaffe70eac604a2e6c5f70baa4010fc1b09..eb2deb5bd5757b16c1b68a56cc7bc815319646ae:/src/plugins/katana/Makefile">D</a><a title="history" href="http://git.fawkesrobotics.org/fawkes.git/history/eb2deb5bd5757b16c1b68a56cc7bc815319646ae?f=src/plugins/katana/Makefile">H</a>] src/plugins/katana/Makefile</li>
<li>[<a title="diff" href="http://git.fawkesrobotics.org/fawkes.git/blobdiff/628c0eaffe70eac604a2e6c5f70baa4010fc1b09..eb2deb5bd5757b16c1b68a56cc7bc815319646ae:/src/plugins/openrave/Makefile">D</a><a title="history" href="http://git.fawkesrobotics.org/fawkes.git/history/eb2deb5bd5757b16c1b68a56cc7bc815319646ae?f=src/plugins/openrave/Makefile">H</a>] src/plugins/openrave/Makefile</li>
<li>[<a title="diff" href="http://git.fawkesrobotics.org/fawkes.git/blobdiff/628c0eaffe70eac604a2e6c5f70baa4010fc1b09..eb2deb5bd5757b16c1b68a56cc7bc815319646ae:/src/plugins/openrave/openrave.mk">D</a><a title="history" href="http://git.fawkesrobotics.org/fawkes.git/history/eb2deb5bd5757b16c1b68a56cc7bc815319646ae?f=src/plugins/openrave/openrave.mk">H</a>] src/plugins/openrave/openrave.mk</li>
</ul>]]>
</content:encoded>
</item>
<item>
<title>buildsys: add boost utilities</title>
<author>Tim Niemueller &lt;niemueller@kbsg.rwth-aachen.de&gt;</author>
<pubDate>Mon, 16 Apr 2012 13:26:22 +0000</pubDate>
<guid isPermaLink="true">http://git.fawkesrobotics.org/fawkes.git/commitdiff/628c0eaffe70eac604a2e6c5f70baa4010fc1b09</guid>
<link>http://git.fawkesrobotics.org/fawkes.git/commitdiff/628c0eaffe70eac604a2e6c5f70baa4010fc1b09</link>
<description>buildsys: add boost utilities</description>
<content:encoded><![CDATA[
<pre>
buildsys: add boost utilities

Add small set of functions to check for Boost libraries and get the
required build flags.
</pre><ul>
<li>[<a title="diff" href="http://git.fawkesrobotics.org/fawkes.git/blobdiff/5ae6d6a3f9a99ca106636d3e24b425a4a9256623..628c0eaffe70eac604a2e6c5f70baa4010fc1b09:/etc/buildsys/boost.mk">D</a><a title="history" href="http://git.fawkesrobotics.org/fawkes.git/history/628c0eaffe70eac604a2e6c5f70baa4010fc1b09?f=etc/buildsys/boost.mk">H</a>] etc/buildsys/boost.mk</li>
</ul>]]>
</content:encoded>
</item>
<item>
<title>buildsys: search for alternative OpenCV pkg-config names</title>
<author>Tim Niemueller &lt;niemueller@kbsg.rwth-aachen.de&gt;</author>
<pubDate>Mon, 16 Apr 2012 15:57:36 +0000</pubDate>
<guid isPermaLink="true">http://git.fawkesrobotics.org/fawkes.git/commitdiff/cf8cc9dd80ced5e9fab681245b25a167c3817024</guid>
<link>http://git.fawkesrobotics.org/fawkes.git/commitdiff/cf8cc9dd80ced5e9fab681245b25a167c3817024</link>
<description>buildsys: search for alternative OpenCV pkg-config names</description>
<content:encoded><![CDATA[
<pre>
buildsys: search for alternative OpenCV pkg-config names

The pkg-config files is sometimes named just &quot;opencv&quot;, sometimes it has a
version suffix (depends on distro and packager). First try to find the plain
version. If not found, list all packages and try to find the version suffix.
</pre><ul>
<li>[<a title="diff" href="http://git.fawkesrobotics.org/fawkes.git/blobdiff/73cb92b36c2bd9f9c41d29113bce19bb20373bb6..cf8cc9dd80ced5e9fab681245b25a167c3817024:/etc/buildsys/fvconf.mk">D</a><a title="history" href="http://git.fawkesrobotics.org/fawkes.git/history/cf8cc9dd80ced5e9fab681245b25a167c3817024?f=etc/buildsys/fvconf.mk">H</a>] etc/buildsys/fvconf.mk</li>
<li>[<a title="diff" href="http://git.fawkesrobotics.org/fawkes.git/blobdiff/73cb92b36c2bd9f9c41d29113bce19bb20373bb6..cf8cc9dd80ced5e9fab681245b25a167c3817024:/etc/buildsys/pcl.mk">D</a><a title="history" href="http://git.fawkesrobotics.org/fawkes.git/history/cf8cc9dd80ced5e9fab681245b25a167c3817024?f=etc/buildsys/pcl.mk">H</a>] etc/buildsys/pcl.mk</li>
</ul>]]>
</content:encoded>
</item>
<item>
<title>ros-tf: disable strict aliasing warnings for tf_thread</title>
<author>Tim Niemueller &lt;niemueller@kbsg.rwth-aachen.de&gt;</author>
<pubDate>Sat, 3 Jan 2004 20:27:30 +0000</pubDate>
<guid isPermaLink="true">http://git.fawkesrobotics.org/fawkes.git/commitdiff/73cb92b36c2bd9f9c41d29113bce19bb20373bb6</guid>
<link>http://git.fawkesrobotics.org/fawkes.git/commitdiff/73cb92b36c2bd9f9c41d29113bce19bb20373bb6</link>
<description>ros-tf: disable strict aliasing warnings for tf_thread</description>
<content:encoded><![CDATA[
<pre>
ros-tf: disable strict aliasing warnings for tf_thread

The tf module causes aliasing compiler warnings when compiling with enabled
optimization.
</pre><ul>
<li>[<a title="diff" href="http://git.fawkesrobotics.org/fawkes.git/blobdiff/7435cdbde94fc7d615fc1c5ba466ccc5d5df470d..73cb92b36c2bd9f9c41d29113bce19bb20373bb6:/src/plugins/ros/Makefile">D</a><a title="history" href="http://git.fawkesrobotics.org/fawkes.git/history/73cb92b36c2bd9f9c41d29113bce19bb20373bb6?f=src/plugins/ros/Makefile">H</a>] src/plugins/ros/Makefile</li>
</ul>]]>
</content:encoded>
</item>
<item>
<title>pantilt: fix unused result warnings in Visca driver</title>
<author>Tim Niemueller &lt;niemueller@kbsg.rwth-aachen.de&gt;</author>
<pubDate>Sat, 3 Jan 2004 20:23:07 +0000</pubDate>
<guid isPermaLink="true">http://git.fawkesrobotics.org/fawkes.git/commitdiff/7435cdbde94fc7d615fc1c5ba466ccc5d5df470d</guid>
<link>http://git.fawkesrobotics.org/fawkes.git/commitdiff/7435cdbde94fc7d615fc1c5ba466ccc5d5df470d</link>
<description>pantilt: fix unused result warnings in Visca driver</description>
<content:encoded><![CDATA[
<pre>
pantilt: fix unused result warnings in Visca driver
</pre><ul>
<li>[<a title="diff" href="http://git.fawkesrobotics.org/fawkes.git/blobdiff/29fa62ffbb49b6b322499d1c93f9a3455c2583ad..7435cdbde94fc7d615fc1c5ba466ccc5d5df470d:/src/plugins/pantilt/sony/visca.cpp">D</a><a title="history" href="http://git.fawkesrobotics.org/fawkes.git/history/7435cdbde94fc7d615fc1c5ba466ccc5d5df470d?f=src/plugins/pantilt/sony/visca.cpp">H</a>] src/plugins/pantilt/sony/visca.cpp</li>
</ul>]]>
</content:encoded>
</item>
<item>
<title>utils: fix unused result warnings in getkey()</title>
<author>Tim Niemueller &lt;niemueller@kbsg.rwth-aachen.de&gt;</author>
<pubDate>Sat, 3 Jan 2004 20:22:07 +0000</pubDate>
<guid isPermaLink="true">http://git.fawkesrobotics.org/fawkes.git/commitdiff/29fa62ffbb49b6b322499d1c93f9a3455c2583ad</guid>
<link>http://git.fawkesrobotics.org/fawkes.git/commitdiff/29fa62ffbb49b6b322499d1c93f9a3455c2583ad</link>
<description>utils: fix unused result warnings in getkey()</description>
<content:encoded><![CDATA[
<pre>
utils: fix unused result warnings in getkey()
</pre><ul>
<li>[<a title="diff" href="http://git.fawkesrobotics.org/fawkes.git/blobdiff/c23859fb6a0fdfeb85e54efc91baaf5709e5586e..29fa62ffbb49b6b322499d1c93f9a3455c2583ad:/src/libs/utils/system/getkey.cpp">D</a><a title="history" href="http://git.fawkesrobotics.org/fawkes.git/history/29fa62ffbb49b6b322499d1c93f9a3455c2583ad?f=src/libs/utils/system/getkey.cpp">H</a>] src/libs/utils/system/getkey.cpp</li>
<li>[<a title="diff" href="http://git.fawkesrobotics.org/fawkes.git/blobdiff/c23859fb6a0fdfeb85e54efc91baaf5709e5586e..29fa62ffbb49b6b322499d1c93f9a3455c2583ad:/src/libs/utils/system/getkey.h">D</a><a title="history" href="http://git.fawkesrobotics.org/fawkes.git/history/29fa62ffbb49b6b322499d1c93f9a3455c2583ad?f=src/libs/utils/system/getkey.h">H</a>] src/libs/utils/system/getkey.h</li>
</ul>]]>
</content:encoded>
</item>
<item>
<title>ros-images: provide (camera) images to ROS</title>
<author>Tim Niemueller &lt;niemueller@kbsg.rwth-aachen.de&gt;</author>
<pubDate>Mon, 16 Apr 2012 13:28:01 +0000</pubDate>
<guid isPermaLink="true">http://git.fawkesrobotics.org/fawkes.git/commitdiff/c23859fb6a0fdfeb85e54efc91baaf5709e5586e</guid>
<link>http://git.fawkesrobotics.org/fawkes.git/commitdiff/c23859fb6a0fdfeb85e54efc91baaf5709e5586e</link>
<description>ros-images: provide (camera) images to ROS</description>
<content:encoded><![CDATA[
<pre>
ros-images: provide (camera) images to ROS

Added a small plugin which provides image buffers to ROS.
</pre><ul>
<li>[<a title="diff" href="http://git.fawkesrobotics.org/fawkes.git/blobdiff/37c217b5cae828200fe47cff26a15ccd78e1c6e4..c23859fb6a0fdfeb85e54efc91baaf5709e5586e:/src/plugins/ros/Makefile">D</a><a title="history" href="http://git.fawkesrobotics.org/fawkes.git/history/c23859fb6a0fdfeb85e54efc91baaf5709e5586e?f=src/plugins/ros/Makefile">H</a>] src/plugins/ros/Makefile</li>
<li>[<a title="diff" href="http://git.fawkesrobotics.org/fawkes.git/blobdiff/37c217b5cae828200fe47cff26a15ccd78e1c6e4..c23859fb6a0fdfeb85e54efc91baaf5709e5586e:/src/plugins/ros/image_plugin.cpp">D</a><a title="history" href="http://git.fawkesrobotics.org/fawkes.git/history/c23859fb6a0fdfeb85e54efc91baaf5709e5586e?f=src/plugins/ros/image_plugin.cpp">H</a>] src/plugins/ros/image_plugin.cpp</li>
<li>[<a title="diff" href="http://git.fawkesrobotics.org/fawkes.git/blobdiff/37c217b5cae828200fe47cff26a15ccd78e1c6e4..c23859fb6a0fdfeb85e54efc91baaf5709e5586e:/src/plugins/ros/image_thread.cpp">D</a><a title="history" href="http://git.fawkesrobotics.org/fawkes.git/history/c23859fb6a0fdfeb85e54efc91baaf5709e5586e?f=src/plugins/ros/image_thread.cpp">H</a>] src/plugins/ros/image_thread.cpp</li>
<li>[<a title="diff" href="http://git.fawkesrobotics.org/fawkes.git/blobdiff/37c217b5cae828200fe47cff26a15ccd78e1c6e4..c23859fb6a0fdfeb85e54efc91baaf5709e5586e:/src/plugins/ros/image_thread.h">D</a><a title="history" href="http://git.fawkesrobotics.org/fawkes.git/history/c23859fb6a0fdfeb85e54efc91baaf5709e5586e?f=src/plugins/ros/image_thread.h">H</a>] src/plugins/ros/image_thread.h</li>
</ul>]]>
</content:encoded>
</item>
<item>
<title>tabletop-objects: link against boost_thread if ROS unavailable</title>
<author>Tim Niemueller &lt;niemueller@kbsg.rwth-aachen.de&gt;</author>
<pubDate>Mon, 16 Apr 2012 13:27:10 +0000</pubDate>
<guid isPermaLink="true">http://git.fawkesrobotics.org/fawkes.git/commitdiff/37c217b5cae828200fe47cff26a15ccd78e1c6e4</guid>
<link>http://git.fawkesrobotics.org/fawkes.git/commitdiff/37c217b5cae828200fe47cff26a15ccd78e1c6e4</link>
<description>tabletop-objects: link against boost_thread if ROS unavailable</description>
<content:encoded><![CDATA[
<pre>
tabletop-objects: link against boost_thread if ROS unavailable

On Robotino not explicitly linking against boost_thread causes a link
failure.
</pre><ul>
<li>[<a title="diff" href="http://git.fawkesrobotics.org/fawkes.git/blobdiff/a6814ba22bda19b7b8388e909bfc8c81b93ceacb..37c217b5cae828200fe47cff26a15ccd78e1c6e4:/src/plugins/perception/tabletop-objects/Makefile">D</a><a title="history" href="http://git.fawkesrobotics.org/fawkes.git/history/37c217b5cae828200fe47cff26a15ccd78e1c6e4?f=src/plugins/perception/tabletop-objects/Makefile">H</a>] src/plugins/perception/tabletop-objects/Makefile</li>
</ul>]]>
</content:encoded>
</item>
<item>
<title>buildsys: add boost utilities</title>
<author>Tim Niemueller &lt;niemueller@kbsg.rwth-aachen.de&gt;</author>
<pubDate>Mon, 16 Apr 2012 13:26:22 +0000</pubDate>
<guid isPermaLink="true">http://git.fawkesrobotics.org/fawkes.git/commitdiff/a6814ba22bda19b7b8388e909bfc8c81b93ceacb</guid>
<link>http://git.fawkesrobotics.org/fawkes.git/commitdiff/a6814ba22bda19b7b8388e909bfc8c81b93ceacb</link>
<description>buildsys: add boost utilities</description>
<content:encoded><![CDATA[
<pre>
buildsys: add boost utilities

Add small set of functions to check for Boost libraries and get the
required build flags.
</pre><ul>
<li>[<a title="diff" href="http://git.fawkesrobotics.org/fawkes.git/blobdiff/41634881194b5bcb37fc4fe99b9df633bcd9ec08..a6814ba22bda19b7b8388e909bfc8c81b93ceacb:/etc/buildsys/boost.mk">D</a><a title="history" href="http://git.fawkesrobotics.org/fawkes.git/history/a6814ba22bda19b7b8388e909bfc8c81b93ceacb?f=etc/buildsys/boost.mk">H</a>] etc/buildsys/boost.mk</li>
</ul>]]>
</content:encoded>
</item>
<item>
<title>fvretriever: support setting the frame ID</title>
<author>Tim Niemueller &lt;niemueller@kbsg.rwth-aachen.de&gt;</author>
<pubDate>Mon, 16 Apr 2012 12:48:30 +0000</pubDate>
<guid isPermaLink="true">http://git.fawkesrobotics.org/fawkes.git/commitdiff/41634881194b5bcb37fc4fe99b9df633bcd9ec08</guid>
<link>http://git.fawkesrobotics.org/fawkes.git/commitdiff/41634881194b5bcb37fc4fe99b9df633bcd9ec08</link>
<description>fvretriever: support setting the frame ID</description>
<content:encoded><![CDATA[
<pre>
fvretriever: support setting the frame ID

The camera frame ID can now be set (and overridden). Particularly
helpful for file buffers. Extend the plugin to support arbitrary
configuration entries for later improvements.
</pre><ul>
<li>[<a title="diff" href="http://git.fawkesrobotics.org/fawkes.git/blobdiff/7691d18a3dce28d8bff6373d76ef3f7f07019c99..41634881194b5bcb37fc4fe99b9df633bcd9ec08:/cfg/default.sql">D</a><a title="history" href="http://git.fawkesrobotics.org/fawkes.git/history/41634881194b5bcb37fc4fe99b9df633bcd9ec08?f=cfg/default.sql">H</a>] cfg/default.sql</li>
<li>[<a title="diff" href="http://git.fawkesrobotics.org/fawkes.git/blobdiff/7691d18a3dce28d8bff6373d76ef3f7f07019c99..41634881194b5bcb37fc4fe99b9df633bcd9ec08:/src/plugins/perception/retriever/fvretriever_plugin.cpp">D</a><a title="history" href="http://git.fawkesrobotics.org/fawkes.git/history/41634881194b5bcb37fc4fe99b9df633bcd9ec08?f=src/plugins/perception/retriever/fvretriever_plugin.cpp">H</a>] src/plugins/perception/retriever/fvretriever_plugin.cpp</li>
<li>[<a title="diff" href="http://git.fawkesrobotics.org/fawkes.git/blobdiff/7691d18a3dce28d8bff6373d76ef3f7f07019c99..41634881194b5bcb37fc4fe99b9df633bcd9ec08:/src/plugins/perception/retriever/retriever_thread.cpp">D</a><a title="history" href="http://git.fawkesrobotics.org/fawkes.git/history/41634881194b5bcb37fc4fe99b9df633bcd9ec08?f=src/plugins/perception/retriever/retriever_thread.cpp">H</a>] src/plugins/perception/retriever/retriever_thread.cpp</li>
<li>[<a title="diff" href="http://git.fawkesrobotics.org/fawkes.git/blobdiff/7691d18a3dce28d8bff6373d76ef3f7f07019c99..41634881194b5bcb37fc4fe99b9df633bcd9ec08:/src/plugins/perception/retriever/retriever_thread.h">D</a><a title="history" href="http://git.fawkesrobotics.org/fawkes.git/history/41634881194b5bcb37fc4fe99b9df633bcd9ec08?f=src/plugins/perception/retriever/retriever_thread.h">H</a>] src/plugins/perception/retriever/retriever_thread.h</li>
</ul>]]>
</content:encoded>
</item>
<item>
<title>core: provide dereferencing operator for LockPtr</title>
<author>Tim Niemueller &lt;niemueller@kbsg.rwth-aachen.de&gt;</author>
<pubDate>Mon, 16 Apr 2012 11:33:19 +0000</pubDate>
<guid isPermaLink="true">http://git.fawkesrobotics.org/fawkes.git/commitdiff/7691d18a3dce28d8bff6373d76ef3f7f07019c99</guid>
<link>http://git.fawkesrobotics.org/fawkes.git/commitdiff/7691d18a3dce28d8bff6373d76ef3f7f07019c99</link>
<description>core: provide dereferencing operator for LockPtr</description>
<content:encoded><![CDATA[
<pre>
core: provide dereferencing operator for LockPtr

LockPtr now has an operator*() method to allow for easy dereferencing
similar to RefPtr and Boost smart pointers.
</pre><ul>
<li>[<a title="diff" href="http://git.fawkesrobotics.org/fawkes.git/blobdiff/04868196e6e848211f824f5d35428bd04927942a..7691d18a3dce28d8bff6373d76ef3f7f07019c99:/src/libs/core/utils/lockptr.h">D</a><a title="history" href="http://git.fawkesrobotics.org/fawkes.git/history/7691d18a3dce28d8bff6373d76ef3f7f07019c99?f=src/libs/core/utils/lockptr.h">H</a>] src/libs/core/utils/lockptr.h</li>
</ul>]]>
</content:encoded>
</item>
<item>
<title>core: more precise info on unknown init exception</title>
<author>Tim Niemueller &lt;niemueller@kbsg.rwth-aachen.de&gt;</author>
<pubDate>Mon, 16 Apr 2012 11:31:39 +0000</pubDate>
<guid isPermaLink="true">http://git.fawkesrobotics.org/fawkes.git/commitdiff/04868196e6e848211f824f5d35428bd04927942a</guid>
<link>http://git.fawkesrobotics.org/fawkes.git/commitdiff/04868196e6e848211f824f5d35428bd04927942a</link>
<description>core: more precise info on unknown init exception</description>
<content:encoded><![CDATA[
<pre>
core: more precise info on unknown init exception

If a thread throws an exception in ThreadList::init() and it is unknown
(i.e. not a fawkes::Exception) catch std::exception to be more precise.
Many other projects/libs use an exception derived from std::exception.
</pre><ul>
<li>[<a title="diff" href="http://git.fawkesrobotics.org/fawkes.git/blobdiff/d3a986560a352a40b04f40272fcfa24272474eb5..04868196e6e848211f824f5d35428bd04927942a:/src/libs/core/threading/thread_list.cpp">D</a><a title="history" href="http://git.fawkesrobotics.org/fawkes.git/history/04868196e6e848211f824f5d35428bd04927942a?f=src/libs/core/threading/thread_list.cpp">H</a>] src/libs/core/threading/thread_list.cpp</li>
</ul>]]>
</content:encoded>
</item>
<item>
<title>vision tools: adapt to CFLAGS override</title>
<author>Tim Niemueller &lt;niemueller@kbsg.rwth-aachen.de&gt;</author>
<pubDate>Tue, 3 Apr 2012 12:41:50 +0000</pubDate>
<guid isPermaLink="true">http://git.fawkesrobotics.org/fawkes.git/commitdiff/d3a986560a352a40b04f40272fcfa24272474eb5</guid>
<link>http://git.fawkesrobotics.org/fawkes.git/commitdiff/d3a986560a352a40b04f40272fcfa24272474eb5</link>
<description>vision tools: adapt to CFLAGS override</description>
<content:encoded><![CDATA[
<pre>
vision tools: adapt to CFLAGS override
</pre><ul>
<li>[<a title="diff" href="http://git.fawkesrobotics.org/fawkes.git/blobdiff/4e433575c181291ac441c4c6fcd7da4283f98e64..d3a986560a352a40b04f40272fcfa24272474eb5:/src/tools/vision/Makefile">D</a><a title="history" href="http://git.fawkesrobotics.org/fawkes.git/history/d3a986560a352a40b04f40272fcfa24272474eb5?f=src/tools/vision/Makefile">H</a>] src/tools/vision/Makefile</li>
</ul>]]>
</content:encoded>
</item>
<item>
<title>robotino: add support for gyro values</title>
<author>Tim Niemueller &lt;niemueller@kbsg.rwth-aachen.de&gt;</author>
<pubDate>Mon, 2 Apr 2012 17:37:03 +0000</pubDate>
<guid isPermaLink="true">http://git.fawkesrobotics.org/fawkes.git/commitdiff/4e433575c181291ac441c4c6fcd7da4283f98e64</guid>
<link>http://git.fawkesrobotics.org/fawkes.git/commitdiff/4e433575c181291ac441c4c6fcd7da4283f98e64</link>
<description>robotino: add support for gyro values</description>
<content:encoded><![CDATA[
<pre>
robotino: add support for gyro values
</pre><ul>
<li>[<a title="diff" href="http://git.fawkesrobotics.org/fawkes.git/blobdiff/1badc10f004213ebeadda3f22170e67d217ba4c1..4e433575c181291ac441c4c6fcd7da4283f98e64:/src/plugins/robotino/Makefile">D</a><a title="history" href="http://git.fawkesrobotics.org/fawkes.git/history/4e433575c181291ac441c4c6fcd7da4283f98e64?f=src/plugins/robotino/Makefile">H</a>] src/plugins/robotino/Makefile</li>
<li>[<a title="diff" href="http://git.fawkesrobotics.org/fawkes.git/blobdiff/1badc10f004213ebeadda3f22170e67d217ba4c1..4e433575c181291ac441c4c6fcd7da4283f98e64:/src/plugins/robotino/interfaces/RobotinoSensorInterface.cpp">D</a><a title="history" href="http://git.fawkesrobotics.org/fawkes.git/history/4e433575c181291ac441c4c6fcd7da4283f98e64?f=src/plugins/robotino/interfaces/RobotinoSensorInterface.cpp">H</a>] src/plugins/robotino/interfaces/RobotinoSensorInterface.cpp</li>
<li>[<a title="diff" href="http://git.fawkesrobotics.org/fawkes.git/blobdiff/1badc10f004213ebeadda3f22170e67d217ba4c1..4e433575c181291ac441c4c6fcd7da4283f98e64:/src/plugins/robotino/interfaces/RobotinoSensorInterface.h_ext">D</a><a title="history" href="http://git.fawkesrobotics.org/fawkes.git/history/4e433575c181291ac441c4c6fcd7da4283f98e64?f=src/plugins/robotino/interfaces/RobotinoSensorInterface.h_ext">H</a>] src/plugins/robotino/interfaces/RobotinoSensorInterface.h_ext</li>
<li>[<a title="diff" href="http://git.fawkesrobotics.org/fawkes.git/blobdiff/1badc10f004213ebeadda3f22170e67d217ba4c1..4e433575c181291ac441c4c6fcd7da4283f98e64:/src/plugins/robotino/interfaces/RobotinoSensorInterface.tolua">D</a><a title="history" href="http://git.fawkesrobotics.org/fawkes.git/history/4e433575c181291ac441c4c6fcd7da4283f98e64?f=src/plugins/robotino/interfaces/RobotinoSensorInterface.tolua">H</a>] src/plugins/robotino/interfaces/RobotinoSensorInterface.tolua</li>
<li>[<a title="diff" href="http://git.fawkesrobotics.org/fawkes.git/blobdiff/1badc10f004213ebeadda3f22170e67d217ba4c1..4e433575c181291ac441c4c6fcd7da4283f98e64:/src/plugins/robotino/interfaces/RobotinoSensorInterface.xml">D</a><a title="history" href="http://git.fawkesrobotics.org/fawkes.git/history/4e433575c181291ac441c4c6fcd7da4283f98e64?f=src/plugins/robotino/interfaces/RobotinoSensorInterface.xml">H</a>] src/plugins/robotino/interfaces/RobotinoSensorInterface.xml</li>
<li>[<a title="diff" href="http://git.fawkesrobotics.org/fawkes.git/blobdiff/1badc10f004213ebeadda3f22170e67d217ba4c1..4e433575c181291ac441c4c6fcd7da4283f98e64:/src/plugins/robotino/sensor_thread.cpp">D</a><a title="history" href="http://git.fawkesrobotics.org/fawkes.git/history/4e433575c181291ac441c4c6fcd7da4283f98e64?f=src/plugins/robotino/sensor_thread.cpp">H</a>] src/plugins/robotino/sensor_thread.cpp</li>
<li>[<a title="diff" href="http://git.fawkesrobotics.org/fawkes.git/blobdiff/1badc10f004213ebeadda3f22170e67d217ba4c1..4e433575c181291ac441c4c6fcd7da4283f98e64:/src/plugins/robotino/sensor_thread.h">D</a><a title="history" href="http://git.fawkesrobotics.org/fawkes.git/history/4e433575c181291ac441c4c6fcd7da4283f98e64?f=src/plugins/robotino/sensor_thread.h">H</a>] src/plugins/robotino/sensor_thread.h</li>
</ul>]]>
</content:encoded>
</item>
<item>
<title>plugins: build robotino plugin by default</title>
<author>Tim Niemueller &lt;niemueller@kbsg.rwth-aachen.de&gt;</author>
<pubDate>Sat, 31 Mar 2012 23:41:12 +0000</pubDate>
<guid isPermaLink="true">http://git.fawkesrobotics.org/fawkes.git/commitdiff/1badc10f004213ebeadda3f22170e67d217ba4c1</guid>
<link>http://git.fawkesrobotics.org/fawkes.git/commitdiff/1badc10f004213ebeadda3f22170e67d217ba4c1</link>
<description>plugins: build robotino plugin by default</description>
<content:encoded><![CDATA[
<pre>
plugins: build robotino plugin by default
</pre><ul>
<li>[<a title="diff" href="http://git.fawkesrobotics.org/fawkes.git/blobdiff/182765273a0798a57b26be58873515046ceab4ac..1badc10f004213ebeadda3f22170e67d217ba4c1:/src/plugins/Makefile">D</a><a title="history" href="http://git.fawkesrobotics.org/fawkes.git/history/1badc10f004213ebeadda3f22170e67d217ba4c1?f=src/plugins/Makefile">H</a>] src/plugins/Makefile</li>
</ul>]]>
</content:encoded>
</item>
<item>
<title>tabletop-objects: compile fixes</title>
<author>Tim Niemueller &lt;niemueller@kbsg.rwth-aachen.de&gt;</author>
<pubDate>Fri, 30 Mar 2012 23:01:11 +0000</pubDate>
<guid isPermaLink="true">http://git.fawkesrobotics.org/fawkes.git/commitdiff/182765273a0798a57b26be58873515046ceab4ac</guid>
<link>http://git.fawkesrobotics.org/fawkes.git/commitdiff/182765273a0798a57b26be58873515046ceab4ac</link>
<description>tabletop-objects: compile fixes</description>
<content:encoded><![CDATA[
<pre>
tabletop-objects: compile fixes

Fix for older compilers and with CFLAGS overrides.
</pre><ul>
<li>[<a title="diff" href="http://git.fawkesrobotics.org/fawkes.git/blobdiff/7d1ab3a6076150a827e6dbcb03e053f367af9686..182765273a0798a57b26be58873515046ceab4ac:/src/plugins/perception/tabletop-objects/Makefile">D</a><a title="history" href="http://git.fawkesrobotics.org/fawkes.git/history/182765273a0798a57b26be58873515046ceab4ac?f=src/plugins/perception/tabletop-objects/Makefile">H</a>] src/plugins/perception/tabletop-objects/Makefile</li>
<li>[<a title="diff" href="http://git.fawkesrobotics.org/fawkes.git/blobdiff/7d1ab3a6076150a827e6dbcb03e053f367af9686..182765273a0798a57b26be58873515046ceab4ac:/src/plugins/perception/tabletop-objects/tabletop_objects_thread.cpp">D</a><a title="history" href="http://git.fawkesrobotics.org/fawkes.git/history/182765273a0798a57b26be58873515046ceab4ac?f=src/plugins/perception/tabletop-objects/tabletop_objects_thread.cpp">H</a>] src/plugins/perception/tabletop-objects/tabletop_objects_thread.cpp</li>
<li>[<a title="diff" href="http://git.fawkesrobotics.org/fawkes.git/blobdiff/7d1ab3a6076150a827e6dbcb03e053f367af9686..182765273a0798a57b26be58873515046ceab4ac:/src/plugins/perception/tabletop-objects/tabletop_objects_thread.h">D</a><a title="history" href="http://git.fawkesrobotics.org/fawkes.git/history/182765273a0798a57b26be58873515046ceab4ac?f=src/plugins/perception/tabletop-objects/tabletop_objects_thread.h">H</a>] src/plugins/perception/tabletop-objects/tabletop_objects_thread.h</li>
</ul>]]>
</content:encoded>
</item>
</channel>
</rss>

