lukeliao / Robot_Arm_Kinematics_Lib

A kinematic Library for 6-axis Articulated Robot Arm

Home Page:https://robincpc.github.io/Robot_Arm_Kinematics_Lib/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Robot_Arm_Kinematics_Lib

Build Status

A kinematic Library for 6-axis Articulated Robot Arm Doxygen API Documentation

Note: still WIP 🚧

Basic Build Instructions

  1. Clone this repo.
  2. Make a build directory: mkdir build && cd build
  3. Use CMake to generate Makefile: cmake ..
  4. Compile a testing program: make test_run
  5. Run it: ./test_run

Dependencies

  • cmake >= 3.2
  • make >= 4.1
  • gcc/g++ >= 5.4
  • eigen >= 3

Optional for building document

  • doxygen
  • graphviz

##Reference

  • Craig, John J. Introduction to robotics: mechanics and control. Vol. 3. Upper Saddle River: Pearson Prentice Hall, 2005.
  • Corke, Peter. Robotics-Toolbox-Python Un-Official Link
  • Robotics Library GitHub Page

About

A kinematic Library for 6-axis Articulated Robot Arm

https://robincpc.github.io/Robot_Arm_Kinematics_Lib/

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 96.8%Language:CMake 3.2%