Code Monkey home page Code Monkey logo

force-control's Introduction

Summary

This package implements force control functions including Admittance Control, Force Tracking and Hybrid Force/Impedance Control. Based on kdl_parser and orocos_kdl, it can be used out of box for any robot with wrist-mounted F/T sensor and robot's URDF file, merely with simple work of defining the names of some topics and link frames in the launch file.

Installation

Two ways to install the package.

Install on fc_intall_ws

make folder on ~/

cd /home/${username}
mkdir -p ${project}/fc_install_ws

clone git repository

cd ~/${project}/fc_install_ws 
git clone <https://github.com/*.git>

source the setup.bash in install folder and add it into ~/.bashrc

source ~/${project}/fc_install_ws/install/setup.bash
echo 'source ~/${project}/fc_install_ws/install/setup.bash' >> ~/.bashrc

Intall on /opt/ros/melodic

install by .deb package

sudo dpkg -i ros-melodic-force-control_0.0.0-0bionic_amd64.deb
roscd force_control

Usage

  • Firstly, you should have a robot with velocity command interface of ROS and a 6-D F/T sensor mounted on end-effector.
  • Sencondly, you should prepare a URDF file of the robot, and load it through launch file.
  • Then, modify the topic names and frame names in the force_control.launch(in install/share/force_control/launch) according the used robot.
  • Lastly, after adjusting the parameters in config/fc_params.yaml, launch the force_control.launch

force-control's People

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.