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

Reducing angle speed and acceleration in xarm/tools/blockly_tool.py #120

Open
kobabulbul opened this issue Oct 1, 2024 · 1 comment
Open

Comments

@kobabulbul
Copy link

We want to limit the angle speed and acceleration in the following functions:

def _handle_set_angle_speed(self, block, prefix='', arg_map=None)
def _handle_set_angle_acceleration(self, block, prefix='', arg_map=None):

What type of variable is "value = field.text"? what is "field"? how can we manipulate value?

Thanks in advance.

Best regards

@vimior
Copy link
Contributor

vimior commented Oct 7, 2024

@kobabulbul
blockly_tool is used to convert the Blockly project in Studio into a Python program. The speed limit and acceleration should be set in the Blockly project instead of modifying the conversion tool.

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