hsp-iit / adaptive-tactile-force-control

This repository contains the code associated to the paper "Adaptive Tactile Force Control in a Parallel Gripper with Low Positioning Resolution"
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

:wrench: Adaptive Tactile Force Control

Adaptive Tactile Force Control in a Parallel Gripper with Low Positioning Resolution

IEEE Robotics and Automation Letters, vol. 8, no. 9, pp. 5544-5551, Sep. 2023
Paper | Video

Table of Contents

:new: Updates

2023-07-20 - Update the README.md

:gear: Installation

Requirements

:information_source: How to install franka control

sudo apt install ros-<your_ros_distro>-franka-control

:information_source: How to install simple pid

pip install simple_pid

How to install

Please clone this repository within a ROS workspace, then build it with:

catkin build

:warning: These instructions are at the moment tailored to our robot setup. We are working to separate the actual algorithm presented in the paper from the implementation of the ROS node.

šŸ“° Citing this paper

@ARTICLE{10187696,
  author={Piga, Nicola A. and Natale, Lorenzo},
  journal={IEEE Robotics and Automation Letters}, 
  title={Adaptive Tactile Force Control in a Parallel Gripper With Low Positioning Resolution}, 
  year={2023},
  volume={8},
  number={9},
  pages={5544-5551},
  doi={10.1109/LRA.2023.3297061}}

šŸ§” Maintainer

This repository is maintained by:

@xenvre