Closed yangcyself closed 1 year ago
Good point. Maybe we can use the Gamepad Manipulation from Omniverse?
Some useful pointers for this:
Would this be something you'd be able to help with? The integration should be similar to how keyboard is handled.
Yes, I already tried. I'm creating a draft PR.
Awesome! Looking forward to it :)
Proposal
I propose adding the gamepad as a device for teleoperation.
Motivation
A gamepad will make it easier for the teleoperation of the robot arms than the keyboard. Supporting the gamepad also makes the feature set more comprehensive.
Pitch
Implementations of
gamepad
insource/extensions/omni.isaac.orbit/omni/isaac/orbit/devices/gamepad
, providing classes such asSe2Gamepad
andSe3Gamepad
.Alternatives
No
Additional context
Gamepad has already been used for camera navigation. So users need to unselect the "Gamepad Camera Control" option in the GUI before using it for teleoperation.
Checklist