Private
Public Access
11
1

Update Orocos Configuration

2024-02-19 12:03:18 +01:00
parent dde56bb837
commit a461da5b84

@@ -6,7 +6,7 @@ Orocos needs to be configured to your hardware, this involves:
## Agilent Interferometer PCI cards
The Agilent PCI cards don't have a proper kernel driver any more and are now accessed by Orocos directly via the PCI slot. To configure access, use `lspci` to see which PCI address (number on the left) corresponds to your Agilent card and make sure that your `start.ops` includes lines similar to:
The Agilent PCI cards don't have a proper kernel driver any more and are now accessed by Orocos directly via the PCI slot. This is different from other hardware and the configuration is also special. To configure access, use `lspci` to see which PCI address (number on the left) corresponds to your Agilent card and make sure that your `start.ops` includes lines similar to:
```
import("SensorAgilentPCI")