Crates.io | turtlebot2 |
lib.rs | turtlebot2 |
version | 0.1.4 |
source | src |
created_at | 2022-01-13 21:41:37.136637 |
updated_at | 2022-01-17 18:23:18.956076 |
description | To drive Turtlebot2 (a.k.a Kobuki). |
homepage | |
repository | https://github.com/bus710/turtlebot2 |
max_upload_size | |
id | 513556 |
size | 28,603 |
A Rust crate to drive Turtlebot2 (a.k.a Kobuki).
Since the serialport crate requires some packages:
$ sudo apt install libudev-dev pkg-config
Also the user should be a part of the dialout group in Linux:
$ sudo adduser ${USER} dialout
# or
$ sudo usermod -aG dialout ${USER}
A demo shows the basic usage of this crate (only tested in Linux!):
$ cd examples/basic
$ cargo run