Can't use XBox Controller #1590
The-Michael-Chen
started this conversation in
General
Replies: 2 comments
-
The teleop script above expects a Can you try again with this command? |
Beta Was this translation helpful? Give feedback.
0 replies
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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