Coder Social home page Coder Social logo

diogoalmeida / sarafun_folding_assembly Goto Github PK

View Code? Open in Web Editor NEW
4.0 3.0 2.0 532 KB

ROS package implementing folding assembly functionality for the SARAFun project.

License: MIT License

CMake 2.61% C++ 85.82% Python 11.57%
ros rosnode controller estimator estimation

sarafun_folding_assembly's Introduction

Folding assembly controller Build Status

This package provides the folding assembly functionality to the SARAFun project. It controls the relative pose between two rigid objects in contact, along two motion directions: a translational direction and a rotational axis, which are non-collinear. It also provides adaptive estimators that will estimate kinematic uncertainties on the task, such as the available motion directions and contact point location. Besides a dual-armed robot integrated with ROS, the package assumes the existance of at least one force and torque sensor.

Dependencies

Running the controller

The file 'config_action_node.yaml' must be edited in order to set the reference frames used for the controller this incudes the name of the KDL end-effector frame and the gripping frame name in which the controller quantities are expressed. The controller is launched with

$ roslaunch folding_assembly_controller controller.launch

After launch, and actionlib server will be running which can be called as

$ rosrun actionlib axclient.py /folding_controller/<action_name>

where <action_name> is set in the configuration file. You should see the following GUI:

The init_t_error and init_k_error variables are useful for controller experiments. goal_force sets the desired contact force along the estimated surface normal.

The controller operates on two different modes: pose control or velocity reference. In pose control (use_pose_goal set to true), the robot will regulate the two rigid parts to a relative pose along the two motion directions. Alternatively (use_pose_goal set to false), the system will command velocities along the estimated motion directions.

Dynamic Reconfigure

A dynamic reconfigure server is provided for facilitating testing the system. Notably, it allows setting the degree to which the arms share the manipulation task, through the alpha parameter under the ects group.

sarafun_folding_assembly's People

Contributors

2222222222222222 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

sarafun_folding_assembly's Issues

Handling actionlib

When the retreat code was added, it introduced a bug in the folding actionlib server. If the action is preempted, a new goal isn't processed appropriately.

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.