-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
catkin_make failed #43
Comments
Hi |
It was a mistake caused by tuw_msgs, after selecting the correct branch, the problem was resolved. |
I was able to build successfully, but there were still errors when running launch. Only the first run displayed the Voronoi map in RVIZ, and after running again, the following error will report: [ INFO] [1694167884.400087825]: Initialization done! |
Maybe it is related to #35 |
Thanks, I added </boost_serialization> label at the end of the XML, and the error disappeared. |
Sorry, I am short on time, can you make a pull request for a merge? |
I just manually added this label at the end of xml to prevent the program from dying, but now I don't know how to ensure that this label exists when saving the xml. |
Hi, I have the same problem, has it been solved yet? |
Did you add all the xml files you added? Or just one file? |
Hi,I don't have a deep impression, but I remember that it was in all the generated xml files that recorded graph information.Historical issue may be able to answer your questions. |
hi I have same problem , can anyone solved this problem , please help ? |
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
The text was updated successfully, but these errors were encountered: