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
No description provided.
The text was updated successfully, but these errors were encountered:
I wrote the Python API on liquid_handling_methods.py. Your job is to integrate the use of this code inside the blockly blocks.
liquid_handling_methods.py
example: For the "move to" block, instead of the hard coded string:
\static\js\app.js
var code = "dict_args = " + value_position + " \n"; code += "dict_args[\'wait\'] = True \n"; code += "swift.set_position(**dict_args)\n"; code += '\n';
we instead should send the cleaner string using the API:
var code = "robot_move(swift=swift, position=value_position)"
Sorry, something went wrong.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: