Update Orocos Configuration
@@ -78,7 +78,7 @@ AO1.deviceNr=2
|
||||
DO1.deviceNr=2
|
||||
DI1.deviceNr=2
|
||||
```
|
||||
These assignments must be declared after the corresponding device names are defined with `loadComponent` and after they are configured with a command like `Sensor1.configure()`.
|
||||
These assignments must be declared after the corresponding device names are defined with `loadComponent` and before they are configured with a command like `Sensor1.configure()`.
|
||||
|
||||
**WARNING** : There are currently some inconsistencies in the device number variable names and whether the "configure" and "start" functions use parentheses. The plan is to standardise on "deviceNr" and "configure()"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user