Giter Club home page Giter Club logo

ik_solver_robot_arm's Introduction

6 DOF Manipulator - Inverse Kinematics Solver

Build Status Coverage Status License: MIT

Project Description

Overview

  • The aim of this project is to design and develop an inverse kinematics solver for a 6-axis Manipulator at ACME Robotics.
  • This implementaion is based on the Stanford Manipulator, however it can provide a solution for any 6 axis manipulator with a sperical wrist configuration.
  • Our software will compute and simulate a trajectory based on the path coordinates provided and will be integrated as a module into a future project over at ACME Robotics.

Method

  • Our implementation includes three methods, two for solving inverse and forwards kinematics for the manipulator, and one method to store the attributes of the specified robot arm.
  • The solution for inverse kinematics will be calculated and stored as joint angles for each path coordinate provided.
  • The forward kinematics solver will calculate end effector position based on the joint values and robot parameters provided. Denavit Hartenberg representation will be employed for both the inverse and forward kinematics solvers.
  • A two sprint Agile Iterative Process approach and test driven development style is utilized in the making of this project.

Contributors

  • Qamar Syed UID: 119128824
  • Sanchit Kedia UID: 119159620
  • Tanmay Haldankar UID: 119175460

Agile Iterative Process

Submission

Activity Diagram

download

Simulation

IK_Simulation.mp4

Dependencies

  • Eigen: The project includes the Eigen library for linear algebra operations.
  • Python: The project includes python3 to facilitate visualization.
  • Visual Kinematics: The project uses visual kinematics from python to visualise robot trajectory.

Compilation

git clone "https://github.com/qamarzsyed/IK_Solver_Robot_Arm.git"
cd IK_Solver_Robot_Arm
mkdir build && cd build
cmake .. 
make

Build for Code Coverage

cd build
sudo apt-get install lcov
cmake -D COVERAGE=ON -D CMAKE_BUILD_TYPE=Debug ../
make 
make code_coverage

Run

  1. Once inside the /build directory after compilation, run: ./app/ik_solver
  2. To perform Google Test, run: ./test/code_test

Cpplint

Change to the /app directory, and run:

cpplint main.cpp > ../results/cpplint_main.txt
cpplint inverse_kinematics.cpp > ../results/cpplint_inverse_kinematics.txt
cpplint forward_kinematics.cpp > ../results/cpplint_forward_kinematics.txt
cpplint robot_parameters.cpp > ../results/cpplint_robot_parameters.txt
cpplint ../test/code_test.cpp > ../results/cpplint_code_test.txt
cpplint ../include/inverse_kinematics.hpp > ../results/cpplint_inverse_kinematics_hpp.txt
cpplint ../include/forward_kinematics.hpp > ../results/cpplint_forward_kinematics_hpp.txt
cpplint ../include/robot_parameters.hpp > ../results/cpplint_robot_parameters_hpp.txt

Cppcheck

Change to the root directory, and run:

cppcheck --enable=all --std=c++11 --force -I include/ --suppress=missingIncludeSystem $( find . -name *.cpp | grep -vE -e "^./build/" -e "^./vendor/" -e "^./include/Eigen/") > results/cppcheck.txt'

Doxygen

The procedure to create doxygen documents has been automated in the CMakeLists.txt file.

From the root directory run:

firefox docs/html/index.html

Reference

[1] Analytical Forward and Inverse Kinematics for Stanford Arm

[2] Spong, M., Hutchinson, S., & Vidyasagar, M. (2005). Robot Modeling and Control. Wiley.

License

MIT License

Copyright (c) 2022 Qamar Syed, Sanchit Kedia, Tanmay Haldankar

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

ik_solver_robot_arm's People

Contributors

sanchitkedia avatar qamarzsyed avatar xtan99 avatar

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.