From 51a62e622049810bd7b3824bc5966c76d07fe0a3 Mon Sep 17 00:00:00 2001 From: Bilal Gill Date: Wed, 14 Feb 2024 09:05:00 -0500 Subject: [PATCH] Add additional License Types and remove email field (#39) --- .../moveit_studio_agent_msgs/msg/LicenseInfo.msg | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/moveit_studio_msgs/moveit_studio_agent_msgs/msg/LicenseInfo.msg b/moveit_studio_msgs/moveit_studio_agent_msgs/msg/LicenseInfo.msg index 01b238b..37fb750 100644 --- a/moveit_studio_msgs/moveit_studio_agent_msgs/msg/LicenseInfo.msg +++ b/moveit_studio_msgs/moveit_studio_agent_msgs/msg/LicenseInfo.msg @@ -15,6 +15,8 @@ int8 FULL = 0 int8 TRIAL = 1 int8 OEM = 2 int8 UNLICENSED = 3 +int8 INTERNAL = 4 +int8 TEST = 5 # Current license type. int8 type @@ -25,6 +27,3 @@ uint32 expiration_date # True when the license if a floating one i.e. multiple seats per license. bool is_floating - -# The email address tied to the license key -string email