upkie 9.0.0
Open-source wheeled biped robots
|
None __init__ | ( | self, | |
float | dt, | ||
Optional[dict] | bullet_config = None , |
||
bool | gui = True , |
||
Optional[int] | nb_substeps = None |
||
) |
Initialize PyBullet backend.
dt | Simulation time step in seconds. |
bullet_config | Additional bullet configuration overriding the default upkie.config.BULLET_CONFIG . The combined configuration dictionary is used for PyBullet simulation setup. |
gui | If True, run PyBullet with GUI. If False, run headless. |
nb_substeps | Number of substeps for the PyBullet simulation. |