Open zhshubs opened 2 weeks ago
You can check gamepad_reader.py
and use the same library to read your keyboard inputs and map to corresponding commands.
Welcome to open a PR for that once you solve it!
As you say, I check gamepad_reader.py and use the same lib to read my keyboard inputs, but it cant not map to corresponding commands. I am sure read my keyboard inputs successfully but can not control the robot in sim. Just modifying codes in gamepad_reader.py?
Could you be more specific by "it cant not map to corresponding commands"? What fields did you fill in with the keyboard inputs ingamepad_reader.py
and what's the entry script of your "robot in sim" (like RL_MPC_Locomotion.py
)?
how to solve the problem