env.yaml
specifies the configuration settings for four essential components of the simulation scene: the environment, the robot, the sensors (on the robot or in the scene), and the assets (obstacles, interaction objects, etc.)
The below provided sample scene configuration file initializes a Unitree Go2 with a set of specified sensors in a standard warehouse environment.
env.yaml
by adding the following to it.
env.yaml
also configures the ROS2 communcation layer. Please have a look at this page to get more detailed information on how to publish simulation data or subscribe to commands.