mirror of
https://github.com/soconnor0919/hristudio.git
synced 2026-03-24 03:37:51 -04:00
feat: Implement dynamic plugin definition loading from remote/local sources and standardize action IDs using plugin metadata.
This commit is contained in:
@@ -659,8 +659,8 @@ export function validateExecution(
|
||||
const robotActions = steps.flatMap((step) =>
|
||||
step.actions.filter(
|
||||
(action) =>
|
||||
action.execution.transport === "ros2" ||
|
||||
action.execution.transport === "rest",
|
||||
action.execution?.transport === "ros2" ||
|
||||
action.execution?.transport === "rest",
|
||||
),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user