turtlebot2
A Rust crate to drive Turtlebot2 (a.k.a Kobuki).
References
- https://yujinrobot.github.io/kobuki/enAppendixProtocolSpecification.html
- https://crates.io/crates/serialport
Prerequisites
Since the serialport crate requires some packages:
Also the user should be a part of the dialout group in Linux:
# or
Demo
A demo shows the basic usage of this crate (only tested in Linux!):