Giter Site home page Giter Site logo

dynamixel_bilateral_controller's Introduction

dynamixel_bilateral_contoroller

概要

本リポジトリは,cranex7を使ったバイラテラル制御を行うためのプログラムです. Linux環境でのみ動作確認しています.

インストール

環境の構築

環境を汚したくない場合は,以下のdocker containerを使用できます.

依存関係のインストール

dynamixelSDKのインストール

# 必要なパッケージのインストール
apt update
apt install gcc-multilib g++-multilib

# コンパイル
git clone https://github.com/ROBOTIS-GIT/DynamixelSDK.git
cd DynamixelSDK/c++/build/linux64/
make
make install

boostのインストール

apt install libboost-all-dev

opencvのインストール

apt update
apt -y install libopencv-dev libopencv-core-dev libopencv-contrib-dev opencv-data

dynamixel_bilateral_controllerのインストール

git clone https://github.com/HoneyMack/dynamixel_bilateral_controller.git controller
cd controller
cmake -B build # test用のプログラムをコンパイルしない場合は-DBUILD_TESTS=OFFをつける
# cmake -DCMAKE_BUILD_TYPE=Release -B build # リリースビルドしたい場合 
cmake --build build

実行手順

インストール&ビルドが適切に行えていれば,controller/build/bin以下に実行ファイルが生成されています.

バイラテラル制御の実行

cranex7のバイラテラル制御を実行したい場合は,以下の実行ファイルを実行

./controller/build/bin/cranex7_bilateral

dynamixel_bilateral_controller's People

Contributors

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