Git Product home page Git Product logo

assembly_dual_controllers's Introduction

Assembly Dual Controller Package

It contains ros control modules for controlling Franka-Emika panda robots. This package provides not only dual controllers but also single and triple controllers. (The name is just a legacy thing)

Required FCI version: 4.0.X

Prerequisite

# go to the home directory
cd ~/ 
# git clone
git clone --recursive https://github.com/frankaemika/libfranka -b 0.8.0
# enter the directory
cd libfranka
# update submodules
git submodule update
# prepare a build directory
mkdir build
cd build
# build
cmake .. -DCMAKE_BUILD_TYPE=RELEASE
make -j9
# go to the catkin source directory
cd catkin_ws/src
# git clone
git clone --recursive https://github.com/psh117/franka_ros -b develop
# build
catkin build franka_ros -DCMAKE_BUILD_TYPE=Release -DFranka_DIR:PATH=~/libfranka/build
source devel/setup.sh

Franka Settings

Set the end-effector translation to 0 setting_image

Installation

cd ~/catkin_ws
catkin build assembly_dual_controllers -DCMAKE_BUILD_TYPE=Release # -D~ is needed only for the first time

Launch

# single
roslaunch assembly_dual_controllers assembly_controller_single.launch

# dual
roslaunch assembly_dual_controllers assembly_controller_dual.launch

# triple
roslaunch assembly_dual_controllers assembly_controller_tripple.launch

assembly_dual_controllers's People

Contributors

psh117 avatar kim-hc avatar jiyeongbaek avatar kimms74 avatar

Stargazers

 avatar

Watchers

James Cloos avatar Ji Min Lee avatar  avatar  avatar

assembly_dual_controllers's Issues

Resource not found: The following package was not found

Hi, happy new year
I have an question in roslaunch error.
I got an error while running your package :

Resource not found: The following package was not found in : assembly_env_description

how can i fix it?

regards,
thanks

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.