Hi,
I am a student and rather new to the omniverse environment and hence have issues with setting up my desired micro service in the kit app.
I intend for it to be a headless application being able to render images. I have looked at some replicator examples and tried to implement them. However i gain errors when i try to run them.
setting up my desired micro service in the kit app
Please provide more information step by step on what you did to get to the error you posted. What was the exact command you ran in order to get this error?
The error seems to be around a specific extension you’re trying to load: car.scripting-python.plugin and twinflow.services.lighting-1.0.0
Please share your .kit file so we can analyze it more detailed.
Even though you received an error, it looks like the app may have actually been built. Are you able to launch the application?
The command that i run is:
.\app\omni.micro.bat --ext-folder ./exts --enable omni.syntheticdata --enable omni.replicator.core --enable twinflow.services.lighting --no-window
My source in extension.py was obtained by the tutorial from setting up a headless omniverse microservice and then the replicator “hello world” tutorial for the scene rendering: