turtlebot2

Crates.ioturtlebot2
lib.rsturtlebot2
version0.1.4
sourcesrc
created_at2022-01-13 21:41:37.136637
updated_at2022-01-17 18:23:18.956076
descriptionTo drive Turtlebot2 (a.k.a Kobuki).
homepage
repositoryhttps://github.com/bus710/turtlebot2
max_upload_size
id513556
size28,603
(bus710)

documentation

README

turtlebot2

A Rust crate to drive Turtlebot2 (a.k.a Kobuki).



References


Prerequisites

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}

Demo

A demo shows the basic usage of this crate (only tested in Linux!):

$ cd examples/basic
$ cargo run
Commit count: 21

cargo fmt