<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Fawkes Git - fawkes.git/atom log</title>
<subtitle>Fawkes Robotics Software Framework</subtitle>
<link rel="alternate" type="text/html" href="http://git.fawkesrobotics.org/fawkes.git" />
<link rel="self" type="text/xml" href="http://git.fawkesrobotics.org?opt=--no-merges" />
<id>http://git.fawkesrobotics.org/fawkes.git</id>
<author><name>Tim Niemueller</name></author>
<icon>/static/git-favicon.png</icon>
<logo>/static/git-logo.png</logo>
<updated>2012-04-19T20:50:33Z</updated>
<generator version='1.7.1/1.7.1'>gitweb</generator>
<entry>
<title type="html">tabletop-objects: adapt to the new pcl buildsys support</title>
<updated>2012-04-19T20:50:33Z</updated>
<author>
  <name>Tim Niemueller</name>
  <email>niemueller@kbsg.rwth-aachen.de</email>
</author>
<contributor>
  <name>Tim Niemueller</name>
  <email>niemueller@kbsg.rwth-aachen.de</email>
</contributor>
<published>2012-04-19T20:50:33Z</published>
<link rel="alternate" type="text/html" href="http://git.fawkesrobotics.org/fawkes.git/commitdiff/9337deded5056110585ffe47c906783c439bf802" />
<id>http://git.fawkesrobotics.org/fawkes.git/commitdiff/9337deded5056110585ffe47c906783c439bf802</id>
<content type="xhtml" xml:base="http://git.fawkesrobotics.org">
<div xmlns="http://www.w3.org/1999/xhtml">
<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>
</div>
</content>
</entry>
<entry>
<title type="html">buildsys: pcl.mk provides functions to detect components</title>
<updated>2012-04-19T20:41:52Z</updated>
<author>
  <name>Tim Niemueller</name>
  <email>niemueller@kbsg.rwth-aachen.de</email>
</author>
<contributor>
  <name>Tim Niemueller</name>
  <email>niemueller@kbsg.rwth-aachen.de</email>
</contributor>
<published>2012-04-19T20:41:52Z</published>
<link rel="alternate" type="text/html" href="http://git.fawkesrobotics.org/fawkes.git/commitdiff/93623a308b04690dd0f156e31320aba5213cf467" />
<id>http://git.fawkesrobotics.org/fawkes.git/commitdiff/93623a308b04690dd0f156e31320aba5213cf467</id>
<content type="xhtml" xml:base="http://git.fawkesrobotics.org">
<div xmlns="http://www.w3.org/1999/xhtml">
<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>
</div>
</content>
</entry>
<entry>
<title type="html">buildsys/pcl: support pkg-config version suffix</title>
<updated>2012-03-30T20:38:25Z</updated>
<author>
  <name>Tim Niemueller</name>
  <email>niemueller@kbsg.rwth-aachen.de</email>
</author>
<contributor>
  <name>Tim Niemueller</name>
  <email>niemueller@kbsg.rwth-aachen.de</email>
</contributor>
<published>2012-03-30T20:38:25Z</published>
<link rel="alternate" type="text/html" href="http://git.fawkesrobotics.org/fawkes.git/commitdiff/5aa25796378420f5fe06e3c1a31631b14ca7d9a7" />
<id>http://git.fawkesrobotics.org/fawkes.git/commitdiff/5aa25796378420f5fe06e3c1a31631b14ca7d9a7</id>
<content type="xhtml" xml:base="http://git.fawkesrobotics.org">
<div xmlns="http://www.w3.org/1999/xhtml">
<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>
</div>
</content>
</entry>
<entry>
<title type="html">openrave: adapt to OpenRAVE 0.6.4 API changes</title>
<updated>2012-04-19T13:33:08Z</updated>
<author>
  <name>Tim Niemueller</name>
  <email>niemueller@kbsg.rwth-aachen.de</email>
</author>
<contributor>
  <name>Tim Niemueller</name>
  <email>niemueller@kbsg.rwth-aachen.de</email>
