You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
features
The text was updated successfully, but these errors were encountered: