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

Fix bug in ros1 latency deserialization #36

Merged
merged 1 commit into from
Oct 4, 2023
Merged

Conversation

lreiher
Copy link
Member

@lreiher lreiher commented Oct 4, 2023

  • deserialization of message stamp was still expecting the stamp to start at index 1
  • this was the behavior before the ros2 refactoring, where the payload still included a bit indicating whether the time stamp was injected
  • now, the message type information that is being sent to the other client will include that information
  • related to how to detect latency #33

introduced as part of refactoring for ros2 version
@lreiher lreiher requested a review from bastilam October 4, 2023 20:35
@lreiher lreiher mentioned this pull request Oct 4, 2023
@lreiher lreiher merged commit c000bf7 into main Oct 4, 2023
18 checks passed
@lreiher lreiher deleted the fix/ros1-latencies branch October 4, 2023 20:37
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.

None yet

1 participant