FLIR / flir_adk_ethernet

ROS ethernet camera driver, targeting BlackFly and Boson
11 stars 17 forks source link

Typo On Line 57 of CMakeLists.txt #1

Open kaalessi opened 4 years ago

kaalessi commented 4 years ago

Compiling with catkin_make will not work with original file. Line 57 of CMakeLists originally reads src/flir_adk_ethernet_node.cpp. This should be changed to src/flir_boson_ethernet_node.cpp. After this change, the driver compiles properly.