rust_robotics 0.1.0

Umbrella crate for the RustRobotics workspace - feature-gated re-exports of all domain crates
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# rust_robotics

Umbrella crate for the RustRobotics workspace. It exposes feature-gated re-exports
for planning, localization, mapping, SLAM, control, and visualization crates.

```toml
[dependencies]
rust_robotics = "0.1"
```

```rust
use rust_robotics::planning::{AStarConfig, AStarPlanner};
use rust_robotics::localization::{EKFConfig, EKFLocalizer};
```

Project site: https://rsasaki0109.github.io/rust_robotics/

Repository: https://github.com/rsasaki0109/rust_robotics