Support for Kuka KR8 about #231
-
Hello, I have a robot model Kuka KR8 1620. I am aiming to use ROS for motion planning for this robot. To begin with, I have a work with EthernetKRL (EKI). There is no support for KR8 in the Kuka_experimental repository. As a result of this situation, I am creating my own ROS infrastructure. But at some points I had questions. These;
Thanks a lot! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can find data sheets (pdf) and mesh files (STEP) on the Kuka website. Then you can copy & paste any of the existing models and adapt anything that differs. I tend to use FreeCAD to separate the Step file to multiple stl files. Meshlab for the convex hull for the collision models. Once you are done please open a pull request (PR) so we can collaborate on including it in the kuka_experimental git. Note that this here is a community effort with unfortunately no official support from Kuka, so work is done by volunteers and can take some time. |
Beta Was this translation helpful? Give feedback.
You can find data sheets (pdf) and mesh files (STEP) on the Kuka website. Then you can copy & paste any of the existing models and adapt anything that differs. I tend to use FreeCAD to separate the Step file to multiple stl files. Meshlab for the convex hull for the collision models.
Once you are done please open a pull request (PR) so we can collaborate on including it in the kuka_experimental git.
Note that this here is a community effort with unfortunately no official support from Kuka, so work is done by volunteers and can take some time.