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

CRTK feature query #5

Open
adeguet1 opened this issue Sep 6, 2023 · 0 comments
Open

CRTK feature query #5

adeguet1 opened this issue Sep 6, 2023 · 0 comments
Assignees

Comments

@adeguet1
Copy link
Contributor

adeguet1 commented Sep 6, 2023

A CRTK client needs a way to retrieve which CRTK commands are supported for a given device. Using ROS, we could enumerate the topics and services within a namespace but this is not portable for any non-ROS CRTK implementation.

We propose to add two ways to query which commands are available:

  • has_feature
    • Query for a single feature (string) and returns a boolean
    • Implemented as a service on ROS
  • features
    • Query all features available (list or vector of strings)
    • Could be a service or parameter on ROS
@adeguet1 adeguet1 self-assigned this Sep 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant