ROS2 Ultimate guide for Kuka 6 DOF and Custom Robotic Arms

ROS2 Ultimate guide for Kuka 6 DOF and Custom Robotic Arms

Description

Course Workflow:

We will start by creating a custom robot named as Big BAZU Which will be created from scratch , URDF containing joints, links are going to be explored in depth. Once the robotic arm will be created we will add Controllers into it (position, effort, Joint Trajectory) from ros_control package .This will lead us to DH tables for forward and inverse kinematics solutions for our custom robot using IKPY a python library.

After understanding all the basics of with a Custom Robotic Arm we will move to a very well known commercial robotic arm KUKA KR210 6 degree of freedom robotic arm. Our first Object will be to install custom controller into it as we would have learned that in previous sections .Only reason to do that is to be able to control any working URDF robot available . Forward and inverse kinematics will be solved for this robot with the help of robotics tool box mentioned earlier .

Last thing we will do is to make a action lib interface for Joint Trajectory for KUKA robot so we just need to send way points and it moves it’s end effect in a shape that we will define .

Leave a Reply