</contributor>
<published>2012-04-19T13:33:08Z</published>
<link rel="alternate" type="text/html" href="http://git.fawkesrobotics.org/fawkes.git/commitdiff/7488ceba5729fb35b7faab86779434acdc76cf3f" />
<id>http://git.fawkesrobotics.org/fawkes.git/commitdiff/7488ceba5729fb35b7faab86779434acdc76cf3f</id>
<content type="xhtml" xml:base="http://git.fawkesrobotics.org">
<div xmlns="http://www.w3.org/1999/xhtml">
<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>
</div>
</content>
</entry>
<entry>
<title type="html">openrave: simplify OpenRAVE detection</title>
<updated>2012-04-19T13:21:39Z</updated>
<author>
  <name>Tim Niemueller</name>
  <email>niemueller@kbsg.rwth-aachen.de</email>
</author>
<contributor>
  <name>Tim Niemueller</name>
  <email>niemueller@kbsg.rwth-aachen.de</email>
</contributor>
<published>2012-04-19T13:21:39Z</published>
<link rel="alternate" type="text/html" href="http://git.fawkesrobotics.org/fawkes.git/commitdiff/eb2deb5bd5757b16c1b68a56cc7bc815319646ae" />
<id>http://git.fawkesrobotics.org/fawkes.git/commitdiff/eb2deb5bd5757b16c1b68a56cc7bc815319646ae</id>
<content type="xhtml" xml:base="http://git.fawkesrobotics.org">
<div xmlns="http://www.w3.org/1999/xhtml">
<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>
</div>
</content>
</entry>
<entry>
<title type="html">buildsys: add boost utilities</title>
<updated>2012-04-16T13:26:22Z</updated>
<author>
  <name>Tim Niemueller</name>
  <email>niemueller@kbsg.rwth-aachen.de</email>
</author>
<contributor>
  <name>Tim Niemueller</name>
  <email>niemueller@kbsg.rwth-aachen.de</email>
</contributor>
<published>2012-04-16T13:26:22Z</published>
<link rel="alternate" type="text/html" href="http://git.fawkesrobotics.org/fawkes.git/commitdiff/628c0eaffe70eac604a2e6c5f70baa4010fc1b09" />
<id>http://git.fawkesrobotics.org/fawkes.git/commitdiff/628c0eaffe70eac604a2e6c5f70baa4010fc1b09</id>
<content type="xhtml" xml:base="http://git.fawkesrobotics.org">
<div xmlns="http://www.w3.org/1999/xhtml">
<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>
</div>
</content>
</entry>
<entry>
<title type="html">buildsys: search for alternative OpenCV pkg-config names</title>
<updated>2012-04-16T15:57:36Z</updated>
<author>
  <name>Tim Niemueller</name>
  <email>niemueller@kbsg.rwth-aachen.de</email>
</author>
<contributor>
  <name>Tim Niemueller</name>
  <email>niemueller@kbsg.rwth-aachen.de</email>
</contributor>
<published>2012-04-16T15:57:36Z</published>
<link rel="alternate" type="text/html" href="http://git.fawkesrobotics.org/fawkes.git/commitdiff/cf8cc9dd80ced5e9fab681245b25a167c3817024" />
<id>http://git.fawkesrobotics.org/fawkes.git/commitdiff/cf8cc9dd80ced5e9fab681245b25a167c3817024</id>
<content type="xhtml" xml:base="http://git.fawkesrobotics.org">
<div xmlns="http://www.w3.org/1999/xhtml">
<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>
</div>
</content>
</entry>
<entry>
<title type="html">ros-tf: disable strict aliasing warnings for tf_thread</title>
<updated>2004-01-03T20:27:30Z</updated>
<author>
  <name>Tim Niemueller</name>
  <email>niemueller@kbsg.rwth-aachen.de</email>
</author>
<contributor>
  <name>Tim Niemueller</name>
  <email>niemueller@kbsg.rwth-aachen.de</email>
