Problem with Swift env.step(dt) in the new version #341
Unanswered
waelbachta
asked this question in
Q&A
Replies: 1 comment
-
The key words: AttributeError: 'NoneType' object has no attribute '_propogate_scene_tree' |
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
-
Hi,
I am running the toolbox using an ubuntu 20.04 environment. When launching an example with swift, I get the following error :
File "demo.py", line 60, in
env.step(0.000001)
File "/home/wael/TP_NEW/venv/lib/python3.8/site-packages/swift/Swift.py", line 209, in step
obj._propogate_scene_tree()
AttributeError: 'NoneType' object has no attribute '_propogate_scene_tree'
Thank you for your help !
Wael.
Beta Was this translation helpful? Give feedback.
All reactions