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

Update GraphCache for services & clients along with remaining graph introspection methods #90

Merged
merged 15 commits into from
Jan 17, 2024

Commits on Jan 12, 2024

  1. Put and del liveliness tokens for service and clients

    Signed-off-by: Yadunund <yadunund@openrobotics.org>
    Yadunund committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    bb8a9a6 View commit details
    Browse the repository at this point in the history
  2. Remove suffix from service type in liveliness tokens

    Signed-off-by: Yadunund <yadunund@openrobotics.org>
    Yadunund committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    677c05e View commit details
    Browse the repository at this point in the history
  3. Update GraphCache with service and client information

    Signed-off-by: Yadunund <yadunund@openrobotics.org>
    Yadunund committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    af1b582 View commit details
    Browse the repository at this point in the history
  4. Update get_entity_names_and_types

    Signed-off-by: Yadunund <yadunund@openrobotics.org>
    Yadunund committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    0beabd7 View commit details
    Browse the repository at this point in the history
  5. Mangle node and topic names

    Signed-off-by: Yadunund <yadunund@openrobotics.org>
    Yadunund committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    e359d5c View commit details
    Browse the repository at this point in the history
  6. Implement get_service_names_and_types

    Signed-off-by: Yadunund <yadunund@openrobotics.org>
    Yadunund committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    9cca466 View commit details
    Browse the repository at this point in the history
  7. Implement count methods for services and clients

    Signed-off-by: Yadunund <yadunund@openrobotics.org>
    Yadunund committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    2175a27 View commit details
    Browse the repository at this point in the history
  8. Implement check for service availability

    Signed-off-by: Yadunund <yadunund@openrobotics.org>
    Yadunund committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    5f936c3 View commit details
    Browse the repository at this point in the history
  9. style

    Signed-off-by: Yadunund <yadunund@openrobotics.org>
    Yadunund committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    801cf2f View commit details
    Browse the repository at this point in the history
  10. Set channel bound to 0 for zc_liveliness_get

    Signed-off-by: Yadunund <yadunund@openrobotics.org>
    Yadunund committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    641e542 View commit details
    Browse the repository at this point in the history
  11. Cleanup

    Signed-off-by: Yadunund <yadunund@openrobotics.org>
    Yadunund committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    26fca70 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Set consolidation and other options for queryables

    Signed-off-by: Yadunund <yadunund@openrobotics.org>
    Yadunund committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    efb9605 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Update rmw_zenoh_cpp/src/detail/liveliness_utils.hpp

    Co-authored-by: Chris Lalancette <clalancette@gmail.com>
    Signed-off-by: Yadu <yadunund@gmail.com>
    Yadunund and clalancette committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    4d01e77 View commit details
    Browse the repository at this point in the history
  2. Update rmw_zenoh_cpp/src/detail/liveliness_utils.hpp

    Co-authored-by: Chris Lalancette <clalancette@gmail.com>
    Signed-off-by: Yadu <yadunund@gmail.com>
    Yadunund and clalancette committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    e29234a View commit details
    Browse the repository at this point in the history
  3. Explicitly capture by reference in lambdas

    Signed-off-by: Yadunund <yadunund@openrobotics.org>
    Yadunund committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    aae76cd View commit details
    Browse the repository at this point in the history