osrf / ros2_serial_example

61 stars 14 forks source link

Fix code generation TODO #16

Open clalancette opened 5 years ago

clalancette commented 5 years ago

There's currently a TODO at: https://github.com/osrf/ros2_serial_example/blob/master/CMakeLists.txt#L51 , which happens because CMake does not know to re-execute an execute_process if the script changes. I'm not quite sure how to fix it at the moment.