Works for one use input

This commit is contained in:
Niko Feith 2023-03-27 16:59:53 +02:00
parent 10f938cc13
commit 25317ec7fb

View File

@ -13,6 +13,7 @@ import numpy as np
import time
class ActiveRLService(Node):
def __init__(self):
super().__init__('active_rl_service')