Giter VIP home page Giter VIP logo

yaskawa-robot-teleoperation's Introduction

YASKAWA-Robot-Teleoperation

An interface to control a YASKAWA GP7-YRC1000 industrial robotic arm through a teleoperation method. This project uses a 3DS Haptic Teleoperation device to control the robot.

Config

Driver Installation

If you are fisrt time using haptic, you need to install the haptic driver and the OpenHaptic plugin for C++. Find the driver in the link below.

Open Haptic 3.4 : https://support.3dsystems.com/s/article/OpenHaptics-for-Windows-Developer-Edition-v34?language=en_US

3DS Haptic Driver: https://support.3dsystems.com/s/article/Haptic-Device-Drivers?language=en_US

Project configuration

The program is written in Visual Studio 2019 C++. However, we need to install Visual Studio 2010 since the haptic driver only supports the v100 platform toolset.

Config

  1. Select the project configuration as Release and the platform x86.

  2. Open the Projectโฎ•Properties. In General set the properties as follow:

    • Platform Toolset : Visual Studio 2010 (v100)
    • Use of MFC : Use MFC in a Shared DLL
    • Character Set : Use Multi-Byte Character Set
  3. Next go to C/C++ --> General, under the Additional Include Directories add the these following path to your OpenHaptic include.

    • C:\OpenHaptics\Developer\3.4.0\utilities\include
    • C:\OpenHaptics\Developer\3.4.0\Quickhaptics\header
    • C:\OpenHaptics\Developer\3.4.0\include
  4. After that go to Linker --> General and under the Additional Library Directories add the libs directory:

    • C:\OpenHaptics\Developer\3.4.0\utilities\lib\Win32\Release
    • C:\OpenHaptics\Developer\3.4.0\Quickhaptics\lib\Win32\Release
    • C:\OpenHaptics\Developer\3.4.0\lib\Win32\Release
  5. We also need to specify the name of the lib files. Under the Linker select Input and then add the following lib files.

    hd.lib
    hdu.lib
    hl.lib
    ws2_32.lib
    

yaskawa-robot-teleoperation's People

Contributors

yudarw avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 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.