-
Notifications
You must be signed in to change notification settings - Fork 92
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
colcon build error ros2 humble #222
Comments
Hello @AltinayGrass thank you for reporting an issue. Any chance you missed the rosdep step as in: rosdep install -r --from-paths . --ignore-src --rosdistro $ROS_DISTRO -y? |
Merhaba @vatanaksoytezer, ~/ws_moveit2$ rosdep install -r --from-paths . --ignore-src --rosdistro $ROS_DISTRO -y |
Assuming you are sourcing humble correctly, |
we built from source so that our sourcing ros-humble-eigen3-cmake and ros-humble-eigen-stl... packages are already installed. |
after using --- stderr: moveit_core Could not find a package configuration file provided by "angles" with any
Add the installation prefix of "angles" to CMAKE_PREFIX_PATH or set Failed <<< moveit_core [2.87s, exited with code 1] |
One last word; We have 0 size file at we build a single package with following command.
Output: Starting >>> eigen3_cmake_module Summary: 1 package finished [1.10s] may be this error is related with ros2 humble source build |
What's the value for the following env-variables before you source your workspace? Please ensure they don't reference any other workspace in your system.
|
all off them are Null. Only I tried to install ros2 humble from binary also. Demo_nodes are working fine. But we are getting some minor warnings like below while in building process ; after a while terminal window is closing itself so I can't see final errors.
|
Hello all,
There is a source build error on this package like below;
--- stderr: geometric_shapes
CMake Error at CMakeLists.txt:44 (find_package):
By not providing "Findeigen_stl_containers.cmake" in CMAKE_MODULE_PATH this
project has asked CMake to find a package configuration file provided by
"eigen_stl_containers", but CMake did not find one.
Could not find a package configuration file provided by
"eigen_stl_containers" with any of the following names:
Add the installation prefix of "eigen_stl_containers" to CMAKE_PREFIX_PATH
or set "eigen_stl_containers_DIR" to a directory containing one of the
above files. If "eigen_stl_containers" provides a separate development
package or SDK, be sure it has been installed.
Failed <<< geometric_shapes [0.85s, exited with code 1]
The text was updated successfully, but these errors were encountered: