idlebear
idlebear
I've successfully completed several builds with both kinetic, and lunar, and though the build is successful, when I run against roscore, connections aren't completed. For instance, if I want the...
Hi there -- when loading animation files, if they have a trailing space on any line, one of two error messages is shown: * Headers unsupported warning... * Inconsistent/wrong number...
On start application attempts to load an SVG file that is not present in the source tree. ui_RenderImageDialog.h:108 ``` icon.addFile(QString::fromUtf8("../../../../../../../usr/share/icons/Adwaita/scalable/places/user-desktop-symbolic.svg"), QSize(), QIcon::Normal, QIcon::Off); ``` Doesn't seem to impact the functionality...
As the title suggests, creating a model with an animation and attempting to render it results in a series of blank images. The Qt library is writing: ``` QOpenGLContext::swapBuffers() called...