Giter VIP home page Giter VIP logo

elfin_touchx's Introduction

Elfin Touch X teleoperation

This repository contains code to teleoperate the Elfin using Touch X haptic device commands.

Testing environment

This repository was tested in Ubuntu20.04 LTS (Focal Fossa) 64-bit. This repository was specifically tested using the following elements:

Requirements

You need CXX 11 compiler to compile the project binary. This repository depends on different external libraries that need to be installed in your local pc.

Eigen

You can download the latest version of Eigen here. In our CMakeLists.txt we look for Eigen in 3rdparty folder inside the project folder. Just create the folder and put Eigen on that folder.

OpenHaptics

To download and setup OpenHaptics follow the instructions on their webpage. If you followed the instructions properly OpenHaptics shoudl be at /opt/OpenHaptics.

Realsense 2.0

To use the libraries make sure to follow the instructions for librealsense in their github. In our case, we have built from source, but both installation methods worked for me.

OpenCV

To install OpenCV use the following commands on the terminal.

$ sudo apt update
$ sudo apt install libopencv-dev python3-opencv

STB

We use stb to save the images into the disk following the tutorial from librealsense here. You can find STB in their github repository. Clone their repository in your home directory with the following command.

$ git clone https://github.com/nothings/stb.git

Change line 43 in the CMakeLists.txt file to match with your directory to the STB library.

elfin_touchx's People

Contributors

mikelitu avatar

Stargazers

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