Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tidy eval metrics, make optional. #206

Merged
merged 8 commits into from
Jul 15, 2024
Merged

Tidy eval metrics, make optional. #206

merged 8 commits into from
Jul 15, 2024

Conversation

mattcamp
Copy link
Member

@mattcamp mattcamp commented Jul 1, 2024

No description provided.

@mattcamp mattcamp requested a review from larsll July 1, 2024 07:53

# Speed
loc_y += 25
speed_text = "Speed | {} m/s".format(utils.get_speed_formatted_str(mp4_video_metrics_info[self.racecar_index].speed))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is formatting needed? Or is the input already rounded?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The input is already rounded by utils.get_speed_formatted_str()

This is the way it's already displayed in existing overlays for speed.

@larsll larsll merged commit 43ab0b6 into dev Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants