[IGSTK-Users] Data Acquisition from NDI Aurora Tracking System into IGSTK

Yaniv, Ziv ZYaniv at childrensnational.org
Fri Feb 3 09:32:54 EST 2012


Hi Nirav,

The GUI is described in the fl FLUID file. FLUID is FLTK's GUI builder which generates the header and implementation files (http://www.fltk.org/doc-1.1/fluid.html). If you are using Cmake to do the configuration this should happen auto-magically for you (you won't need to explicitly use FLUID).
             
                      Ziv


-----Original Message-----
From: igstk-users-bounces at public.kitware.com on behalf of Nirav Karani
Sent: Fri 2/3/2012 1:33 AM
To: igstk-users at public.kitware.com
Subject: Re: [IGSTK-Users] Data Acquisition from NDI Aurora Tracking System into IGSTK
 
Hello Ziv,

Thank you so much for the help. I have modified the code to get rid of
all errors but one: I don't seem to be having the DataAcquisitionGUI
files (header and source). Could you please tell me where I can find
them?

Thanks in advance,
Nirav.



On Wed, Feb 1, 2012 at 7:10 PM, Ziv Yaniv <zyaniv at childrensnational.org> wrote:
> Dear Nirav,
>
> If you are trying to compile the "NDI Tracking Data Acquisition" program
> from the source downloaded from my web page you need to use the old version
> of IGSTK, bullet number 5 on the "how to compile" instructions. The program
> is really old and the API of IGSTK has changed since then.
>
> You can either use the old version of IGSTK, provided from the web page, or
> you will have to modify the program to use the current IGSTK API.
>
>             hope this helps
>                           Ziv
>
>
>
> On 2/1/2012 6:42 AM, Nirav Karani wrote:
>>
>> Hello!
>>
>> I want to import the tracking data from the NDI Aurora system into
>> IGSTK and show the same in VTK. I tried to understand the igstk
>> classes such as Tracker, TrackerTool, etc. but I don't know exactly
>> what files to run.
>>
>> I stumbled upon the following link by one of the leading developers of
>> IGSTK - http://isiswiki.georgetown.edu/zivy/
>> Some codes are available for download on this page, one of which is
>> for 'NDI Tracking Data Acquisition'. I copied my
>> auroraConfiguration.xml file into the downloaded folder and generated
>> the solution using cmake. While building the code, the following
>> errors came up:
>> DataAcquisition.cxx(75) : error C2039: 'AttachSROMFileNameToPort' : is
>> not a member of 'igstk::AuroraTracker'
>> DataAcquisition.cxx(80) : error C2039: 'SetValidityTime' : is not a
>> member of 'igstk::Tracker'
>> DataAcquisition.cxx(224) : error C2039: 'GetToolTransform' : is not a
>> member of 'igstk::Tracker'
>> DataAcquisitionSettings.cxx(8) : error C2039: 'NumberOfPorts' : is not
>> a member of 'igstk::AuroraTracker'
>>
>> I'm stuck with this for the past 2 days and could really use some help!
>>
>> Thanks,
>> Neerav.
>> _______________________________________________
>> Powered by www.kitware.com
>>
>> Visit other Kitware open-source projects at
>> http://www.kitware.com/opensource/opensource.html
>>
>> Follow this link to subscribe/unsubscribe:
>> http://public.kitware.com/cgi-bin/mailman/listinfo/igstk-users
>>
>>
>> -----
>> No virus found in this message.
>> Checked by AVG - www.avg.com
>> Version: 2012.0.1901 / Virus Database: 2109/4778 - Release Date: 01/31/12
>
>
>
> --
> Ziv Yaniv, PhD.,
> Principal Investigator,
> The Sheikh Zayed Institute for Pediatric Surgical Innovation
> Children's National Medical Center
> 6th Floor Main Hospital, Room M7740
> 111 Michigan Ave., N.W
> Washington, D.C 20010
>
> Phone: 202-476-1288
> email: zyaniv at childrensnational.org
> web: http://isiswiki.georgetown.edu/zivy/
>
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/igstk-users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/igstk-users/attachments/20120203/50cc636f/attachment.html>


More information about the IGSTK-Users mailing list