Replies: 3 comments
-
If you have a telemetry object with 'Distance' data, you can use pandas indexing to specifically select all parts where Distance >= 5000 and Distance <= 6000. If you then subtract the timestamps of the first sample from the last sample, you will get the time it took for the driver to drive this distance. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi did you manage to do it, if yes can you give me a sample of your code |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hope that helps... a little minimal example
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone, how can I calculate the time it takes the driver to tackle a corner? I give an example:
If I want to know the time it took the pilot to travel from 5000m to 6000m what can I do? Thanks
Beta Was this translation helpful? Give feedback.
All reactions