GithubHelp home page GithubHelp logo

0000duck / ros2-ultimate-guide-for-custom-robotic-arms-and-kuka-kr210 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from noshluk2/ros2-ultimate-guide-for-custom-robotic-arms-and-kuka-kr210

0.0 0.0 0.0 13.5 MB

License: MIT License

Python 100.00%

ros2-ultimate-guide-for-custom-robotic-arms-and-kuka-kr210's Introduction

ROS2 Ultimate guide for Kuka 6 DOF and Custom Robotic Arms

Table of Contents
  1. About This Repository
  2. Using this Repository
  3. Course Workflow
  4. Features
  5. Pre-Course Requirments
  6. Link to the Course
  7. Notes
  8. Instructors
  9. License

About this Repository

This is repository for the course ROS2 Ultimate guide for Kuka 6 DOF and Custom Robotic Arms availble at Udemy . Complete source code is open sourced . Notes are also attached in root of the repository.

alt text


Using this Repository

  • Move into your workspace/src folder
cd path/to/ros1_ws/src/
##e.g cd ~/catkin_ws/src/
  • Clone the repository in your workspace
git clone https://github.com/noshluk2/ROS2-Ultimate-guide-for-Custom-Robotic-Arms-and-Kuka-Kr210
  • Perform make and build through catkin
cd /path/to/workspace_root/
##e.g ~/catkin_ws/
catkin_make
  • Source your Workspace in any terminal you open to Run files from this workspace ( which is a basic thing of ROS )
source /path/to/catkin-ws/devel/setup.bash
  • (Optional for Power USERs only) Add source to this workspace into bash file
echo "source /path/to/catkin-ws/devel/setup.bash" >> ~/.bashrc

NOTE: This upper command is going to add the source file path into your ~/.bashrc file ( Only perform it once and you know what you are doing).This will save your time when running things from the Workspace


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 .


Features

  • Building Custom Robotic Arm BIG BAZU
    • alt text
  • BIG BAZU Controllers Test
    • alt text
  • Forward and Inverse Kinematics Solutions
    • alt text
  • Drawing Shapes
    • alt text

Pre-Course Requirments

Software Based

  • Ubuntu 20.04 (LTS)
  • ROS1 - Noetic

Link to the Course

Below is a discounted coupon for people who want to take the course in which more explaination to this code has been added

[Get course Here]


Notes

We have uploaded all the notes made during the lectures of the course so you can get more out of this repository with the instructors Notes. A seperate folder named as Notes contain a single PDF carrying all the notes in the root of this repository

Instructors

Muhammad Luqman (ROS Simulation and Control Systems) - Profile Link


License

Distributed under the GNU-GPL License. See LICENSE for more information.

ros2-ultimate-guide-for-custom-robotic-arms-and-kuka-kr210's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.