You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
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
The text was updated successfully, but these errors were encountered: