Initialization of an agent's geometry #41
Unanswered
minhduc0711
asked this question in
Q&A
Replies: 0 comments 1 reply
-
Turns out it was a really obvious cause, I forgot to initialize the
Edit: actually the problem still exists :| |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am trying to define a setter of a skill's attribute like this:
But I get a
NullPointerException
atgetInnerGeometry()
when trying to create an agent:I assume that's because an agent's geometry is not initialized until all attributes are set.
Can I somehow change this initialization order, or is there another possible workaround?
Beta Was this translation helpful? Give feedback.
All reactions