-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
57ae9fc
commit 92c5c70
Showing
12 changed files
with
204 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
99 changes: 95 additions & 4 deletions
99
PlusLib/src/DataCollection/NDICertusTracking/DeviceNDICertus.dox
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
PlusLib/src/DataCollection/OpenIGTLinkVideo/DeviceOpenIGTLinkVideo.dox
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 6 additions & 4 deletions
10
PlusLib/src/DataCollection/PhidgetSpatialTracking/DevicePhidgetSpatial.dox
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 14 additions & 7 deletions
21
PlusLib/src/DataCollection/PolarisTracking/DevicePolaris.dox
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,42 @@ | ||
/*! | ||
\page DevicePolaris | ||
\page DevicePolaris NDI pose trackers | ||
|
||
\section PolarisSupportedHwDevices Supported hardware devices | ||
<a href="http://www.ndigital.com/medical/products/polaris-family/"> Polaris </a> optical and <a href="http://www.ndigital.com/medical/products/aurora/"> Aurora </a> electromagnetic pose trackers | ||
|
||
- Link to manufacturer's website: | ||
|
||
\section PolarisSupportedPlatforms Supported platforms | ||
- \ref PlatformWin32 | ||
- \ref PlatformWin64 | ||
- \ref PlatformWin32Embedded | ||
- \ref PlatformMacOs | ||
- \ref PlatformLinux | ||
|
||
\section PolarisInstallation Installation | ||
|
||
|
||
Uses the NDI Combined API C Interface Library (ndicapi). | ||
Drivers should be installed to allow the computer to connect to the SCU. Detailed instructions can be found in the Hybrid Polaris Spectra User Guide, which comes with the system. | ||
If you have just turned on the tracker and attempt to use it right away, you may get the error message "command is invalid while in current mode"; wait for the leftmost LED on the position sensor to stop flashing and try again. | ||
Active (wired) tools does not seem to work with Polaris Spectra. The issue is tracked in <a href="https://www.assembla.com/spaces/plus/tickets/510">#510</a>. | ||
\section PolarisConfigSettings Device configuration settings | ||
|
||
- \xmlAtt \ref DeviceType "Type" = \c "PolarisTracker" \RequiredAtt OR "Type" = \c "AuroraTracker" \RequiredAtt | ||
- \xmlAtt \ref DeviceType "Type" = \c "PolarisTracker" \RequiredAtt OR \ref DeviceType "Type" = \c "AuroraTracker" \RequiredAtt | ||
- \xmlAtt \ref DeviceAcquisitionRate "AcquisitionRate" \OptionalAtt{50} | ||
- \xmlAtt \ref LocalTimeOffsetSec \OptionalAtt{0} | ||
- \xmlAtt \ref ToolReferenceFrame \OptionalAtt{Tracker} | ||
- \b SerialPort parameter must correlate to the com port number used by the NDI Polaris Spectra SCU Port. This port number was determined during driver installation, to check its value go to control panel->Device Manager->Ports(COM&LPT) and you should see an icon labelled NDI Polaris Spectra SCU Port(COMx), with x representing the COM port number you need to specify in the config file. | ||
- \b BaudRate specifies the speed of the COM port, the recommended value is 115200. | ||
- NOTE: Some computers are unable to connect to the NDI Polaris if the COM port in device manager is > 4. If you see this, reassign the COM port to <= 4. | ||
|
||
|
||
|
||
- \xmlElem \ref DataSources: | ||
- \xmlElem \ref DataSource: there must be one child element | ||
- \xmlAtt \ref RomFile \RequiredAtt | ||
- \xmlAtt \ref RomFile For each passive (wireless) tool the following parameters shall be specified: PortName: any chosen number between 4 and 15 (must be unique for each tool). RomFile: name of the tool definition file (*.rom files), the location is relative to the configuration file location. Standard tool rom files are located on the NDI Polaris Spectra Tool Kit cd in the Tool Definition Files folder. \RequiredAtt | ||
- \xmlAtt \ref BufferSize \OptionalAtt{150} | ||
- \xmlAtt \ref AveragedItemsForFiltering \OptionalAtt{20} | ||
|
||
\section PolarisExampleConfigFile Example configuration file | ||
|
||
\include "data/ConfigFiles/PlusDeviceSet_Server_Polaris.xml" | ||
\include "PlusConfiguration_NoVideo_NDIPolaris.xml" | ||
|
||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.