Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to realize real-time velocity control #6

Open
Steven-ZY opened this issue Jul 12, 2023 · 2 comments
Open

How to realize real-time velocity control #6

Steven-ZY opened this issue Jul 12, 2023 · 2 comments

Comments

@Steven-ZY
Copy link

Hi~ Can this package realize real-time velocity control of an ABB robot? Do I need to purchase a license for EGM?

@Steven-ZY
Copy link
Author

The effect I want is to directly use python to control the robotic arm in real time, giving the speed of the 6 joints. The form is roughly as follows:
set_velocity(vtx, vty, vtz, vrx, vry, vrz) #vtx, vty, vtz, vrx, vry, vrz are the desired velocities of the six degrees of freedom at the robot end

@johnwason
Copy link
Collaborator

For real-time control you well need EGM. We emulate velocity control by integrating to get a position command. See https://github.com/hehonglu123/Welding_Motoman/blob/main/toolbox/vel_emulate_sub.py for an example.

We typically use the Robot Raconteur driver for this purpose that builds on the other ABB packages. https://github.com/robotraconteur-contrib/abb_robotraconteur_driver_hmp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants