Skip to content
Snippets Groups Projects
Commit 8ff5e855 authored by Aditya Prakash's avatar Aditya Prakash
Browse files

fix typo

parent a22f2e5b
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,8 @@ from PIL import Image, ImageDraw
SAVE_PATH = os.environ.get('SAVE_PATH', None)
class AcquisitionAgent(autonomous_agent.AutonomousAgent):
class BaseAgent(autonomous_agent.AutonomousAgent):
def setup(self, path_to_conf_file):
self.track = autonomous_agent.Track.SENSORS
self.config_path = path_to_conf_file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment