Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ List of (awesome) Rust libraries for Robotics. If you know something awesome (or
## AI

* [bonsai-bt](https://github.com/Sollimann/bonsai) - A Behavior Tree implementation in Rust
* [crossflow](https://github.com/open-rmf/crossflow) - A petri-net like library for bevy.

## Framework

Expand Down Expand Up @@ -53,6 +54,7 @@ List of (awesome) Rust libraries for Robotics. If you know something awesome (or

*Path planning libraries.*

* [mapf](https://github.com/open-rmf/mapf) - Multi-Agent Pathfinding Library
* [pathfinding](https://github.com/samueltardieu/pathfinding) - Pathfinding library for rust
* [rrt](https://github.com/openrr/rrt) - RRT (Rapidly-exploring Random Tree) library in Rust
* [openrr-planner](https://github.com/openrr/openrr) - Collision Avoidance Path Planning in Rust-lang
Expand All @@ -65,6 +67,7 @@ List of (awesome) Rust libraries for Robotics. If you know something awesome (or

* [rapier](https://github.com/dimforge/rapier) - 2 and 3-dimensional rigid body physics engine for Rust.
* [Rust zmqRemoteApi](https://github.com/samuel-cavalcanti/rust_zmqRemoteApi) - A Rust ZeroMQ remote API client for [coppeliasim robotics simulator](https://www.coppeliarobotics.com/)
* [wgpu_rt_lidar](https://github.com/arjo129/wgpu_rt_lidar) - A rust implementation of raytracing based lidars.

## Visualization

Expand All @@ -73,6 +76,7 @@ List of (awesome) Rust libraries for Robotics. If you know something awesome (or
* [kiss3d](https://github.com/sebcrozet/kiss3d) - Keep it simple, stupid 3d graphics engine for Rust.
* [urdf-viz](https://github.com/openrr/urdf-viz) - URDF visualizer
* [rerun](https://github.com/rerun-io/rerun) — A logging SDK and visualizer for computer vision and robotics
* [rmf_site](https://github.com/open-rmf/rmf_site) - Robot Traffic Layout Tool

## File Loading

Expand All @@ -82,6 +86,7 @@ List of (awesome) Rust libraries for Robotics. If you know something awesome (or
* [mcap](https://github.com/foxglove/mcap/tree/main/rust) - Rust library for reading and writing [MCAP](https://mcap.dev/) log files
* [urdf-rs](https://github.com/OTL/urdf-rs) - URDF Loader for Rust
* [pcd-ros](https://github.com/jerry73204/pcd-rs) - Read point cloud data from PCD file format
* [sdformat](https://github.com/open-rmf/sdformat_rust) - SDFormat parser

## Device Driver

Expand Down