irsim.world.world3d#
Classes#
Module Contents#
- class irsim.world.world3d.World3D(name: str, depth: float = 10.0, offset: list[float] | None = None, **kwargs: Any)[source]#
Bases:
irsim.world.world.World3D world wrapper that extends
Worldwith z range.Initialize a 3D world extending the 2D world with depth.
- Parameters:
name (str) β World name or YAML file path.
depth (float) β Z-depth of the world (range in z). Default 10.0.
offset (list[float] | None) β [x, y, z] world offset. If a 2D [x, y] is provided, z defaults to 0.
**kwargs β Forwarded to the base
Worldconstructor.
- depth = 10.0#
- offset = None#
- z_range#