</contributor>
<published>2004-01-03T20:27:30Z</published>
<link rel="alternate" type="text/html" href="http://git.fawkesrobotics.org/fawkes.git/commitdiff/73cb92b36c2bd9f9c41d29113bce19bb20373bb6" />
<id>http://git.fawkesrobotics.org/fawkes.git/commitdiff/73cb92b36c2bd9f9c41d29113bce19bb20373bb6</id>
<content type="xhtml" xml:base="http://git.fawkesrobotics.org">
<div xmlns="http://www.w3.org/1999/xhtml">
<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>
</div>
</content>
</entry>
<entry>
<title type="html">pantilt: fix unused result warnings in Visca driver</title>
<updated>2004-01-03T20:23:07Z</updated>
<author>
  <name>Tim Niemueller</name>
  <email>niemueller@kbsg.rwth-aachen.de</email>
</author>
<contributor>
  <name>Tim Niemueller</name>
  <email>niemueller@kbsg.rwth-aachen.de</email>
</contributor>
<published>2004-01-03T20:23:07Z</published>
<link rel="alternate" type="text/html" href="http://git.fawkesrobotics.org/fawkes.git/commitdiff/7435cdbde94fc7d615fc1c5ba466ccc5d5df470d" />
<id>http://git.fawkesrobotics.org/fawkes.git/commitdiff/7435cdbde94fc7d615fc1c5ba466ccc5d5df470d</id>
<content type="xhtml" xml:base="http://git.fawkesrobotics.org">
<div xmlns="http://www.w3.org/1999/xhtml">
<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>
</div>
</content>
</entry>
<entry>
<title type="html">utils: fix unused result warnings in getkey()</title>
<updated>2004-01-03T20:22:07Z</updated>
<author>
  <name>Tim Niemueller</name>
  <email>niemueller@kbsg.rwth-aachen.de</email>
</author>
<contributor>
  <name>Tim Niemueller</name>
  <email>niemueller@kbsg.rwth-aachen.de</email>
</contributor>
<published>2004-01-03T20:22:07Z</published>
<link rel="alternate" type="text/html" href="http://git.fawkesrobotics.org/fawkes.git/commitdiff/29fa62ffbb49b6b322499d1c93f9a3455c2583ad" />
<id>http://git.fawkesrobotics.org/fawkes.git/commitdiff/29fa62ffbb49b6b322499d1c93f9a3455c2583ad</id>
<content type="xhtml" xml:base="http://git.fawkesrobotics.org">
<div xmlns="http://www.w3.org/1999/xhtml">
<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>
</div>
</content>
</entry>
<entry>
<title type="html">ros-images: provide (camera) images to ROS</title>
<updated>2012-04-16T13:28:01Z</updated>
<author>
  <name>Tim Niemueller</name>
  <email>niemueller@kbsg.rwth-aachen.de</email>
</author>
<contributor>
  <name>Tim Niemueller</name>
  <email>niemueller@kbsg.rwth-aachen.de</email>
</contributor>
<published>2012-04-16T13:28:01Z</published>
<link rel="alternate" type="text/html" href="http://git.fawkesrobotics.org/fawkes.git/commitdiff/c23859fb6a0fdfeb85e54efc91baaf5709e5586e" />
<id>http://git.fawkesrobotics.org/fawkes.git/commitdiff/c23859fb6a0fdfeb85e54efc91baaf5709e5586e</id>
<content type="xhtml" xml:base="http://git.fawkesrobotics.org">
<div xmlns="http://www.w3.org/1999/xhtml">
<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>
</div>
</content>
</entry>
<entry>
<title type="html">tabletop-objects: link against boost_thread if ROS unavailable</title>
<updated>2012-04-16T13:27:10Z</updated>
<author>
  <name>Tim Niemueller</name>
  <email>niemueller@kbsg.rwth-aachen.de</email>
</author>
<contributor>
  <name>Tim Niemueller</name>
  <email>niemueller@kbsg.rwth-aachen.de</email>
