Question about pybullet api saveState #3952
Unanswered
liangpan99
asked this question in
Q&A
Replies: 0 comments
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.
-
I use 2 bullet clients.
The problem is that the
saveState()
api only returns an int type index for recording memory location, and it seems like that we cannot use the index to initialize another bullet client.An alternative method is to use the
saveBullet()
api (saved in disk). However, in my project, it will cost a lot of time because of disk i/o.is there anyone can help me? Thx!
Beta Was this translation helpful? Give feedback.
All reactions