-
Notifications
You must be signed in to change notification settings - Fork 119
Description
When I followed the [INSTALL.md] operation and ran the catkin_make, make failed, and the following error was reported:
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- ~~ traversing 16 packages in topological order:
-- ~~ - tuw_airskin_msgs (plain cmake)
-- ~~ - tuw_geometry_msgs (plain cmake)
-- ~~ - tuw_graph_msgs (plain cmake)
-- ~~ - tuw_msgs (plain cmake)
-- ~~ - tuw_multi_robot (metapackage)
-- ~~ - tuw_multi_robot_demo
-- ~~ - tuw_multi_robot_msgs (plain cmake)
-- ~~ - tuw_nav_msgs (plain cmake)
-- ~~ - tuw_object_msgs (plain cmake)
-- ~~ - tuw_geometry
-- ~~ - tuw_multi_robot_ctrl
-- ~~ - tuw_multi_robot_goal_generator
-- ~~ - tuw_multi_robot_local_behavior_controller
-- ~~ - tuw_voronoi_graph
-- ~~ - tuw_multi_robot_router
-- ~~ - tuw_multi_robot_rviz
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CMake Error at /opt/ros/noetic/share/catkin/cmake/catkin_workspace.cmake:100 (message):
This workspace contains non-catkin packages in it, and catkin cannot build
a non-homogeneous workspace without isolation. Try the
'catkin_make_isolated' command instead.
Call Stack (most recent call first):
CMakeLists.txt:69 (catkin_workspace)
-- Configuring incomplete, errors occurred!
Invoking "cmake" failed