xArm-Python-SDK icon indicating copy to clipboard operation
xArm-Python-SDK copied to clipboard

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

Open kobabulbul opened this issue 1 year ago • 1 comments

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

kobabulbul avatar Oct 01 '24 14:10 kobabulbul

@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.

vimior avatar Oct 07 '24 02:10 vimior