ODE Middleware

However if you say It’ll happen everytime then I will tell you that that ODE can behave differently between versions and systems.

Can you prove what you said ? ODA can behave differently between versions and systems …I don’t think so :stuck_out_tongue:

getting an error.
for childNode in branch.getChildren():
AssertionError: !is_empty() at line 345 of panda/src/pgraph/nodePath.cxx

You’re calling getChildren() on an empty NodePath.

I am getting the same error as stereoscopic when running main.py,

We know we are calling .getChildren() on an empty node but we do not know why it is empty. We dont fully understand “-PandaNode” in map.egg, we cant find PandaNode anywhere in the file. Any help would be appreciated.