Difference between revisions of "2014 Summer Project Week:Robot Control With OpenIGTLink"

From NAMIC Wiki
Jump to: navigation, search
Line 21: Line 21:
 
<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>
* Taking BRP Robot Application as base and extending it for any other robot applications. Testing it for MATLAB and standard C++ implementation.
+
* Taking BRP Robot Application as base and extending it for any other robot applications. Testing it for MATLAB and standard C++ implementation.  
 
</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>
* NDArray is being implemented but not yet tested.
+
* We have tested IGTLink communication with the protocol described at http://www.na-mic.org/Wiki/index.php/ProstateBRP_OpenIGTLink_Communication_June_2013 which was implemented during 2013 Summer Project Week. NDArray is being implemented but not yet tested.
 
</div>
 
</div>
 
</div>
 
</div>

Revision as of 04:20, 23 June 2014

Home < 2014 Summer Project Week:Robot Control With OpenIGTLink

Key Investigators

Project Description

This Project is to further develop a workflow and communication protocol for interfacing robots with image-guided therapy systems using OpenIGTLink.

More details coming soon...

Objective

  • Implement OpenIGTLink messages in JAVA version of OpenIGTLink. Some of the supported standard messages are Status, String and Transform. During this week we would like to add support for other message types like NDArray, Sensor and any other useful messages for controlling the robot using IGTLink. Also, would like to collaborate with team working on MATLAB interface for IGTLink and test it with JAVA implementation.

Approach, Plan

  • Taking BRP Robot Application as base and extending it for any other robot applications. Testing it for MATLAB and standard C++ implementation.

Progress