| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||||||
| 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 ... } } | ||||||||||||
| Tags | No tags attached. | ||||||||||||
| Attached Files | |||||||||||||
| Relationships | |
| Relationships |
| Notes | |
| There are no notes attached to this issue. |
| Notes |
| 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 |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |