580
edits
Line 42: | Line 42: | ||
The "alias" attribute refers to an element defined elsewhere in this XMl document. Alias references are in a path-style syntax, either as a relative or absolute path. Absolute paths start with a slash, like <foo alias="/params/bar/baz"/>. Use the colon to move through the document tree, similar to file system paths like <foo alias="../../bar/baz"/>. | The "alias" attribute refers to an element defined elsewhere in this XMl document. Alias references are in a path-style syntax, either as a relative or absolute path. Absolute paths start with a slash, like <foo alias="/params/bar/baz"/>. Use the colon to move through the document tree, similar to file system paths like <foo alias="../../bar/baz"/>. | ||
Any top-level element can appear in an autopilot XML file, but only the following elements will be recognised and used: | |||
* <pid-controller> | * <pid-controller> | ||
* <pi-simple-controller> | * <pi-simple-controller> |
edits