Need help in exporting ORB class to JS(any Abstract Class) [closed]
I am looking for ways to export ORB to JS. Tried different ways like modifying embidgen.py to include ORB and it's class methods, it does expose a variable ORB in JS, but if you try using it, there is no instance available and it also throws bouding errors. So, can anyone give an idea how I can proceed with it
ah, i see, you found the issue already.
Yeah, i have been stuck here for few days
So, do we need to change the Cpp code or something to make this work?