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

Set limit pick and place area #28

Open
anhtuduong opened this issue Jun 24, 2023 · 1 comment
Open

Set limit pick and place area #28

anhtuduong opened this issue Jun 24, 2023 · 1 comment
Labels
enhancement New feature or request kinematics

Comments

@anhtuduong
Copy link
Owner

Set limit area for placing lego blocks to avoid singularity.

@anhtuduong
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request kinematics
Development

No branches or pull requests

1 participant