更名Action

This commit is contained in:
Xuwznln
2025-06-12 20:47:46 +08:00
parent 2961dac716
commit 4eabaa4fd3
20 changed files with 54 additions and 37 deletions

View File

@@ -24,28 +24,28 @@ find_package(geometry_msgs REQUIRED)
set(action_files
"action/SendCmd.action"
"action/CleanVessel.action"
"action/Dissolve.action"
"action/FilterThrough.action"
"action/RunColumn.action"
"action/Wait.action"
"action/WashSolid.action"
"action/Stir.action"
"action/HeatChill.action"
"action/HeatChillStart.action"
"action/HeatChillStop.action"
"action/Filter.action"
"action/Add.action"
"action/Centrifuge.action"
"action/Crystallize.action"
"action/Dry.action"
"action/Purge.action"
"action/StartPurge.action"
"action/StartStir.action"
"action/StopPurge.action"
"action/StopStir.action"
"action/Transfer.action"
"action/ProtocolCleanVessel.action"
"action/ProtocolDissolve.action"
"action/ProtocolFilterThrough.action"
"action/ProtocolRunColumn.action"
"action/ProtocolWait.action"
"action/ProtocolWashSolid.action"
"action/ProtocolFilter.action"
"action/ProtocolCentrifuge.action"
"action/ProtocolCrystallize.action"
"action/ProtocolDry.action"
"action/ProtocolPurge.action"
"action/ProtocolStartPurge.action"
"action/ProtocolStartStir.action"
"action/ProtocolStopPurge.action"
"action/ProtocolStopStir.action"
"action/ProtocolTransfer.action"
"action/LiquidHandlerProtocolCreation.action"
"action/LiquidHandlerAspirate.action"

View File

@@ -12,7 +12,8 @@ string purpose # 添加目的 (可选)
---
# Result - 操作结果
bool success # 操作是否成功
string message # 结果消息
string message # 结果消息
string return_info
---
# Feedback - 实时反馈
float64 progress # 进度百分比 (0-100)

View File

@@ -6,7 +6,8 @@ float64 temp # 温度 (可选,摄氏度)
---
# Result - 操作结果
bool success # 操作是否成功
string message # 结果消息
string message # 结果消息
string return_info
---
# Feedback - 实时反馈
float64 progress # 进度百分比 (0-100)

View File

@@ -6,6 +6,7 @@ int32 repeats # 清洗操作的重复次数,默认为 1
---
bool success # 操作是否成功
string message # 结果消息
string return_info
---
string status # 当前状态描述
float64 progress # 进度百分比 (0-100)

View File

@@ -5,7 +5,8 @@ float64 ramp_temp # 目标温度 (可选,摄氏度)
---
# Result - 操作结果
bool success # 操作是否成功
string message # 结果消息
string message # 结果消息
string return_info
---
# Feedback - 实时反馈
float64 progress # 进度百分比 (0-100)

View File

@@ -8,6 +8,7 @@ float64 stir_speed # 搅拌速度,可选参数
---
bool success # 操作是否成功
string message # 结果消息
string return_info
---
string status # 当前状态描述
float64 progress # 进度百分比 (0-100)

View File

@@ -7,7 +7,8 @@ bool continue_heatchill # 是否继续加热冷却
---
# Result - 操作结果
bool success # 操作是否成功
string message # 结果消息
string message # 结果消息
string return_info
---
# Feedback - 实时反馈
float64 progress # 进度百分比 (0-100)

View File

@@ -9,7 +9,8 @@ float64 volume # 过滤体积 (可选)
---
# Result - 操作结果
bool success # 操作是否成功
string message # 结果消息
string message # 结果消息
string return_info
---
# Feedback - 实时反馈
float64 progress # 进度百分比 (0-100)

View File

@@ -8,6 +8,7 @@ float64 residence_time # 物质在过滤介质中的停留时间,可
---
bool success # 操作是否成功
string message # 结果消息
string return_info
---
string status # 当前状态描述
float64 progress # 进度百分比 (0-100)

View File

@@ -7,7 +7,8 @@ float64 flow_rate # 流速 (可选mL/min)
---
# Result - 操作结果
bool success # 操作是否成功
string message # 结果消息
string message # 结果消息
string return_info
---
# Feedback - 实时反馈
float64 progress # 进度百分比 (0-100)

View File

@@ -4,6 +4,7 @@ string column # 所使用的柱子的名称
---
bool success # 操作是否成功
string message # 结果消息
string return_info
---
string status # 当前状态描述
float64 progress # 进度百分比 (0-100)

View File

@@ -6,7 +6,8 @@ float64 flow_rate # 流速 (可选mL/min)
---
# Result - 操作结果
bool success # 操作是否成功
string message # 结果消息
string message # 结果消息
string return_info
---
# Feedback - 实时反馈
float64 progress # 进度百分比 (0-100)

View File

@@ -5,7 +5,8 @@ string purpose # 搅拌目的 (可选)
---
# Result - 操作结果
bool success # 操作是否成功
string message # 结果消息
string message # 结果消息
string return_info
---
# Feedback - 实时反馈
float64 progress # 进度百分比 (0-100)

View File

@@ -3,7 +3,8 @@ string vessel # 清洗容器
---
# Result - 操作结果
bool success # 操作是否成功
string message # 结果消息
string message # 结果消息
string return_info
---
# Feedback - 实时反馈
float64 progress # 进度百分比 (0-100)

View File

@@ -3,7 +3,8 @@ string vessel # 搅拌容器
---
# Result - 操作结果
bool success # 操作是否成功
string message # 结果消息
string message # 结果消息
string return_info
---
# Feedback - 实时反馈
float64 progress # 进度百分比 (0-100)

View File

@@ -11,7 +11,8 @@ bool solid # 是否涉及固体
---
# Result - 操作结果
bool success # 操作是否成功
string message # 结果消息
string message # 结果消息
string return_info
---
# Feedback - 实时反馈
float64 progress # 进度百分比 (0-100)

View File

@@ -2,6 +2,7 @@ int32 time # 等待时间(秒)
---
bool success # 操作是否成功
string message # 结果消息
string return_info
---
string status # 当前状态描述
float64 progress # 进度百分比 (0-100)

View File

@@ -10,6 +10,7 @@ int32 repeats # 清洗操作的重复次数,默认为 1
---
bool success # 操作是否成功
string message # 结果消息
string return_info
---
string status # 当前状态描述
float64 progress # 进度百分比 (0-100)