</contributor>
<published>2012-04-16T13:27:10Z</published>
<link rel="alternate" type="text/html" href="http://git.fawkesrobotics.org/fawkes.git/commitdiff/37c217b5cae828200fe47cff26a15ccd78e1c6e4" />
<id>http://git.fawkesrobotics.org/fawkes.git/commitdiff/37c217b5cae828200fe47cff26a15ccd78e1c6e4</id>
<content type="xhtml" xml:base="http://git.fawkesrobotics.org">
<div xmlns="http://www.w3.org/1999/xhtml">
<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>
</div>
</content>
</entry>
<entry>
<title type="html">buildsys: add boost utilities</title>
<updated>2012-04-16T13:26:22Z</updated>
<author>
  <name>Tim Niemueller</name>
  <email>niemueller@kbsg.rwth-aachen.de</email>
</author>
<contributor>
  <name>Tim Niemueller</name>
  <email>niemueller@kbsg.rwth-aachen.de</email>
</contributor>
<published>2012-04-16T13:26:22Z</published>
<link rel="alternate" type="text/html" href="http://git.fawkesrobotics.org/fawkes.git/commitdiff/a6814ba22bda19b7b8388e909bfc8c81b93ceacb" />
<id>http://git.fawkesrobotics.org/fawkes.git/commitdiff/a6814ba22bda19b7b8388e909bfc8c81b93ceacb</id>
<content type="xhtml" xml:base="http://git.fawkesrobotics.org">
<div xmlns="http://www.w3.org/1999/xhtml">
<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>
</div>
</content>
</entry>
<entry>
<title type="html">fvretriever: support setting the frame ID</title>
<updated>2012-04-16T12:48:30Z</updated>
<author>
  <name>Tim Niemueller</name>
  <email>niemueller@kbsg.rwth-aachen.de</email>
</author>
<contributor>
  <name>Tim Niemueller</name>
  <email>niemueller@kbsg.rwth-aachen.de</email>
</contributor>
<published>2012-04-16T12:48:30Z</published>
<link rel="alternate" type="text/html" href="http://git.fawkesrobotics.org/fawkes.git/commitdiff/41634881194b5bcb37fc4fe99b9df633bcd9ec08" />
<id>http://git.fawkesrobotics.org/fawkes.git/commitdiff/41634881194b5bcb37fc4fe99b9df633bcd9ec08</id>
<content type="xhtml" xml:base="http://git.fawkesrobotics.org">
<div xmlns="http://www.w3.org/1999/xhtml">
<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>
</div>
</content>
</entry>
<entry>
<title type="html">core: provide dereferencing operator for LockPtr</title>
<updated>2012-04-16T11:33:19Z</updated>
<author>
  <name>Tim Niemueller</name>
  <email>niemueller@kbsg.rwth-aachen.de</email>
</author>
<contributor>
  <name>Tim Niemueller</name>
  <email>niemueller@kbsg.rwth-aachen.de</email>
</contributor>
<published>2012-04-16T11:33:19Z</published>
<link rel="alternate" type="text/html" href="http://git.fawkesrobotics.org/fawkes.git/commitdiff/7691d18a3dce28d8bff6373d76ef3f7f07019c99" />
<id>http://git.fawkesrobotics.org/fawkes.git/commitdiff/7691d18a3dce28d8bff6373d76ef3f7f07019c99</id>
<content type="xhtml" xml:base="http://git.fawkesrobotics.org">
<div xmlns="http://www.w3.org/1999/xhtml">
<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>
</div>
</content>
</entry>
<entry>
<title type="html">core: more precise info on unknown init exception</title>
<updated>2012-04-16T11:31:39Z</updated>
<author>
  <name>Tim Niemueller</name>
  <email>niemueller@kbsg.rwth-aachen.de</email>
</author>
<contributor>
  <name>Tim Niemueller</name>
  <email>niemueller@kbsg.rwth-aachen.de</email>
