mirror of
https://github.com/deepmodeling/Uni-Lab-OS
synced 2026-03-25 18:53:07 +00:00
feat: 升级Resource消息系统,增加uuid和klass字段
Resource.msg新增uuid和klass字段支持ResourceDictInstance完整序列化, message_converter增加Resource消息与Python dict的双向转换, workstation和base_device_node增加资源同步相关功能。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,11 +1,16 @@
|
||||
string id
|
||||
string uuid
|
||||
string name
|
||||
string sample_id
|
||||
string description
|
||||
string[] children
|
||||
string parent
|
||||
string parent_uuid
|
||||
string type
|
||||
string category
|
||||
string klass
|
||||
|
||||
geometry_msgs/Pose pose
|
||||
string config
|
||||
string data
|
||||
string data
|
||||
string extra
|
||||
|
||||
Reference in New Issue
Block a user