<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Examples</title><link>https://sourceforge.net/p/simox/wiki/Examples/</link><description>Recent changes to Examples</description><atom:link href="https://sourceforge.net/p/simox/wiki/Examples/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 04 Jul 2014 08:03:46 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/simox/wiki/Examples/feed" rel="self" type="application/rss+xml"/><item><title>Examples modified by Valerij Wittenbeck</title><link>https://sourceforge.net/p/simox/wiki/Examples/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -1,10 +1,10 @@
-Simox comes with several ready to use examples that can be used as templates for developing custom applications. Please have a look at the examples folder in the directories _VirtualRobot_, _MotionPlanning_ and _GraspPlanning_. Most examples rely on the Coin3D/Qt libraries for visualization, but you will find at least the _RobotViewerOSG_ example showing how to incorporate the OpenSceneGraph library. 
+Simox comes with several ready to use examples that can be used as templates for developing custom applications. Please have a look at the examples folder in the directories `VirtualRobot`, `MotionPlanning` and `GraspPlanning`. Most examples rely on the Coin3D/Qt libraries for visualization, but you will find at least the `RobotViewerOSG` example showing how to incorporate the OpenSceneGraph library.

 [TOC]

 # RobotViewer

-This executable can be used to visualize and test your robot definition. A robot's XML file can be loaded and _RobtoNodeSets_, _RobotNodes_ and _EndEffectors_ can be accessed. 
+This executable can be used to visualize and test your robot definition. A robot's XML file can be loaded and `RobtoNodeSets`, `RobotNodes` and `EndEffectors` can be accessed. 

 # RobotViewerOSG

@@ -24,11 +24,11 @@

 # GraspEditor

-This editor can be used to create, load or manually modify grasping data that is stored with _ManipulationObject_ files. 
+This editor can be used to create, load or manually modify grasping data that is stored with `ManipulationObject` files. 

 # RrtGui (Saba)

-This example shows how the motion planning library _Saba_ can be used to plan collision-free motions. Several RRT variants can be selected together with its parameter setup. Further, path post processing functionality is shown to smooth the resulting motions. 
+This example shows how the motion planning library `Saba` can be used to plan collision-free motions. Several RRT variants can be selected together with its parameter setup. Further, path post processing functionality is shown to smooth the resulting motions. 

 # IKRRT (Saba)

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Valerij Wittenbeck</dc:creator><pubDate>Fri, 04 Jul 2014 08:03:46 -0000</pubDate><guid>https://sourceforge.net8893a75117ff801804b2660bf3139baed58452a7</guid></item><item><title>Examples modified by Nikolaus Vahrenkamp</title><link>https://sourceforge.net/p/simox/wiki/Examples/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -34,6 +34,10 @@

 This demo shows how the IKRRT can be used to search for IK-solutions while planning collision-free motions. 

+# GraspRrt (Saba)
+
+The GraspRrt algorithm can be used to simultaneously plan a collision-free motion together with a suitable grasp. For this planner no pre-defined grasps have to be present since the algorithm autonomously generates grasping hypotheses. 
+
 # GraspPlanning (GraspStudio)

 This example shows how sets of grasps can be planned by the generic grasp planning component. The grasps are evaluated with the grasp wrench space approach. 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nikolaus Vahrenkamp</dc:creator><pubDate>Mon, 23 Jun 2014 06:39:38 -0000</pubDate><guid>https://sourceforge.net1af00bc4fd5b01cf7fb6fd636203a445a5405bfe</guid></item><item><title>Examples modified by Nikolaus Vahrenkamp</title><link>https://sourceforge.net/p/simox/wiki/Examples/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -33,3 +33,11 @@
 # IKRRT (Saba)

 This demo shows how the IKRRT can be used to search for IK-solutions while planning collision-free motions. 
