February 2020
Intermediate to advanced
432 pages
10h 50m
English
key_teleop (http://wiki.ros.org/key_teleop) is a ROS-contributed package that provides a very simple mechanism for controlling a robot using the arrow keys of the keyboard. Clone the source code and install the package on your laptop as usual:
$ cd ~/catkin_ws/src$ git clone https://github.com/ros-teleop/teleop_tools$ cd .. && catkin_make
Another two packages are available here that are also part of the teleop_tools bundle:
Since you have built the whole repository, both of these are available to you.