It’s an Open Source and printable manipulator with five degrees of freedom. Which was designed and created by MMH_Team. The main purpose of this project was to create a robotic arm that could be made by makers around the world or in schools to teach robotics instead of using simulation software. In its upright position, hRobot is about 700mm long and it can lift objects up to 500 grams. While development we had many ideas in our minds like:
- The final prototype had to be Open Source
- Possible to made mostly by 3D printer
- Enough powerful to manipulate 500 grams objects
- And powered by ROS
We hope that you will enjoy our work :)
The controller used in hRobot is a Husarion CORE2-ROS. The arm uses DC motors, servomotors and quadrature encoders. In files you can find all parts in STL format ready to print.
We are still developing a software but it can take some time, to make this fully functional. We published code on github.com, and we hope people around the world will join our project!
Video below show one of possible use cases. It's of course much more universal. Find out for yourself.
Robot uses joint's interpolation while moving from one place to another. Implementation of this part of code was quite difficult and really time-consuming. Interpolation allows hRobot to move more smoothly. It’s not ideal right now, so we will make a second version based on cartesian interpolation using ROS.
On https://github.com/husarion/hRobot you can find the latest version of working software. It will be improved in the following weeks, but even now it’s stable.
Comments