Generating files and foldersΒΆ

After creating the scene, you should see the name of your scene in the dropdown menu.

../../_images/example_no_files.png

At this point, if you check your directory at /workcell_ws/src/scenes/ , you should see your new_scene package being generated

../../_images/example_directory_scenes.png

However, while the CMakelists.txt and package.xml files are generated, the rest of the other files are not. We need to first click on the Generate Yaml file from scenes . If successful, you should see the following message

../../_images/example_yaml_generated.png

To see what was the yaml that was generated, open the file at /workcell_ws/src/scenes/new_scene/environment.yaml

../../_images/example_environment_yaml.png

Next, we will need to generate the rest of the relevant files and folders for the scenes. Click on Generate files from yaml In the window. If successful, you will be prompted to exit the gui.

../../_images/example_scenegen_success.png

Click exit

Next step: Check if scene is properly generated