mateoconfeugo / DeltaKinematics

Kinematics library for delta parallel manipulator with revolute imputs. Written in C++.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C++ written library

DeltaKinematics

The goal of this project is to create the C++ library which will be capable of real-time kinematics computations for delta parallel robot with revolute imputs. It already implements forward and inverse position kinematics calculation. The jacobians calculations and path planning in cartesian and revolute space will be added soon.

Documentation

Documentation is available here.

Built With

Contributing

Please read CONTRIBUTING.md for details on code of conduct and the process for submitting pull requests.

Versioning

The project uses SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Szymon Szantula - Initial work - byq77

See also the list of contributors who participated in this project.

License

This project is licensed under the GNU GPL v3.0 License - see the LICENSE file for details

Acknowledgments

  • Robert L. Williams II, Ph.D., williar4@ohio.edu and his paper : The Delta Parallel Robot: Kinematics Solutions

About

Kinematics library for delta parallel manipulator with revolute imputs. Written in C++.

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%