Page MenuHomePhabricator

rename and improve RandomTrackingDevice
Closed, ResolvedPublic

Description

RandomTrackingDevice should be renamed to VirtualTrackingDevice.
It should have a ToolSpeed property. When it is tracking, it should randomly generate a new position inside its trackingvolume (like it is doing now), and then gradually move the tool to the new position by interpolating between last position and new position. This leads to smoother movements, which is much better for demonstrations and tests.

Event Timeline

Also loading a PointSet and interpolate between those points would be nice.

renamed to mitk::VirtualTrackingDevice in revision #18143.

Closing this bug, all other improvements should have their own bugs.

was reopened to commit a missing rename in the new IGTExample bundle