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

control kuka with velocity control #211

Closed
shz111 opened this issue Oct 11, 2024 · 2 comments
Closed

control kuka with velocity control #211

shz111 opened this issue Oct 11, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@shz111
Copy link

shz111 commented Oct 11, 2024

Hello, I have a question about the control module that if i can use twist_controller like ros1 or the move_servo to velocity control instead position control cause i wanna make the end-effector move along straight line. I am expecting you can give me some suggestions. Thank you very much!

@mhubii mhubii added the enhancement New feature or request label Oct 13, 2024
@mhubii
Copy link
Member

mhubii commented Oct 13, 2024

Hi @shz111 , sorry for the late response. This is a common issue and is currently missing here.

There might be ros2_controllers that compute joint velocities from twists, which could be used, but it would be helpful to add this here.

@mhubii mhubii self-assigned this Oct 17, 2024
mhubii added a commit that referenced this issue Oct 17, 2024
mhubii added a commit that referenced this issue Oct 18, 2024
mhubii added a commit that referenced this issue Oct 18, 2024
@mhubii
Copy link
Member

mhubii commented Oct 18, 2024

Hi @shz111, MoveIt servo is now added, see doc: https://lbr-stack.readthedocs.io/en/latest/lbr_fri_ros2_stack/lbr_demos/lbr_moveit/doc/lbr_moveit.html#moveit-servo

One issue, the PID here:

pid_p: 0.1 # P gain for the joint position (useful for asynchronous control)

Makes the real system move rather slow at the moment. This remains to be sorted.

@mhubii mhubii closed this as completed Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants