Dec 7 2022
Jun 8 2022
Deleted branch from rMITK MITK: bugfix/T29082-FixXMLLogging.
Pushed new branch to rMITK MITK: bugfix/T29082-FixXMLLogging.
Thanks to @baumg for the fix in this pull request!
There is a pull request with a fix of this bug: https://github.com/MITK/MITK/pull/258
May 18 2022
I would say some code in Modules\IGT\IO has to be adapted to fix this bug. Possibly the class mitk::NavigationDataRecorderDeprecated, if it is still in use.
May 12 2022
May 4 2022
I don't think this was finished / merged yet.
May 3 2022
@seitela: Do you know if this was merged and if we can close this task?
This should work, I tested it with the NDI Aurora tracker some time ago. We can merge this filter in case we need this again.
I think this was merged, but didn't check. However, tool projection is working fine, so closing this bug.
Closing this because I still recommend PLUS (https://plustoolkit.github.io/) for doing this.
Even though it's hard to believe, this bug is still on my list. I use the steps regularly for practical exercises and have to explain the workaround every time. Hopefully I'll get around to fixing it soon....
The branch T25494-InstallerCleanup-not-for-master from this task holds the source code for the installer available here: https://osf.io/hgqta/
Apr 29 2022
Hi there! 🙂
Hi there! 🙂
Hi there! 🙂
Hi there! 🙂
Hi there! 🙂
Hi there! 🙂
Hi there! 🙂
Apr 14 2022
Merged into current release branch.
A fix for this is available in this pull request: https://github.com/MITK/MITK/pull/257
Apr 12 2022
Apr 9 2022
Apr 8 2022
Can possibly be fixed following the TinyXML to TinyXML-2 migration guide, see: https://phabricator.mitk.org/w/mitk/changelog/2020.52/ (thanks for this hint to @kislinsk!)
The same applies to the Polhemus tracker classes, these are only compiled if the Polhemus SDK is activated in Cmake. All this can be fixed with the ITK v5 upgrade (see https://phabricator.mitk.org/w/mitk/changelog/2022.12/). I propose we fix all the mutex problems of the IGT modules in this bug.
Apr 1 2022
Solved, works for me in the 2022.04 release branch (https://phabricator.mitk.org/source/mitk/repository/release%252FT29075-v2022.04/)
Mar 29 2022
A fix of this bug is available here: https://github.com/Alfred-Franz/MITK/tree/T26675-Logging_absolute_time (thanks to @kannberg !). However, while testing the fix, I found a logging bug which is probably more important and should be fixed first: T29082. Afterwards the time stamp fix can be tested properly and be merged.