Mobility
config type.
mobility.schema.yaml
specifies the possible values for the mobility.instance.yaml
config
instance.
mobility.instance.yaml
supplies config instance values via the local file system for quick iteration. mobility.instance.yaml
is never uploaded to the cloud or deployed to production robots.
Miru provides an SDK to support both development and production scenarios. Below is a code snippet of the SDK in development.
systemd
service that serves config instances to the SDK over a Unix socket.
Below is a code snippet of the SDK in production.
miru schema push
, the config schemas are available in the dashboard.
miru schema push
command in your CI pipeline to upload your
config schemas automatically. Miru will know if a config schema has changed and will
not create a new config schema if it has already been uploaded in a previous commit.