I would like to run a ros2 Windows node in another application that cannot be built with Colcon.
Is it possible to develop a ROS2 node using only references to the library and header files without the colcon build process?
Any help in this regard is greatly appreciated.