</contributor>
<published>2012-04-16T11:31:39Z</published>
<link rel="alternate" type="text/html" href="http://git.fawkesrobotics.org/fawkes.git/commitdiff/04868196e6e848211f824f5d35428bd04927942a" />
<id>http://git.fawkesrobotics.org/fawkes.git/commitdiff/04868196e6e848211f824f5d35428bd04927942a</id>
<content type="xhtml" xml:base="http://git.fawkesrobotics.org">
<div xmlns="http://www.w3.org/1999/xhtml">
<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>
</div>
</content>
</entry>
<entry>
<title type="html">vision tools: adapt to CFLAGS override</title>
<updated>2012-04-03T12:41:50Z</updated>
<author>
  <name>Tim Niemueller</name>
  <email>niemueller@kbsg.rwth-aachen.de</email>
</author>
<contributor>
  <name>Tim Niemueller</name>
  <email>niemueller@kbsg.rwth-aachen.de</email>
</contributor>
<published>2012-04-03T12:41:50Z</published>
<link rel="alternate" type="text/html" href="http://git.fawkesrobotics.org/fawkes.git/commitdiff/d3a986560a352a40b04f40272fcfa24272474eb5" />
<id>http://git.fawkesrobotics.org/fawkes.git/commitdiff/d3a986560a352a40b04f40272fcfa24272474eb5</id>
<content type="xhtml" xml:base="http://git.fawkesrobotics.org">
<div xmlns="http://www.w3.org/1999/xhtml">
<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>
</div>
</content>
</entry>
<entry>
<title type="html">robotino: add support for gyro values</title>
<updated>2012-04-02T17:37:03Z</updated>
<author>
  <name>Tim Niemueller</name>
  <email>niemueller@kbsg.rwth-aachen.de</email>
</author>
<contributor>
  <name>Tim Niemueller</name>
  <email>niemueller@kbsg.rwth-aachen.de</email>
</contributor>
<published>2012-04-02T17:37:03Z</published>
<link rel="alternate" type="text/html" href="http://git.fawkesrobotics.org/fawkes.git/commitdiff/4e433575c181291ac441c4c6fcd7da4283f98e64" />
<id>http://git.fawkesrobotics.org/fawkes.git/commitdiff/4e433575c181291ac441c4c6fcd7da4283f98e64</id>
<content type="xhtml" xml:base="http://git.fawkesrobotics.org">
<div xmlns="http://www.w3.org/1999/xhtml">
<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>
</div>
</content>
</entry>
<entry>
<title type="html">plugins: build robotino plugin by default</title>
<updated>2012-03-31T23:41:12Z</updated>
<author>
  <name>Tim Niemueller</name>
  <email>niemueller@kbsg.rwth-aachen.de</email>
</author>
<contributor>
  <name>Tim Niemueller</name>
  <email>niemueller@kbsg.rwth-aachen.de</email>
</contributor>
<published>2012-03-31T23:41:12Z</published>
<link rel="alternate" type="text/html" href="http://git.fawkesrobotics.org/fawkes.git/commitdiff/1badc10f004213ebeadda3f22170e67d217ba4c1" />
<id>http://git.fawkesrobotics.org/fawkes.git/commitdiff/1badc10f004213ebeadda3f22170e67d217ba4c1</id>
<content type="xhtml" xml:base="http://git.fawkesrobotics.org">
<div xmlns="http://www.w3.org/1999/xhtml">
<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>
</div>
</content>
</entry>
<entry>
<title type="html">tabletop-objects: compile fixes</title>
<updated>2012-03-30T23:01:11Z</updated>
<author>
  <name>Tim Niemueller</name>
  <email>niemueller@kbsg.rwth-aachen.de</email>
</author>
<contributor>
  <name>Tim Niemueller</name>
  <email>niemueller@kbsg.rwth-aachen.de</email>
</contributor>
<published>2012-03-30T23:01:11Z</published>
<link rel="alternate" type="text/html" href="http://git.fawkesrobotics.org/fawkes.git/commitdiff/182765273a0798a57b26be58873515046ceab4ac" />
<id>http://git.fawkesrobotics.org/fawkes.git/commitdiff/182765273a0798a57b26be58873515046ceab4ac</id>
<content type="xhtml" xml:base="http://git.fawkesrobotics.org">
<div xmlns="http://www.w3.org/1999/xhtml">
<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>
</div>
</content>
</entry>
</feed>

