Error compiling ethzasl_ptam
I am running Ubuntu 12.04 with ROS Groovy. When I run catkin_make, I receive the following error:
<my path>/ratio_layouted_frame.h:36:18: fatal error: QFrame: No such file or directory compilation terminated.
When I look up QFrame, it appears this is a part of pyqt4. Searching for pyqt4, I conclude this is used in the Indigo distribution. Am I correct with this assumption? Is there a way around this error?
Thanks for any help.
OK, I found something which indicates QFrame should be included with Groovy. Still can't get past this error...