I want to connect an external force/torque sensor and use its data to control robot actions.
If the sensor communicates via EtherCAT or UART, I am curious about how to implement receiving the sensor data within a URCap and using it in a Polyscope Program Node.
Do I need to implement EtherCAT communication directly in the URCap, or is it more common to use an external controller or PC to relay the data?
If direct communication from the URCap is not possible, I would appreciate it if you could explain the practical approach for integrating sensor data with Polyscope to control robot actions in real-world applications.