ros-industrial / siemens_experimental

Apache License 2.0
8 stars 6 forks source link

cp1616: set_alarm.h missing? #9

Closed gavanderhoorn closed 8 years ago

gavanderhoorn commented 8 years ago

Trying to compile this in a catkin workspace gets me the following error:

/path/to/catkin_ws/src/siemens_experimental/siemens_cp1616/src/siemens_cp1616_io_device_wrapper.cpp:24:38: fatal error: siemens_cp1616/set_alarm.h: No such file or directory

Is this file still needed? Could it be added to the repository?

gavanderhoorn commented 8 years ago

Ah, that seems to be a header for a service. The CMakeLists.txt seems to be missing the required statements for generation of the header files though.

gavanderhoorn commented 8 years ago

This is fixed by durovsky/siemens_experimental#4.