Page 1 of 1

Checkbox/radio button using PyBullet

Posted: Fri Aug 31, 2018 7:35 pm
by abhishek0308
Just started playing with PyBullet to simulate some robots. Was wondering if there are methods for adding radio buttons or checkboxes (like addUserDebugParameter) which could be super helpful for simulation time configuration of the robots.

Also, is there some more documentation about the addUserData functionalities?

Re: Checkbox/radio button using PyBullet

Posted: Fri Oct 05, 2018 1:42 am
by Erwin Coumans
>>Was wondering if there are methods for adding radio buttons or checkboxes

The underlying infrastructure has check boxes, booleans and text etc, but we only exposed sliders so far. Perhaps submit a issue request in github issue tracker?

>> addUserData
Not much, I would check the userData.py example for now. If there is there anything particular you want to know, please file an issue.