Page MenuHomePhabricator

NavigationData timestamps are inaccurate
Closed, ResolvedPublic

Description

NavigationData timestamps should originate at a lower level than mitk::TrackingDeviceSource::GenerateData() since this method could be called well after the time the tracking device made the position/orientation measurement. I think the mitk::TrackingDevice should be responsible for setting a timestamp on the mitk::TrackingTool. With this approach the mitk::TrackingDeviceSource::GenerateData() method would just need to transfer the timestamp from the mitk::TrackingTool to the mitk::NavigationData ouput.

Event Timeline

New remote branch pushed: bug-16065-TimestampsTrackingtools

Feature was implemented in bug-16065-TimestampsTrackingtools, it will be integrated into the master soon