-
Notifications
You must be signed in to change notification settings - Fork 1
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
Reconcile main and the active development branch #20
Conversation
… increasing the offset so that arm goes inside the bin and attaches the object firmly
…urmr_tahoma into soofiyan-new-grasp-with-normals
add offsets to avoid pod lip for both columns 1 and 4
…g new retry mechanism with human input
…m and adding changes for the manipulation contraints for better manipulability
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like build output. Does this need to be tracked? If not, add *.egg-info
to .gitignore to prevent accidentally adding it to the repo again.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we don't need to track this. Maybe I forgot to add this in the .gitignore file. Thank you.
…es and different bin depths. Also incorporating changes for the manual calibration for different pods.
…rly with the calibrated rgb image
In the future, please use Better yet, cherry pick directly where you can: https://www.atlassian.com/git/tutorials/cherry-pick |
Will merge with the rebase #24 |
The
aurmr_demo
workspace is running an only-slightly modified version of this branch, but it has not been reconciled with the main branch in almost a year. In some instances, files from commits from the main branch have been manually pasted (i.e. files copied and new commits made, vs cherry picking) into this branch, like with 3a825cc...eaca979 (#16) turning into e08fe8b.I think we should rebase this branch ontop of main, then merge it into main. The rebase should end up nulling out the content of commits which duplicate earlier commits from main while highlighting any conflicting changes for review.
@Soofiyan I'm happy to meet and provide Git support so we can resolve issues during the merge.