Robotics StackExchange | Archived questions

How to build on top of rqt_image_view?

Hello,

I already have rqtimageview set up on my machine.

What I want to do is to create a new catkin package starting with rqtimageview as a basis, and then modifying its GUI and code to serve my specific purposes. To be clear, I want to modify rqtimageview, 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 rqtimageview files into a new catkin package, with some minor modifications to some of those files.

When I try to catkinmake, it fails since it cannot find a header file called uiimageview.h, which I failed to find myself (https://github.com/ros-visualization/rqtcommonplugins/search?utf8=%E2%9C%93&q=uiimage_view.h).

Should that file be generated by Qt Creator or where should I find it exactly?

Please help!

Asked by beginner on 2015-04-23 10:52:45 UTC

Comments

Can you build the unmodified rqt_image_view package from source? If not, please edit your question to add the errors you get.

Asked by joq on 2015-04-23 13:33:52 UTC

Yes, I can as I said... rqt_image is already set up on my machine

Asked by beginner on 2015-04-24 03:08:17 UTC

Answers

It was some small silly mistake... I deleted a required include while modifying one of the files

Never mind

Asked by beginner on 2015-04-24 03:48:48 UTC

Comments