View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0005232IGSTKpublic2007-06-25 14:382008-06-09 13:56
ReporterZiv Yaniv 
Assigned ToPatrick Cheng 
PriorityurgentSeveritymajorReproducibilityhave not tried
StatusconfirmedResolutionopen 
PlatformOSOS Version
Summary0005232: flock of birds doesn't seem to work
DescriptionFlock of birds doesn't seem to be working. The igstk class is able to detect that a single tool is connected but no valid transformation is returned.

Note that the current implementation only supports the use of a single tool (1) and that this tool has to be connected to the first port (2)


(1) igstkFlockOfBirdsTracker.h:

/** Number of ports to allow */
  itkStaticConstMacro( NumberOfPorts, unsigned int, 1 );


(2) igstkTracker.h:

void Tracker::GetToolTransform( unsigned int portNumber,
                                unsigned int toolNumber,
                                TransformType &transitions ) const
{
  if ( portNumber < this->m_Ports.size() ) { <-- number of ports is 1 for flock of birds
    ...
  }
}
TagsNo tags attached.
Attached Filesrar file icon ascensionTst.rar [^] (4,709 bytes) 1969-12-31 19:00

 Relationships

  Notes
There are no notes attached to this issue.

 Issue History
Date Modified Username Field Change
2008-06-09 13:56 Patrick Cheng Assigned To => Patrick Cheng
2008-06-09 13:56 Patrick Cheng Status new => confirmed


Copyright © 2000 - 2018 MantisBT Team