ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

How to build on top of rqt_image_view? [closed]

asked 2015-04-23 10:52:45 -0500

beginner gravatar image

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!

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by 130s
close date 2015-04-24 04:24:59.700871

Comments

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

joq gravatar image joq  ( 2015-04-23 13:33:52 -0500 )edit

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

beginner gravatar image beginner  ( 2015-04-24 03:08:17 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2015-04-24 03:48:48 -0500

beginner gravatar image

updated 2015-04-24 03:49:14 -0500

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

Never mind

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-04-23 10:52:45 -0500

Seen: 529 times

Last updated: Apr 24 '15