2011 Summer Project Week Patient Mounted Robot

From NAMIC Wiki
(Redirected from Projects:TemplateProject)
Jump to: navigation, search
Home < Projects:TemplateProject

Key Investigators

  • Massachusetts General Hospital: Conor James Walsh, Maryam Shokri
  • MIT: Faye Wu

Objective

The goal of this project is to port existing robot control software for Robopsy and integrate it into 3D slicer using OpenIGTLink.

Approach, Plan

The method performs robot/image registration using fiducial markers and robot control. The following modifications will be performed:

  • The controller code will be modified and connected to the OpenIGTLink.
  • The module will be modified to add widgets for performing the registration and robot control tasks.

Progress

  • Have used Skeleton Generator to generate template code for 3D Slicer module to collect fiducials. The registration algorithm was modified. The location of each fiducial marker on the robot was determined. The registration algorithm employs the position of markers on the robot and the fiducial positions which are collected from the image. The initial position for the needle holder was determined for the registration. The possibilities of adding GUI widgets to the registration module in the 3D slicer were discussed with collaborators.
  • Discussed employing of other available modules like segmentation in our module for generating semi-automatic registration technique. This technique incorporates user feedback and image segmentation for more accurate registration.
  • Installed the controller software on Linux and modified the C++ code to send the commands to the robot.
  • Discussed connecting the controller to the 3D slicer using OpenIGTLink.
  • IGTLoadableModules will be employed to integrate the controller code.