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
As we plan to add features and commands to CRTK we need to add method(s) to query the version of CRTK supported by a given device. We need to decide:
What format to use? Something like major.minor.patch or year.month?
What would be the logic behind version numbers? If a new API breaks the oldest one, would that automatically be a major revision?
Do we need to provide multiple commands for client and server? For example, if someone uses the Python ROS client code, should we provide device_crtk_version() and client_crtk_version()
The text was updated successfully, but these errors were encountered:
As we plan to add features and commands to CRTK we need to add method(s) to query the version of CRTK supported by a given device. We need to decide:
device_crtk_version()
andclient_crtk_version()
The text was updated successfully, but these errors were encountered: