An open API service indexing awesome lists of open source software.

https://github.com/openrr/openrr.github.io

OpenRR Project
https://github.com/openrr/openrr.github.io

Last synced: 4 months ago
JSON representation

OpenRR Project

Awesome Lists containing this project

README

          

## OpenRR Project

OpenRR (Open Rust Robotics) Project aims to create an open source Rust robotics platform / community.
It is not a single repository but it contains multiple rust repositories.
It's like just an organization which wants to make Rust more friendly for roboticists.

### Repositories

* [openrr](https://github.com/openrr/openrr) : robotics platform
* [k](https://github.com/openrr/k) : kinematics library
* [ros-nalgebra](https://github.com/openrr/ros-nalgebra) : rosrust nalgebra converter generator
* [rrt](https://github.com/openrr/rrt) : RRT-dual-connect path planner
* [mesh-loader](https://github.com/openrr/mesh-loader): Load mesh files
* [trajectory](https://github.com/openrr/trajectory) : trajectory interpolator (spline)
* [urdf-rs](https://github.com/openrr/urdf-rs) : URDF parser
* [urdf-viz](https://github.com/openrr/urdf-viz): URDF visualizer
* ~~[gear](https://github.com/openrr/gear)~~ : (deprecated) motion planning library, but it is openrr-planner now.