ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
All I did to have cmake compile this was add this.
target_link_libraries(ros_plc_modbus ${catkin_LIBRARIES} modbus )
and added
to the cpp file
2 | No.2 Revision |
All I did to have cmake compile this was add this.
target_link_libraries(ros_plc_modbus
${catkin_LIBRARIES}
modbus
and added
#include <modbus/modbus.h>
to the cpp file
3 | No.3 Revision |
All I did to have cmake compile was add this.this to the cmake.
target_link_libraries(ros_plc_modbus
${catkin_LIBRARIES}
modbus
)
and added this to the cpp file
#include <modbus/modbus.h>
to the cpp file