set_joint_param
Update a joint's parameter (e.g., bias, angular limits, motor settings) in a Godot scene by specifying the scene path, joint name, parameter, and new value.
Instructions
Set joint parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| param | Yes | Parameter name (e.g. "bias", "angular_limit/lower", "motor/enable") | |
| value | Yes | New value | |
| joint_name | Yes | Joint node name | |
| scene_path | Yes | Path to .tscn scene file |