文件名称:cpp-inverse-kinematics-library
介绍说明--下载内容均来自于网络,请自行研究使用
用于六自由度机器人正逆运动学求解的算法程序,源码书写规范。对于逆运动学求解算法,采用了矩阵伪逆、最小二乘和lma三种方法实现。-Kinematics Algorithm for a six-axis robot written with C++. The algorithm is implemented with three methods: posedu inverse of matrix, least square and lma
(系统自动生成,下载前可以参看下载内容)
下载文件列表
cpp-inverse-kinematics-library-master
.....................................\CAlgoAbstract.h
.....................................\CAlgoFactory.cpp
.....................................\CAlgoFactory.h
.....................................\CConfigLoader.cpp
.....................................\CConfigLoader.h
.....................................\CDumpedLeastSquares.cpp
.....................................\CDumpedLeastSquares.h
.....................................\CJacobian.cpp
.....................................\CJacobian.h
.....................................\CJacobianPseudoInverse.cpp
.....................................\CJacobianPseudoInverse.h
.....................................\CJacobianTranspose.cpp
.....................................\CJacobianTranspose.h
.....................................\CJoint.cpp
.....................................\CJoint.h
.....................................\CLineFactory.cpp
.....................................\CLineFactory.h
.....................................\CLink.cpp
.....................................\CLink.h
.....................................\CMatrixFactory.cpp
.....................................\CMatrixFactory.h
.....................................\CRobot.cpp
.....................................\CRobot.h
.....................................\Example
.....................................\.......\robot.xml
.....................................\JacobianTypes.h
.....................................\README
.....................................\RobotTypes.h
.....................................\SharedTypes.h
.....................................\config.h
.....................................\contrib
.....................................\.......\foreach.hpp
.....................................\lexer.cpp
.....................................\lexer.h
.....................................\robotdesc.sln
.....................................\robotdesc.vcproj
.....................................\sigslot.h
.....................................\src
.....................................\...\pugiconfig.hpp
.....................................\...\pugixml.cpp
.....................................\...\pugixml.hpp
.....................................\testApp.cpp