实现行为树执行器、任务协调和技能接口
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
string robot_id
|
||||
---
|
||||
bool available
|
||||
bt_skill_interfaces/RobotState robot_state
|
||||
bt_skill_interfaces/SafetyState safety_state
|
||||
string error_code
|
||||
string message
|
||||
@@ -0,0 +1,11 @@
|
||||
# New v1; exact persisted task/run/goal plus fresh independently sourced evidence.
|
||||
# Caller authentication is required outside this IDL. No confirm_stopped bypass.
|
||||
bt_skill_interfaces/TaskTrace trace
|
||||
string goal_id
|
||||
bt_skill_interfaces/VerificationEvidence evidence
|
||||
string operator_id
|
||||
string reason
|
||||
---
|
||||
bool accepted
|
||||
string error_code
|
||||
string message
|
||||
Reference in New Issue
Block a user