We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@jlaforga has asked to have a burn-in script that would move the hand for a certain period of time, to test that everything works well.
The easiest way is to follow his suggestion and make a script based on the current https://github.com/shadow-robot/sr-config/blob/development/sr_ethercat_hand_config/demos/demo_1.py
The burn in would be based on the function def ff_pressed(self,data): that moves the hand following a quite complete set of movements.
The only difference with the demo is that:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@jlaforga has asked to have a burn-in script that would move the hand for a certain period of time, to test that everything works well.
The easiest way is to follow his suggestion and make a script based on the current
https://github.com/shadow-robot/sr-config/blob/development/sr_ethercat_hand_config/demos/demo_1.py
The burn in would be based on the function def ff_pressed(self,data):
that moves the hand following a quite complete set of movements.
The only difference with the demo is that:
The text was updated successfully, but these errors were encountered: