upkie 9.0.0
Open-source wheeled biped robots
Loading...
Searching...
No Matches

◆ __init__()

None __init__ (   self,
float  dt,
dict   genesis_init = {},
bool   gui = True,
int   substeps = 1 
)

Initialize Genesis backend.

Parameters
dtSimulation time step in seconds.
genesis_initDictionary of keyword arguments forwarded to the init of the Genesis simulator.
guiIf True, run Genesis with GUI. If False, run headless.
substepsNumber of simulation substeps per environment step. Higher values increase simulation accuracy at the cost of computational performance.