Can't use XBox Controller #1590
Replies: 3 comments
-
The teleop script above expects a Can you try again with this command? |
Beta Was this translation helpful? Give feedback.
-
Thank you for posting this. Let us know if the suggestion above worked for you, or if you need further help. |
Beta Was this translation helpful? Give feedback.
-
Nope, it's not working. Me using Se2Gamepad always receive [0. 0. 0.] when doing print(self.gamepad.advance()) (self is a class inherit ManagerBasedRLEnv). Also, my gamepad is recognized on this tester site: https://hardwaretester.com/gamepad |
Beta Was this translation helpful? Give feedback.
-
I tried to use a XBox controller to control a robot in IsaacLab, but the controller signals were not being read.
I tested the controller on hardwaretester.com and it is connected and sending signals properly.
I'm trying to use this script: https://docs.robotsfan.com/isaaclab/_modules/omni/isaac/lab/devices/gamepad/se3_gamepad.html
More specifically, I am running the script from this repo https://github.com/YonduAI/Galaxea_Lab/blob/master/source/standalone/galaxea/teleop/teleop_biman_sync.py
I don't get any errors and the keyboard is working fine. I also tried another off the shelf controller and it didn't work either. When I printed out the raw values the controller was getting I got all zeros even while moving the joysticks.
The command I ran was:
./isaaclab.sh -p source/standalone/galaxea/teleop/teleop_biman_sync.py --task Isaac-Lift-Bin-R1-IK-Rel-v0
Beta Was this translation helpful? Give feedback.
All reactions