I wrote a new teleop_twist package using the python pynput module
so I can use arrow keys to control a robot dexterously with a seemingly
game-like feeling whilst maintaining similar functionality as the
ros2 teleop_twist_keyboard package.
ROS2 developers, please do try it out (as it works on any robot both
simulatedor real robot as long as it can be used with the default ros2
teleop_twist package) as I’m also looking at the possibility of releasing it.
I also wrote my own on the side because I wasn’t very satisfied with the “standard” one
My old and current company also have their own custom one. It would be quite useful for the community to have a released and maintained version of this essential package. Maybe we could combine efforts?