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

Added a new implementation of the RealtimeBox with added best effort behaviour #139

Merged
merged 19 commits into from
Apr 4, 2024

Commits on Jan 14, 2024

  1. restructured interface in oder to allow replacing the existing Realti…

    …meBox, enable/disable certain methods for pointer types, Box is now usable for pointer types
    Lennart Nachtigall committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    b02e501 View commit details
    Browse the repository at this point in the history
  2. added some additional comments

    Lennart Nachtigall committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    613c55b View commit details
    Browse the repository at this point in the history
  3. fix bug

    Lennart Nachtigall committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    93e1401 View commit details
    Browse the repository at this point in the history
  4. fixed wrong return type in templated method

    Lennart Nachtigall committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    fc2e4a2 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. added copyright notice

    Lennart Nachtigall committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    dce1458 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

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

Commits on Jan 23, 2024

  1. Fixed issues due to merge with master

    Lennart Nachtigall committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    eaedafe View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

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

Commits on Jan 25, 2024

  1. fixed spelling mistake

    Lennart Nachtigall committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    a22d150 View commit details
    Browse the repository at this point in the history
  2. fixed ament_cpplint issues

    Lennart Nachtigall committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    186b4aa View commit details
    Browse the repository at this point in the history
  3. fixed last remaining cpplint issue

    Lennart Nachtigall committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    a8b3f8a View commit details
    Browse the repository at this point in the history
  4. suppress cppcheck missingReturn

    Lennart Nachtigall committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    69b224c View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

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

Commits on Feb 28, 2024

  1. try to resolve comments wherever possible

    Lennart Nachtigall committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    220111a View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Should fix pre-commit formatting warning

    Should fix pre-commit formatting warning
    firesurfer authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    c2900a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

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

Commits on Mar 22, 2024

  1. Implemented suggestions

    Lennart Nachtigall committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    4fce184 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7a520c View commit details
    Browse the repository at this point in the history