Mobility, Perception) that survives across the schemas and instances that come and go beneath it.
For example, a Mobility config type houses configs related to the robot’s motion while a Perception config type houses configs related to the robot’s perception. Each config type has its own versioned schema, which its config instances must adhere to depending on the release they are deployed under.
Properties
string
A human-readable display name that can contain most characters, such as spaces, special characters, and punctuation. Must contain between 1 and 48 characters.Examples:
Mobility, Safety Features, Perceptionstring
A unique, code-friendly identifier for a config type.Slugs are immutable and must satisfy the following constraints:
- Contain only lowercase letters, digits, and hyphens (
-) - Start and end with a lowercase letter or digit
- Contain between 1 and 48 characters
mobility, safety-features, perception
