set_physics_params
Configure Isaac Sim PhysX scene parameters: set gravity, physics time step, and enable GPU dynamics. Validates time step, applies changes transactionally, and rolls back on failure.
Instructions
Atomically configure Isaac Sim 6 PhysX scene parameters.
The timeline must be stopped. time_step must be within
[0.0001, 1.0] seconds and map to an integer PhysX steps-per-second
value (for example, 1/60 or 1/120). Isaac Sim's Stage time codes and
minimum simulation frame-rate are synchronized to that rate. Enabling GPU physics selects GPU
dynamics and GPU broadphase; disabling it selects MBP broadphase.
This does not change the launcher-controlled physics GPU ordinal.
Success includes both USD and runtime read-back; failed application is
rolled back as one transaction.
Args: gravity: Gravity vector [x, y, z]. time_step: Physics time step in seconds. gpu_enabled: Enable or disable GPU dynamics and matching broadphase.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gravity | No | ||
| time_step | No | ||
| command_id | No | ||
| gpu_enabled | No | ||
| idempotency_key | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |