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

GPS playback example #141

Merged
merged 10 commits into from
Sep 28, 2023
Merged

GPS playback example #141

merged 10 commits into from
Sep 28, 2023

Conversation

guilhermedemouraa
Copy link
Contributor

No description provided.

@guilhermedemouraa guilhermedemouraa changed the base branch from main to main-v2 September 28, 2023 00:17
@guilhermedemouraa guilhermedemouraa changed the title [Not ready for review] - Gui/examples [Not ready for review] - GPS examples Sep 28, 2023
@guilhermedemouraa guilhermedemouraa changed the title [Not ready for review] - GPS examples GPS playback example Sep 28, 2023
@guilhermedemouraa guilhermedemouraa marked this pull request as ready for review September 28, 2023 19:20
py/examples/file_converter/main.py Show resolved Hide resolved
py/examples/file_reader_gps/main.py Outdated Show resolved Hide resolved
@guilhermedemouraa guilhermedemouraa merged commit b9fa3b2 into main-v2 Sep 28, 2023
@guilhermedemouraa guilhermedemouraa deleted the gui/examples branch September 28, 2023 22:09
# parse the message
msg: gps_pb2.RelativePositionFrame | gps_pb2.GpsFrame = event_log.read_message()

if msg_type == "pvt":
Copy link
Member

Choose a reason for hiding this comment

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

I’d rather filter by type

Copy link
Collaborator

Choose a reason for hiding this comment

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

👍 that also is a good way to show users how to filter by type when they have a stream to all ('*') topics from a service @guilhermedemouraa

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.

3 participants