You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there is an embedded assumption in the generate CMake wrt convert, that can fail builds when the dependency has not finished producing the desired C++ header files. This means, in particular, that building against a Python node fails. The following needs changing:
TARGET_NOTE needs to pull the name of the target test node. I don't think the template is called with this info, but only a bunch of dependencies. Current workaround is to change this manually for a specific example.
The text was updated successfully, but these errors were encountered:
Currently, there is an embedded assumption in the generate CMake wrt convert, that can fail builds when the dependency has not finished producing the desired C++ header files. This means, in particular, that building against a Python node fails. The following needs changing:
rtcg/internal/gen/catkin/embed/templates/CMakeLists.txt.tmpl
Lines 34 to 38 in e135735
So that it becomes:
TARGET_NOTE
needs to pull the name of the target test node. I don't think the template is called with this info, but only a bunch of dependencies. Current workaround is to change this manually for a specific example.The text was updated successfully, but these errors were encountered: