From 22dd643bacf0edbb4fb3faba4f95c3d7d6c28a14 Mon Sep 17 00:00:00 2001 From: Philip Kunz Date: Tue, 7 Jul 2026 09:25:48 -0500 Subject: [PATCH] add Ava base to python interface --- 3rdParty/trick/python/idf/config.py | 1 + include/idf/PythonInterface.hh | 1 + 2 files changed, 2 insertions(+) diff --git a/3rdParty/trick/python/idf/config.py b/3rdParty/trick/python/idf/config.py index 8b7a314..b6675ad 100644 --- a/3rdParty/trick/python/idf/config.py +++ b/3rdParty/trick/python/idf/config.py @@ -56,6 +56,7 @@ def useFirstAvailableDevice(self): trick.UsbSpaceMouse, trick.UsbSpaceNavigator, trick.UsbTeensyduino, + trick.UsbThrustMasterAvaBase, trick.UsbVirpilConstellationAlpha, trick.UsbWingMan, trick.UsbXBox, diff --git a/include/idf/PythonInterface.hh b/include/idf/PythonInterface.hh index 3e16779..29626b4 100644 --- a/include/idf/PythonInterface.hh +++ b/include/idf/PythonInterface.hh @@ -68,6 +68,7 @@ #include "idf/UsbSpaceMouse.hh" #include "idf/UsbSpaceNavigator.hh" #include "idf/UsbTeensyduino.hh" +#include "idf/UsbThrustMasterAvaBase.hh" #include "idf/UsbVirpilConstellationAlpha.hh" #include "idf/UsbWingMan.hh" #include "idf/UsbXBox.hh"