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

Robot_Toolkit: Issue with pushing gravity loads with named groups #125

Closed
jdarcyBHE opened this issue Jul 26, 2018 · 2 comments · Fixed by #346
Closed

Robot_Toolkit: Issue with pushing gravity loads with named groups #125

jdarcyBHE opened this issue Jul 26, 2018 · 2 comments · Fixed by #346
Assignees
Labels
severity:low Doesn't stop/slow current workflow type:bug Error or unexpected behaviour

Comments

@jdarcyBHE
Copy link

jdarcyBHE commented Jul 26, 2018

Trying to push gravity loads for all bars.Potential source of error: The gravity loads BHoM component will only accept a group of BHoMObjects not Bars, thus when pushed to Robot it is unable to assign the object correctly. Error message '1. Solution exception:Object reference not set to an instance of an object.'

@IsakNaslundBh
Copy link
Contributor

Problem here seem to be coming from putting a name on the group:

image

Doing this, the adapter tries to find a predefined group in Robot rather than using the objects, and as there was no group named like this, it crashes, which is a bug that needs to be fixed, but less severe.

Using the gravity load comp that takes a IEnumerable instead of a group, or not naming the group, things seem to be working as expected.
image

@IsakNaslundBh IsakNaslundBh added this to the BHoM 2.4 MVP milestone Feb 15, 2019
@IsakNaslundBh IsakNaslundBh changed the title Robot_Toolkit: Issue with pushing gravity loads Robot_Toolkit: Issue with pushing gravity loads with named groups Feb 15, 2019
@al-fisher al-fisher added severity:low Doesn't stop/slow current workflow type:bug Error or unexpected behaviour and removed bug_minor labels Mar 20, 2019
@IsakNaslundBh
Copy link
Contributor

This can be tackled together with #238 as both relates to pushing of gravity loads

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
severity:low Doesn't stop/slow current workflow type:bug Error or unexpected behaviour
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants