Solve the problem of not opening ROS code with Qt

1. Set cmake_prefix_path to the installation directory of ROS:
1
2. Set the value of CATKIN_DEVEL_PREFIX to the path of the devel folder:
2
After completing the above operations, the problem can generally be solved.

Guess you like

Origin blog.csdn.net/weixin_43795921/article/details/114061241