Closed DARKMOONlite closed 1 month ago
Solved in this push https://github.com/DARKMOONlite/ros-image-stream-encoder/commit/d202abcc0bd8770a226df72cba7b4903900129d3
the problem was that the nodelet
file was a .hpp
file and therefore I believe the publinlib
macro wasn't getting called/run correctly, which meant that the plugin was never findable by ros. changing the file to a .cpp
file solved the issue
heading describes it all