From 183d58172badb0c859dfac503e82e20ddb204b64 Mon Sep 17 00:00:00 2001
From: Tommy Persson <tommy.persson@liu.se>
Date: Wed, 15 Jan 2020 14:44:05 +0100
Subject: [PATCH] Adding bidding functionality.

---
 srv/TSTExecutorCost.srv | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srv/TSTExecutorCost.srv b/srv/TSTExecutorCost.srv
index 9ea404a..7fe5c99 100644
--- a/srv/TSTExecutorCost.srv
+++ b/srv/TSTExecutorCost.srv
@@ -2,7 +2,7 @@
 # Call the check function in the executor.
 #
 
-lrs_msgs_tst/TSTNodeInfo tni
+string json_tst_node
 ---
 int32 cost
 bool success    # True means that the delegation check succeeded
-- 
GitLab