Closed chris0914 closed 4 years ago
No idea, it looks normal here, running the same code: I'm sure it runs fine in an online Google Colab as well, likely some driver/GPU/Ubuntu installation issue.
Hi Erwin,
thanks for the answer. I rebuild a fresh system for Ubuntu 18.04 and Ubuntu 20.04. Running under python3 both showed the same error. However, on the Ubuntu 20.04 system I installed python2.7 and surprisingly everything runs fine! So I tested that on my main setup, and indeed using python2.7 everything works fine again. Have you tested my code using python2 or python3?
Any idea? As I wouldn't want to go back to python2.
Cheers Chris
Can't reproduce, and haven't heard a similar issue before. Perhaps a broken graphics driver? Closing for now.
Hi everyone,
I already mentioned this error in #2730 and reproduced it, more or less on accident, with pybullet. In the before mentioned Issue I loaded the 'turtlebot.urdf' file within an QtProject and all the elements of the robot were parsed on the same spot, using the C++ API.
However this time I used pybullet and opened a matplotlib plot before launching the simulation. Below is a MWE to reproduce. The placement in general works, as the cylinder is placed correctly. I reproduced this on one other computer. Both running on Ubuntu 18.04 and I installed matplotlib/pybullet via pip3. The outcome depends on the used turtlebot.urdf file. When using the turtlebot.urdf from pybullet_robots a triangular shape appears, see image below.
Any idea where to dig? Cheers Chris