-
Notifications
You must be signed in to change notification settings - Fork 14
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
GPS playback example #141
Conversation
# parse the message | ||
msg: gps_pb2.RelativePositionFrame | gps_pb2.GpsFrame = event_log.read_message() | ||
|
||
if msg_type == "pvt": |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
No description provided.