How to build turtlesim on the official ROS docker?
I need to build the turtlesim package from source on the official ROS docker, but i got this error message:
Could not find a package configuration file provided by "Qt5Widgets" with
any of the following names:
Qt5WidgetsConfig.cmake
qt5widgets-config.cmake
Question: How can I build turtlesim on the official ROS docker?
by installing all dependencies?
Sure. CMake complains about Qt5Widget5, unsure how to handle it. The ROS docker does not seem to come with GUI.