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

set gripper speed 10000 may break gripper #2

Open
k-ish0212 opened this issue Dec 27, 2022 · 3 comments
Open

set gripper speed 10000 may break gripper #2

k-ish0212 opened this issue Dec 27, 2022 · 3 comments

Comments

@k-ish0212
Copy link

k-ish0212 commented Dec 27, 2022

Thank you for sharing the code!

We are testing this repository's xArm part too, but we noticed xarm-python-SDK have some problems.
In this code, gripper speed was set to 10000, but the actual maximum speed is below this value. The problem is that xarm-python-SDK seems not set upper thresh of gripper speed so it may cause unknown behavior.

self._arm.set_gripper_speed(10000)

We found it is better to set around 4500.

@danijar
Copy link
Owner

danijar commented Dec 28, 2022

Thanks for sharing! Is this just to hide the warnings or does the robot actually behave better in some way?

@tatsukamijo
Copy link

Hi,

It doesn't cause any errors, or even warnings, but the gripper started making strange noise after few hours of training.
Then we found that the gripper speed was set higher than the maximum.

@danijar
Copy link
Owner

danijar commented Jan 15, 2023

Haha we noticed a strange noise too, that may be the reason. Thanks!

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

3 participants