basics

Maps to demo/basics/ in the repo: config loading, app launch, base, objects, sensors, robots, lights, etc.

Scope

demo/basics/ provides the minimal path from “config loading” to a runnable simulation loop. Run the demos in numeric order and then replace assets/paths with your own.

Examples

FolderPurposeEntryConfig
basics/01_load_configtemplate generation, load/export configmain.pydemo_config.yaml
basics/02_launch_appminimal simulation loopmain.pylaunch_config.yaml / smallest_config.yaml
basics/03_basebase setupmain.pydemo_plane_base_config.yaml
basics/04_objectobject loading/spawnspawn_rigidbody_object.pydemo_rigidbody_object_config.yaml
basics/05_sensorcamera configcamera.pycamera.yaml
basics/06_robotrobot setup and basic controlsingle_gripper_arm_robot.pysingle_gripper_arm_robot_config.yaml
basics/07_lightlighting setupmain.pylight_config.yaml

How to run (typical)

bash
python main.py

or for single-file entries:

bash
python spawn_rigidbody_object.py