-
Notifications
You must be signed in to change notification settings - Fork 3
FIX Assembly input for meshcloud Distance Calculation #66
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
Conversation
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.
Just very minor minor tiny things from my side! Thanks 🙌
deps/pybind11
Outdated
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.
can you get our this from the PR to avoid conflicts please?
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.
okie. i deleted the folder in the last push. Let me know if there was a better way to take it out :)
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.
Thanks ! I just found one typo 🕵️♂️
ghenv.Component.Message= f"Per Joint" | ||
rh_mesh_target_list = [joint.to_mesh(i_analysis_resolution) for joint in i_assembly._all_joints] | ||
else: | ||
ghenv.Component.AddRuntimeMessage(RML.Warning, "The input number of obejcts to compare matches neither the number of beams nor the number of joints") |
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.
small typo in the runtime message ;)
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.
noted ;)
Amazing merging this one so that we have a full pipeline to test! Thanks @eleniv3d ! |
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 PR changes the input of the DF_cloud_mesh_distance component from DFBeam to DFAssembly for consistency and should address issue #55 and issue #52
We decide whether to calculate joints or beams by comparing the length of the cloud source input list with the number of beams and joints in the assembly, and output a respective message
PR.mp4