Problem with the Gamepad when running standalone applications in Isaac Sim

Dear Nvidia staffs,

There is a problem with the Gamepad interface when running the standalone application on Isaac Sim.
(It’s OK when running the extension application.)

The problem is that the default view port window scrolls according to the analog joystick input and the trigger button press event.

How could I block the events so that the default view port window does not scroll?

Thanks for your support~!

@sungil1.kim You can run something like this in your script to disable gamepad camera input

import carb
carb.settings.get_settings().set("persistent/app/omniverse/gamepadCameraControl", False)
1 Like

Dear Hammad_M

Thanks a lot~!

I’ll try it!

@sungil1.kim was this issue resolved?

Dear Hammad_M

This issue was resolved.

Thanks to your solution~!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.