How to build on top of rqt_image_view? [closed]
Hello,
I already have rqt_image_view set up on my machine.
What I want to do is to create a new catkin package starting with rqt_image_view as a basis, and then modifying its GUI and code to serve my specific purposes. To be clear, I want to modify rqt_image_view, not use it inside my package.
My experience with Qt and .ui files is quite limited...
What I did so far was to copy the rqt_image_view files into a new catkin package, with some minor modifications to some of those files.
When I try to catkin_make, it fails since it cannot find a header file called ui_image_view.h, which I failed to find myself ( https://github.com/ros-visualization/... ).
Should that file be generated by Qt Creator or where should I find it exactly?
Please help!
Can you build the unmodified rqt_image_view package from source? If not, please edit your question to add the errors you get.
Yes, I can as I said... rqt_image is already set up on my machine