ROS connection to Siemens PLC
Hello everybody!
I need some help. The situation: An automated guided vihicle is controlled by an Siemens PLC (ET200SP) but we want to add a LIDAR to the system for navigation. We want this LIDAR to connect to a Raspberry Pi4 8Gb that runs ROS and calculate the direction en velocity (in the future it wil be a IPC). The data dat the ROS system calculates needs to be send to the PLC in de AGV. The phisical connection between the PLC and the Raspberry Pi is estableshed via a utp cable.
Question: What protocol can I use best to send data from ROS to the PLC? What packages do I need? Or is it better to switch to ROS2? Has this been done before?
Thank you!