Difference between revisions of "2015 Summer Project Week Template"

From NAMIC Wiki
Jump to: navigation, search
Line 1: Line 1:
__NOTOC__
 
 
<gallery>
 
<gallery>
 
Image:PW-Summer2015.png|[[2015_Summer_Project_Week#Projects|Projects List]]
 
Image:PW-Summer2015.png|[[2015_Summer_Project_Week#Projects|Projects List]]
Image:Segmentations.png|Screnshot of the Segmentations module
+
Image:NavGravCompSlicer_v2.png|Screenshot of the Slicer module and the current robot position in CT data of the Femur phantom
 
</gallery>
 
</gallery>
  
 
==Key Investigators==
 
==Key Investigators==
* Andras Lasso
+
* Sebastian Tauscher
* Steve Pieper
+
* Junichi Tokuda
  
 
==Project Description==
 
==Project Description==
Line 13: Line 12:
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<h3>Objective</h3>
 
<h3>Objective</h3>
* Allow the new [http://www.slicer.org/slicerWiki/index.php/Documentation/Labs/Segmentations Segmentation node] to be used in the Editor
+
* The LightWeightRobotIGT [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/LightWeightRobotIGT] module allows to communicate with a light weight robot (LWR iiwa, KUKA Laboratories GmbH, Germany, Augsburg) using an open interface concept based on the OpenIGTLink protocol (LWROpenIGTIF). Therefore, a state machine example is available at Git Hub containing the necessary interface classes for the communication on the robot control. 
 
</div>
 
</div>
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<h3>Approach, Plan</h3>
 
<h3>Approach, Plan</h3>
* Merge vtkMRMLSegmentationNode into SlicerRT
+
During the project week the definition of virtaul fixtures and the definition of the target point via fiducials is planned.
* Create a new Editor module main GUI (using Segmentation node widgets)
+
* Definition of virtual fixtures via 2 points
* Make plugins compatible with both vtkMRMLSegmentationNode and vtkMRMLLabelMapVolumeNode
+
*  
 
</div>
 
</div>
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<h3>Progress</h3>
 
<h3>Progress</h3>
* vtkMRMLLabelMapVolume node is merged into the trunk
+
*  
 
</div>
 
</div>
 
</div>
 
</div>

Revision as of 08:45, 10 June 2015

Home < 2015 Summer Project Week Template

Key Investigators

  • Sebastian Tauscher
  • Junichi Tokuda

Project Description

Objective

  • The LightWeightRobotIGT [1] module allows to communicate with a light weight robot (LWR iiwa, KUKA Laboratories GmbH, Germany, Augsburg) using an open interface concept based on the OpenIGTLink protocol (LWROpenIGTIF). Therefore, a state machine example is available at Git Hub containing the necessary interface classes for the communication on the robot control.

Approach, Plan

During the project week the definition of virtaul fixtures and the definition of the target point via fiducials is planned.

  • Definition of virtual fixtures via 2 points

Progress