-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: Integrate min distance #167
Conversation
Co-authored-by: Dominic Reber <71256590+domire8@users.noreply.github.com>
…nology/control-libraries into feat/collision-detection-robot
…ogy/control-libraries into feat/integrate-min-distance
Co-authored-by: Dominic Reber <71256590+domire8@users.noreply.github.com>
Co-authored-by: Dominic Reber <71256590+domire8@users.noreply.github.com>
…ogy/control-libraries into feat/integrate-min-distance
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.
Wrong format in Model.cpp and test_collisions.cpp. You can select the changes you made and then right click and Format Selection
in the devcontainer
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.
Looking very good! Just some nitpicks
Co-authored-by: Enrico Eberhard <32450951+eeberhard@users.noreply.github.com>
…ogy/control-libraries into feat/integrate-min-distance
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.
🔥
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.
nice work!
…ogy/control-libraries into feat/integrate-min-distance
Description
This PR solves the issue by calculating the minimum distance between every robot link and return a matrix sized
number of joints
bynumber of joints
where at element(i, j)
, it contains the minimum distance betweenlink i
andlink j
. In addition to that, it also implements the pybindings to expose this method through python and accordingly will return a numpy array.Review guidelines
Estimated Time of Review: 7 minutes
Checklist before merging: