I can run : PYTHON_PYTHON C:\Users\Administrator\AppData\Local\ov\pkg\isaac_sim-2022.2.0\standalone_examples\api\omni.isaac.dynamic_control\franka_articulation.py
and app launch ok ,but screen has nothing! ???
BTW , I use rtx 2070 , from sim gui and run from script edit , it is ok . however use SimulationApp as standalone cannot show anything – To be precise, it flashed once and disappear
This is because its running in headless mode. You can modify this line here for it to run with rendering enabled. simulation_app = SimulationApp({“headless”: False})
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.