Giter Club home page Giter Club logo

icrmkinematics's Introduction

ICRMKinematics

This project solves the forward and inverse kinematics of the 5D maipulator. The main project ICRMKinematics\ICRMKinematics includes methods for searching the joint and kinematic parameter space, encapsulating these into a dll. Sub-projects test various aspects of this dll in c++, labview, and matlab.

Configuration notes:

This project depends on Eigen and the nonlinear optimization library and assumes these are placed in the same parent folder as ICRMKinematics. You will need to create the nlopt .lib from the included .def; see the nlopt windows readme.

ICRMKinematics\ICRMKinematics

This contains the forward and inverse kinematics routines. It builds an x86 dll callable by the outer LabVIEW loop. As such, the project properties are:

  • Configuration: All Configurations, Platform: Win32 (should be Active)
  • General -- Configuration Type = dll
  • C/C++ -- All Options -- Additional Include Directories = ....\eigen-eigen-bdd17ee3b1b3; ....\nlopt-2.4.2-dll32;
  • C/C++ -- All Options -- Enable Enhanced Instruction Set = SIMD 2
  • C/C++ -- All Options -- Open MP Support = Yes
  • Linker -- All Options -- Additional Dependencies = libnlopt-0.lib
  • Linker -- All Options -- Additional Library Directories = ....\nlopt-2.4.2-dll32;

ICRMKinematics\ICRMKinematics_testDLL

Simple tests of the functions in the exported dll.

ICRMKinematics\matlab

Contains a matlab implementation of the various methods as well as functions for examining the resulting data.

ICRMKinematics\matlab\testDLLx64.m

For testing the ICRMKinematics.dll from matlab. My setup requires building an x64 ICRMKinematics.dll, which then needs the x64 nlopt. For running, the nloptx64 needs to be in the same folder as ICRMKinematics.dll x64.

icrmkinematics's People

Contributors

bc0n avatar

Watchers

 avatar  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.