<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div>Hi All,<br><br>I am trying to navigate a NDI Aurora tracking system in 3D slicer. I followed the link below and able to work with one tool. I found a transformation matrix changing while I was moving the tool.  <br>http://www.na-mic.org/Wiki/index.php/IGT:ToolKit/Navigation-with-Aurora <br>But I need to do the same thing with Aurora 6DOF Shape tool. The tool contains 7 sensors. You can see the setup of the system in the attached pictures. In the first picture we can see, Shape tool is attached with shape tool adapter and shape tool adapter is connected with 4 sensor interface unit (SIU). Second picture is showing how the 4 SIUs are connected with the back side of the system control unit (SCU)<br><br>I used the following xml configuration file when I worked with a single tool.<br><br><?xml version="1.0"
 encoding="ISO-8859-1"?><br><tracking_system type = "aurora"><br>    <refresh_rate> 20 </refresh_rate><br>    <serial_communication> <br>      <com_port>2</com_port><br>      <baud_rate>115200</baud_rate> <br>      <data_bits>8</data_bits><br>      <parity>N</parity> <br>      <stop_bits>1</stop_bits> <br>      <hand_shake>0</hand_shake> <br>    </serial_communication><br>    <tool><br>      <name> transformation1 </name> <br>      <control_box_port>1</control_box_port><br>     
 <control_box_channel>0</control_box_channel><br>      <send_to>localhost:18944</send_to><br>    </tool><br></tracking_system><br><br>In order to work with Aurora 6DOF Shape tool, I need to change the configuration file accordingly. I need some suggestions about that. Thankx in advance.<br><br>kanti </div></div></body></html>