Skip to main content
All tunable parameters live in ~/innate-os/config/settings.yaml. Secrets and the service key live in ~/innate-os/.env. Updates never overwrite either file. The settings file ships with every option commented out next to its default. Anything you uncomment overrides the default. Changes apply after innate service restart.

From the web app

Open the web app’s Settings page to edit the most common options as a form. Changed rows turn blue, saved overrides are orange, and Reset returns a row to its default. Click Save, then restart the services. The web app's Settings page

In the file

Uncomment the section, ros__parameters:, and the values together:
/** applies to every node that reads the parameter. A node name such as mars_arm: targets just that node. Write floats with a decimal point (0.3, not 3).

Common options

The file itself documents every parameter.