8000 GitHub - HIT-orange/Robotic_Arm_Algorithms: This package contains the common algorithms in robotic arm, and I have developed it based on universal robot. It will be continuously updateing.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

This package contains the common algorithms in robotic arm, and I have developed it based on universal robot. It will be continuously updateing.

License

Notifications You must be signed in to change notification settings

HIT-orange/Robotic_Arm_Algorithms

Repository files navigation

Robotic_Arm_Algorithms

It contains the common algorithms in robotic arm, and will be recording the development as soon as I have completed the any one algorithm. The chosen robot is universal robot which is the most popular collaborate robot in the world.

Algorithm List

1. Admittance

In compliant control, admittance control and impedance control are the most common control algorithms and equivalent each other. For running this algorithms, there are only two commands:

First of all, running a gazebo environment and upload a universal robot. I usually chose a ur5e.

$ roslaunch ur_e_gazebo ur5e.launch

Then, running the admittance control algorithm and you can observe the performance of it.

$ roslaunch Admittance Admittance_test.lanch

In this lanch file, it contains a node to publish a wrench signal to imitate an external force caused by operator. If you want to run it without publish node and to publish by yourself other package, you can run the following command.

$ roslaunch Admittance Admittance.launch

About

This package contains the common algorithms in robotic arm, and I have developed it based on universal robot. It will be continuously updateing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0