irsim.env.env_base3d#
Classes#
Module Contents#
- class irsim.env.env_base3d.EnvBase3D(world_name: str | None, **kwargs: Any)[源代码]#
Bases:
irsim.env.EnvBaseThis class is the 3D version of the environment class. It inherits from the
EnvBaseclass to provide the 3D plot environment.Initialize a 3D environment with world and objects parsed from YAML.
- 参数:
world_name (str | None) -- Path to the world configuration YAML.
**kwargs -- Additional environment options forwarded to
EnvBase.