mulberry

Crates.iomulberry
lib.rsmulberry
version0.1.0
sourcesrc
created_at2020-08-14 14:50:19.24652
updated_at2020-08-14 22:52:12.664489
descriptionCoordinate transformation tree with a focus on efficiency.
homepage
repositoryhttps://github.com/hdamron17/mulberry-rust/
max_upload_size
id276587
size21,564
Hunter Damron (hdamron17)

documentation

https://docs.rs/mulberry

README

crates.io BSD-3 license

mulberry

Coordinate transformation tree with a focus on efficiency

Overview

The goal of this project is to provide the functionality of ROS's TF2 but without the need for the ROS framework or intraprocess communication. By removing that restriction, we aim to allow more efficient transform querying by allowing truly static transforms, cached intermediate connections, and unrestricted tree merging.

Contributing

This project is still in the very early stages, but any contributions would be appreciated. In addition to code/testing/documentation contributions, please let us know if there are any features which would make this tool more helpful. This will help direct the future of the project.

Commit count: 8

cargo fmt