From 25317ec7fb069a0920a63cddce29bacc41179ba6 Mon Sep 17 00:00:00 2001 From: Niko Date: Mon, 27 Mar 2023 16:59:53 +0200 Subject: [PATCH] Works for one use input --- src/active_bo_ros/active_bo_ros/active_rl_service.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/active_bo_ros/active_bo_ros/active_rl_service.py b/src/active_bo_ros/active_bo_ros/active_rl_service.py index c5a8ee8..b28a7ab 100644 --- a/src/active_bo_ros/active_bo_ros/active_rl_service.py +++ b/src/active_bo_ros/active_bo_ros/active_rl_service.py @@ -13,6 +13,7 @@ import numpy as np import time + class ActiveRLService(Node): def __init__(self): super().__init__('active_rl_service')