Page MenuHomePhabricator

Tracking data of NDI Polaris is corrupt in debug mode
Closed, ResolvedPublic

Description

The tracking data has corrupt values, e.g. -107374064.00 instead of a mm value like 321.22 (just an example) in debug mode. In release mode it works.

Event Timeline

I assume this bug is caused by the NavigationToolReader, when reading old tool files which have no ToolTip information stored. In this case there is corrupt tooltip information which leads to errors in position calculation.

It should be possible to make the NavigationToolReader backwards compatible for this aspect.

New remote branch pushed: bug-15641-CorruptTrackingData

[675c7e]: Merge branch 'bug-15641-CorruptTrackingData'

Merged commits:

2013-08-07 14:48:22 Alfred Franz [794ec9]
now the tooltip is only saved if it is really set to avoid bugs/corrupt tooltips


2013-08-07 14:46:38 Alfred Franz [c3b650]
added a method to check if the tooltip is set


2013-08-07 14:45:51 Alfred Franz [5d731b]
added method to check if the tooltip is set