How to build turtlesim on the official ROS docker?

asked 2018-11-30 02:48:48 -0500

updated 2018-11-30 03:06:01 -0500

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?

edit retag flag offensive close merge delete

Comments

How can I build turtlesim on the official ROS docker?

by installing all dependencies?

gvdhoorn gravatar image gvdhoorn  ( 2018-11-30 13:06:41 -0500 )edit

Sure. CMake complains about Qt5Widget5, unsure how to handle it. The ROS docker does not seem to come with GUI.

Zhoulai Fu gravatar image Zhoulai Fu  ( 2018-11-30 14:08:56 -0500 )edit