Search found 3 matches

by nobuyuki
Tue Jul 04, 2023 12:04 pm
Forum: PyBullet Support and Feedback
Topic: Changing background color or texture?
Replies: 3
Views: 89879

Re: Changing background color or texture?

You can change the background color of the GUI in PyBullet using the p.configureDebugVisualizer() function. You can specify the background color using the rgbBackground parameter. This function accepts multiple parameters other than rbgBackground parameter. Here’s an example: p.configureDebugVisuali...
by nobuyuki
Wed Feb 01, 2023 5:57 pm
Forum: PyBullet Support and Feedback
Topic: How to add real time plots on the GUI?
Replies: 1
Views: 33299

Re: How to add real time plots on the GUI?

Does anybody know how to do this? Or how to manipulate this GUI in general? Any information would be appreciated.
by nobuyuki
Wed Feb 01, 2023 5:55 pm
Forum: General Bullet Physics Support and Feedback
Topic: How to add sensor modules?
Replies: 5
Views: 31156

Re: How to add sensor modules?

I am also interested in this!