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

Use middleware send and receive timestamps from message_info during recording #1531

Merged
merged 9 commits into from
Apr 11, 2024

Commits on Apr 10, 2024

  1. feat: Use middleware receive timestamp instead of now in non sim time…

    … case
    
    This should create better timestamp in cases of high load.
    
    Signed-off-by: Janosch Machowinski <J.Machowinski@cellumation.com>
    Janosch Machowinski authored and Janosch Machowinski committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    926a5f6 View commit details
    Browse the repository at this point in the history
  2. feat(SerializedBagMessage): Added publish_time_stamp to and renamed t…

    …ime_stamp to receive_time_stamp
    
    Signed-off-by: Janosch Machowinski <J.Machowinski@cellumation.com>
    Janosch Machowinski authored and Janosch Machowinski committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    d7735d3 View commit details
    Browse the repository at this point in the history
  3. chore: renamed receive_time_stamp to recv_timestamp / publish_time_st…

    …amp to send_timestamp
    
    Co-authored-by: Michael Orlov <morlovmr@gmail.com>
    Signed-off-by: Janosch Machowinski <J.Machowinski@cellumation.com>
    2 people authored and Janosch Machowinski committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    9f16f4e View commit details
    Browse the repository at this point in the history
  4. feat: Export write call with source timestamp to python

    Signed-off-by: Janosch Machowinski <J.Machowinski@cellumation.com>
    Janosch Machowinski authored and Janosch Machowinski committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    54615d5 View commit details
    Browse the repository at this point in the history
  5. refactor: minor style update

    Signed-off-by: Janosch Machowinski <J.Machowinski@cellumation.com>
    Janosch Machowinski authored and Janosch Machowinski committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    b8eea6a View commit details
    Browse the repository at this point in the history
  6. fix: Disable usage of rmw source timestamp on windows when using conn…

    …extdds.
    
    The windows rmw connextdds does not provide a value in source timestamp
    nor in receive timestamp, therefore we fall back to current node time.
    
    Signed-off-by: Janosch Machowinski <J.Machowinski@cellumation.com>
    Janosch Machowinski authored and Janosch Machowinski committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    3b7d541 View commit details
    Browse the repository at this point in the history
  7. chore: requested changes

    Signed-off-by: Janosch Machowinski <J.Machowinski@cellumation.com>
    Janosch Machowinski authored and Janosch Machowinski committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    e4a9842 View commit details
    Browse the repository at this point in the history
  8. fix: Fixed expected test result in case of rmw_connextdds

    Signed-off-by: Janosch Machowinski <J.Machowinski@cellumation.com>
    Janosch Machowinski authored and Janosch Machowinski committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    7154b5a View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. chore: Regenerated stubs

    Signed-off-by: Janosch Machowinski <J.Machowinski@cellumation.com>
    Janosch Machowinski authored and Janosch Machowinski committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    1ee69b4 View commit details
    Browse the repository at this point in the history