set_parameter
Update a parameter on a running ROS2 node, with sandboxing that permits only allowlisted parameters in SAFE_WRITE mode.
Instructions
Dynamically update a parameter on a running ROS2 node. Sandboxed — only allowlisted parameters can be modified in SAFE_WRITE mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | New value — float, int, string, or bool | |
| node_name | Yes | ||
| param_name | Yes |