Hello, I'm trying to replicate the stanford openroads n-casting demo. I am writing a custom controller in python for NOX but I will eventually need the methods from routeinstaller (routeinstaller.cc and routeinstaller.hh, both C++ files). How exactly would I be able to use routeinstaller functions in python. I have read about swig but I'm not sure if it is possible for swig to "wrap" around everything in routeinstaller. Also, there seems to be an entry in the makefile for a file called "pyrouteinstaller". Would anyone happen to have this file?
Thank You, Kevin Han
