Skip to content
Snippets Groups Projects
Commit 4a8a03e4 authored by Tommy Persson's avatar Tommy Persson
Browse files

Work on interaction manager and language tst-exec-node

parent e9d61a43
No related branches found
No related tags found
No related merge requests found
Pipeline #55543 failed
......@@ -305,6 +305,7 @@ add_service_files(
ActivateSignal.srv
SendGestureCommand.srv
DjiDroneTaskControl.srv
SetExecNodeParam.srv
)
## Generate actions in the 'action' folder
......
#
# Set node param for exec tree using interaction manager and language tst-exec-node
#
string ns
string node_uuid
string param_name
string param_type # Type of param (currently one of: int32, float64)
int32 int32_value
float64 float64_value
---
bool success # The call was OK
int32 error
string reason
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment