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

Add Periodic Thread class and reduce YarpLoggerDevice latency #899

Draft
wants to merge 25 commits into
base: master
Choose a base branch
from

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    82b660f View commit details
    Browse the repository at this point in the history
  2. switch to Bipedal clock

    LoreMoretti committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    1089c7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d5f66e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    80c1c39 View commit details
    Browse the repository at this point in the history
  5. switch from pure virtual to virtual run memebr function

    It is not clear why with the pure virtual run function,
    things do not work.
    
    It seems that the pure virtual function is being called, rather than
    the user override one. This causes a segmentation fault.
    LoreMoretti committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    eb597b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2a47b11 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aa3399f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4c9f97f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3cd8eec View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    531d179 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7e96f0f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1316986 View commit details
    Browse the repository at this point in the history
  13. add more unit tests

    LoreMoretti committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    aa53266 View commit details
    Browse the repository at this point in the history
  14. add early wake up option

    LoreMoretti committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    bf29669 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e52512e View commit details
    Browse the repository at this point in the history
  16. add some unit tests

    LoreMoretti committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    2461257 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1441c85 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    b92d1ca View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    f0d9d83 View commit details
    Browse the repository at this point in the history
  2. fix regression

    LoreMoretti committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    7d98305 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0cafd21 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6824763 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    758728e View commit details
    Browse the repository at this point in the history
  6. update changelog

    LoreMoretti committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    5958329 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    82b60ab View commit details
    Browse the repository at this point in the history