Objects become invisible after resets?

Official Python bindings with a focus on reinforcement learning and robotics.
Post Reply
zhsh
Posts: 7
Joined: Thu Oct 11, 2018 10:48 pm

Objects become invisible after resets?

Post by zhsh »

I have an environment with several URDF objects loaded. This environment is periodically reset by removing the objects with removeBody and reloading them. After several resets, some objects become invisible in GUI mode. Their collision properties remain (and apparently also shows up when you try to take an image with the simulated camera), but are no longer visible. Calling changeVisualShape on them has no effect.
Post Reply