Checkbox/radio button using PyBullet

Official Python bindings with a focus on reinforcement learning and robotics.
Post Reply
abhishek0308
Posts: 1
Joined: Wed Aug 15, 2018 10:25 pm

Checkbox/radio button using PyBullet

Post 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?
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA
Contact:

Re: Checkbox/radio button using PyBullet

Post 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.
Post Reply