yupidevs / yupi

Python package designed for collecting and processing trajectory data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change velocity calculation on trajectory

jmorgadov opened this issue · comments

When time data is given the velocity must be calculated using this data. At this moment is calculated using the mean of the differences (average dt).