+
+# GraspPlanning (GraspStudio)
+
+This example shows how sets of grasps can be planned by the generic grasp planning component. The grasps are evaluated with the grasp wrench space approach. 
+
+# GraspQuality (GraspStudio)
+
+Quality measurements can be used to evaluate the quality of a given grasp / IK-solution. 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nikolaus Vahrenkamp</dc:creator><pubDate>Mon, 23 Jun 2014 06:39:38 -0000</pubDate><guid>https://sourceforge.net4b5c13d9ba1c6ba9fc4701183ecf4ea09b32e7ca</guid></item><item><title>Examples modified by Nikolaus Vahrenkamp</title><link>https://sourceforge.net/p/simox/wiki/Examples/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,4 +1,6 @@
 Simox comes with several ready to use examples that can be used as templates for developing custom applications. Please have a look at the examples folder in the directories _VirtualRobot_, _MotionPlanning_ and _GraspPlanning_. Most examples rely on the Coin3D/Qt libraries for visualization, but you will find at least the _RobotViewerOSG_ example showing how to incorporate the OpenSceneGraph library. 
+
+[TOC]

 # RobotViewer

@@ -11,3 +13,23 @@
 # Jacobi

 This example shows how Jacobians and their Pseudoinverse can be used for Differential-IK queries. Several advanced features are shown, such as bimanual IK or selective use of Cartesian targets (e.g. only the Z component is set, while ignoring the remaining coordinates). 
+
+# SceneViewer
+
+This example shows how scenes with multiple robots and objects can be accessed. 
+
+# Reachability
+
+Reachability data can be created and visualized with this example. 
+
+# GraspEditor
+
+This editor can be used to create, load or manually modify grasping data that is stored with _ManipulationObject_ files. 
+
+# RrtGui (Saba)
+
+This example shows how the motion planning library _Saba_ can be used to plan collision-free motions. Several RRT variants can be selected together with its parameter setup. Further, path post processing functionality is shown to smooth the resulting motions. 
+
+# IKRRT (Saba)
+
+This demo shows how the IKRRT can be used to search for IK-solutions while planning collision-free motions. 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nikolaus Vahrenkamp</dc:creator><pubDate>Mon, 23 Jun 2014 06:39:38 -0000</pubDate><guid>https://sourceforge.net5d06943c5409bf0a9327c9fef65855d22c141b39</guid></item><item><title>Examples modified by Nikolaus Vahrenkamp</title><link>https://sourceforge.net/p/simox/wiki/Examples/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Simox comes with several ready to use examples that can be used as templates for developing custom applications. Please have a look at the examples folder in the directories &lt;em&gt;VirtualRobot&lt;/em&gt;, &lt;em&gt;MotionPlanning&lt;/em&gt; and &lt;em&gt;GraspPlanning&lt;/em&gt;. Most examples rely on the Coin3D/Qt libraries for visualization, but you will find at least the &lt;em&gt;RobotViewerOSG&lt;/em&gt; example showing how to incorporate the OpenSceneGraph library. &lt;/p&gt;
&lt;h1 id="robotviewer"&gt;RobotViewer&lt;/h1&gt;
&lt;p&gt;This executable can be used to visualize and test your robot definition. A robot's XML file can be loaded and &lt;em&gt;RobtoNodeSets&lt;/em&gt;, &lt;em&gt;RobotNodes&lt;/em&gt; and &lt;em&gt;EndEffectors&lt;/em&gt; can be accessed. &lt;/p&gt;
&lt;h1 id="robotviewerosg"&gt;RobotViewerOSG&lt;/h1&gt;
&lt;p&gt;This RobotViewer relies on OpenSceneGraph (OSG) dependencies instead of Coin3D. &lt;/p&gt;
&lt;h1 id="jacobi"&gt;Jacobi&lt;/h1&gt;
&lt;p&gt;This example shows how Jacobians and their Pseudoinverse can be used for Differential-IK queries. Several advanced features are shown, such as bimanual IK or selective use of Cartesian targets (e.g. only the Z component is set, while ignoring the remaining coordinates). &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nikolaus Vahrenkamp</dc:creator><pubDate>Mon, 23 Jun 2014 06:39:38 -0000</pubDate><guid>https://sourceforge.net61a397cfb6a3ae70f750cd7247ec825414adf97a</guid></item></channel></rss>