Crates.io | mulberry |
lib.rs | mulberry |
version | 0.1.0 |
source | src |
created_at | 2020-08-14 14:50:19.24652 |
updated_at | 2020-08-14 22:52:12.664489 |
description | Coordinate transformation tree with a focus on efficiency. |
homepage | |
repository | https://github.com/hdamron17/mulberry-rust/ |
max_upload_size | |
id | 276587 |
size | 21,564 |
Coordinate transformation tree with a focus on efficiency
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.
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.