Update skills config and cerebellum node
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
description: "手臂控制"
|
||||
interfaces:
|
||||
- name: Arm.action
|
||||
default_topic: "Arm"
|
||||
default_topic: "ArmAction"
|
||||
|
||||
- name: DualArm
|
||||
version: 1.0.0
|
||||
|
||||
@@ -739,7 +739,7 @@ bool CerebellumNode::ExecuteActionSkill(
|
||||
effective_timeout = std::chrono::milliseconds(timeout_ms_override);
|
||||
}
|
||||
|
||||
#if (0)
|
||||
#if (1)
|
||||
if (interface_base == "Arm") {
|
||||
interfaces::action::Arm::Goal goal{};
|
||||
if (!TryParseCallPayload<interfaces::action::Arm::Goal>(skill, goal)) {
|
||||
|
||||
Reference in New Issue
Block a user