ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

colcon build --symlink-install failed please help [closed]

asked 2022-07-11 06:16:03 -0500

RahulDas gravatar image

cmake error at cmakelists.txt:21 (find_package): by not providing "findcontrol_toolbox.cmake" in cmake_module_path this project has asked cmake to find a package configuration file provided by "control_toolbox", but cmake did not find one. could not find a package configuration file provided by "control_toolbox" with any of the following names:

control_toolboxconfig.cmake control_toolbox-config.cmake

add the installation prefix of "control_toolbox" to cmake_prefix_path or set "control_toolbox_dir" to a directory containing one of the above files. if "control_toolbox" provides a separate development package or sdk, be sure it has been installed.

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by shonigmann
close date 2022-07-15 19:09:47.040846

1 Answer

Sort by ยป oldest newest most voted
1

answered 2022-07-11 13:58:05 -0500

shonigmann gravatar image

CMake can't find control_toolbox.

Have you installed control_toolbox (sudo apt install ros-${ROS_DISTRO}-control-toolbox) or is control_toolbox cloned in the source workspace that you are trying to build?

edit flag offensive delete link more

Question Tools

Stats

Asked: 2022-07-11 06:16:03 -0500

Seen: 1,254 times

Last updated: Jul 11 '22