quadcopter_env
Classes:
| Name | Description |
|---|---|
QuadcopterEnvWindow |
Window manager for the Quadcopter environment. |
QuadcopterEnvWindow
QuadcopterEnvWindow(env: QuadcopterEnv, window_name: str = 'IsaacLab')
Bases: BaseEnvWindow
Window manager for the Quadcopter environment.
Initialize the window.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
|
QuadcopterEnv
|
The environment object. |
required |
|
str
|
The name of the window. Defaults to "IsaacLab". |
'IsaacLab'
|