Replies: 1 comment
-
Are you talking about the speed trap values vs the car's telemetry data? If so, the speed traps are in a fixed location and this is not necessarily where the cars are the fastest on a straight. So the speed in the telemetry data can absolutely reach higher values. |
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 I'm having issues to collect top speed , I'm seeing top speeds but there are bigger speeds that are not being found
@register_analysis('Maior Velocidade por Equipe')
def generate_top_speed_by_team_plot(session):
# Cria a figura e os eixos, usando o padrão do set_plot_style
fig, ax = plt.subplots()
Beta Was this translation helpful? Give feedback.
All reactions