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

Add daVinci robot model, its control demo and fix minor issues #1

Open
wants to merge 82 commits into
base: master
Choose a base branch
from

Conversation

fbartelt
Copy link

@fbartelt fbartelt commented Apr 2, 2023

This PR adds the daVinci robot model to the UAIBot simulator, along with a control demo for the daVinci manipulator, which was used in my bachelor thesis.

Additionally, this pull request includes minor changes to fix some issues that were encountered during the development process. Specifically: the fix for q[i] returns a 1x1 matrix instead of a scalar, which has been changed to float(q[i]) in the uaibot/robot/_fkm.py file; argument title was unused in uaibot/utils.py plot function so I added a fig.update_layout(title=title); change math.isinf to np.isinf in uaibot/robot/_compute_dist_auto.py; change np.matrix(np.zeros((3,))) to np.zeros((3, 1)) in uaibot/robot/_jac_geo.py line 55.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant