MantisBT - IGSTK | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0005232 | IGSTK | public | 2007-06-25 14:38 | 2008-06-09 13:56 | |
| Reporter | Ziv Yaniv | ||||
| Assigned To | Patrick Cheng | ||||
| Priority | urgent | Severity | major | Reproducibility | have not tried |
| Status | confirmed | Resolution | open | ||
| Platform | OS | OS Version | |||
| Summary | 0005232: flock of birds doesn't seem to work | ||||
| Description | Flock 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 ... } } | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | https://public.kitware.com/Bug/file/1040/ascensionTst.rar | ||||
| 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 | ||
| There are no notes attached to this issue. |