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

Work on signals.

parent 5cda6118
No related branches found
No related tags found
No related merge requests found
......@@ -56,11 +56,8 @@ add_service_files(
SMVisPolygon.srv
SMVisPattern.srv
SMVisGeopoint.srv
TSTAbortExecutor.srv
TSTContinueExecutor.srv
TSTCreateExecutor.srv
TSTDestroyExecutor.srv
TSTEnoughExecutor.srv
TSTExecutorCheck.srv
TSTExecutorCheckFromTni.srv
TSTExecutorContinue.srv
......@@ -69,10 +66,10 @@ add_service_files(
TSTExecutorGetConstraints.srv
TSTExecutorGetConstraintsFromTni.srv
TSTExecutorRequestPause.srv
TSTPauseExecutor.srv
TSTRegisterExecutingTree.srv
TSTDeregisterExecutingTree.srv
TSTStartExecutor.srv
TSTSignalExecutor.srv
)
## Generate actions in the 'action' folder
......
#
# Abort the executor
#
string ns # Namespace for the tstfactory
int32 id # id for the TST node in the tstfactory
---
bool success
int32 error
string reason
#
# Continue the executor
#
string ns # Namespace for the tstfactory
int32 id # id for the TST node in the tstfactory
---
bool success
int32 error
string reason
#
# Enough the executor
#
string ns # Namespace for the tstfactory
int32 id # id for the TST node in the tstfactory
---
bool success
int32 error
string reason
#
# Pause the executor
#
string ns # Namespace for the tstfactory
int32 id # id for the TST node in the tstfactory
---
bool success
int32 error
string reason
#
# Signal the executor
#
int32 id # id for the TST node in the tstfactory and in the executor map in the nodelets.
string signal # signal to add to the executor
---
bool success
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