DARKMOONlite / ros-image-stream-encoder

a simple ros1 package that allows you to convert an image stream to an mp4 file using ffmpeg
1 stars 0 forks source link

Currently generated nodelet lib file isn't getting found by the ros workspace #2

Closed DARKMOONlite closed 1 month ago

DARKMOONlite commented 1 month ago

heading describes it all

DARKMOONlite commented 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