Dear sir / madam,
When working with GTrack I bumped into the definition of deltaT in gtrack.h
/** @brief Frame rate, ms */
float deltaT;
Here is states to be in ms, while all the examples use the value in seconds. This is also how it seems to be used in the implementation. So I think this comment should be:
/** @brief Frame rate, s */
Kind regards,
Sjors Hettinga