rqt plugin development
I'm trying to make my own rqt plugin. I've been through the tutorials and been following this link so far: http://answers.ros.org/question/24939...
I've met a lot of problems, and most of them has to do with what files to use. I use Qt Creator to create the .ui file. My confusion is what other files do I need since there is a lot of files being produced by Qt. So far I've moved the .ui file into src.
Could someone make a overview or something to help my confusion?