To drive Turtlebot2 (a.k.a Kobuki).
Since the seriaport crate requires some packages:
sh
$ sudo apt install libudev-dev pkg-config
Also the user should be a part of the dialout group in Linux: ```sh $ sudo adduser ${USER} dialout
$ sudo usermod -aG dialout ${USER} ```
A demo shows the basic usage of this crate:
sh
$ cd examples/basic
$ cargo run