mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2026-02-06 23:15:10 +00:00
Create 5 new protocols & bump version 0.9.8 (#59)
* 添加了5个缺失的protocol,验证了可以运行 * bump version to 0.9.8 * 修复新增的Action的字段缺失 --------- Co-authored-by: Xuwznln <18435084+Xuwznln@users.noreply.github.com>
This commit is contained in:
15
unilabos_msgs/action/Recrystallize.action
Normal file
15
unilabos_msgs/action/Recrystallize.action
Normal file
@@ -0,0 +1,15 @@
|
||||
# Request
|
||||
string ratio
|
||||
string solvent1
|
||||
string solvent2
|
||||
string vessel
|
||||
float64 volume
|
||||
---
|
||||
# Result
|
||||
bool success
|
||||
string message
|
||||
string return_info
|
||||
---
|
||||
# Feedback
|
||||
string status
|
||||
float64 progress
|
||||
Reference in New Issue
Block a user