vikashplus / vtils

0 stars 4 forks source link

Added support for official Xbox 360 wired gamepad, updated README. #3

Closed dosssman closed 8 months ago

dosssman commented 8 months ago

Hello again @vikashplus

Thanks for the tip in #2 , managed to get it work by installing the missing inputs dependency.

This PR adds

Tested the changes with robohive;s ee_teleop.py script. Unfortunately I could not test with the default "Logitech F710" controller, but I am pretty sure it will still work since I only added additional buttons and triggers for the X360 controller.

If case you are open to it, I could also do a PR on robohive's tutorials/ee_teleop to add the polling function for the gamepad.

Hope this can be useful down the road.

vikashplus commented 8 months ago

Hi @dosssman

Thanks for the contributions. I'll review it soon.

Also thanks for offering - PR on robohive's tutorials/ee_teleop to add the polling function for the gamepad. That will be amazingly helpful. Please send it, I'll review it soon and get it merged.

vikashplus commented 8 months ago

@dosssman - Thanks for your contributions. Awaiting PR on https://github.com/vikashplus/robohive

dosssman commented 8 months ago

Thansk for the merge!

Please find the addition of the gamepad use for the tele operation tutorial here