From 6080d66fad873bc937899201d5f5d32c4a96a8c2 Mon Sep 17 00:00:00 2001
From: Felix Agner <felix.agner@control.lth.se>
Date: Tue, 1 Nov 2022 11:42:16 +0100
Subject: [PATCH] corrected path in controller example

---
 src/omnibot_client/ControllerTest.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/omnibot_client/ControllerTest.py b/src/omnibot_client/ControllerTest.py
index 95e850c..54787eb 100644
--- a/src/omnibot_client/ControllerTest.py
+++ b/src/omnibot_client/ControllerTest.py
@@ -9,7 +9,7 @@ import threading
 # Controller
 from inputs import get_gamepad
 
-from Omnibot import OmniBot
+from .Omnibot import OmniBot
 
 class ControllerState:
     """
-- 
GitLab