You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I added the C++ class to the template of qt_ros, and I get an error:
error: base class has incomplete type
qobject.h:62:7: note: forward declaration of'QThread'
I would like to ask how to solve it. I would not appreciate it if you can answer it.
The text was updated successfully, but these errors were encountered:
Hello, I added the C++ class to the template of qt_ros, and I get an error:
error: base class has incomplete type
qobject.h:62:7: note: forward declaration of'QThread'
I would like to ask how to solve it. I would not appreciate it if you can answer it.
The text was updated successfully, but these errors were encountered: