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

Cartesian speed #45

Closed
albic98 opened this issue Jan 15, 2024 · 3 comments
Closed

Cartesian speed #45

albic98 opened this issue Jan 15, 2024 · 3 comments

Comments

@albic98
Copy link

albic98 commented Jan 15, 2024

How do can I change Cartesian speed for Franka Emika with this script? I tried changing "max_cartesian_speed" parameter, but it does not change anything. Can you help?

@AndrejOrsula
Copy link
Owner

Hello @albic98,

That sounds like a bug. I think this might be because the functionality is simply not implemented for execute_via_moveit=False. You could try with execute_via_moveit=True and see if it changes anything.

Alternatively, you could try taking a look at moveit2.py and see how @max_cartesian_speed.setter needs to be modified to fix this. PRs are welcome. 🙂

@albic98
Copy link
Author

albic98 commented Jan 16, 2024

I tried switching execute_via_moveit to True, but it keeps moving in joint path, not cartesian. Also I tried everything with the setter, but still no solution.

@AndrejOrsula
Copy link
Owner

Addressed by #53

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