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
Set limit area for placing lego blocks to avoid singularity.
The text was updated successfully, but these errors were encountered:
Updated the limit in params:
'pick_limit': { 'x': [0.0, 0.25286], 'y': [0.39775, 0.78238], }, 'place_limit': { 'x': [0.6, 0.94776], 'y': [0.45482, 0.76], }
Also implement a script in util that generate random position based on limit. Update the position accordingly in lego.world
Sorry, something went wrong.
No branches or pull requests
Set limit area for placing lego blocks to avoid singularity.
The text was updated successfully, but these errors were encountered: