-
Notifications
You must be signed in to change notification settings - Fork 68
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
Colon build failed even when Prerequisites were done #29
Comments
can you install |
Also it seems like your system still has |
I am still getting error:
when using dev container provided by yours. |
And what is the consideration to delete the foxy branch? |
You don’t need to do rosdep install you can just build it by |
Seems like https://github.com/frankaemika/franka_ros2/blob/humble/franka_gripper/package.xml#L21C29-L21C29 can be comment out for now as there is no libfranka ros package available |
Thank you for your quick response! However, I’m unsure if I understand your intention correctly. I followed the instructions on the official website https://frankaemika.github.io/docs/franka_ros2.html, which stated that the supported version is Foxy for Ubuntu 20.04. Are you referring to ROS Humble as a version specifically for Ubuntu 22.04? Or is it a package that is compatible with Foxy? I am rather confused and would appreciate some clarification on this matter. |
sure I can clarify, we recently released the humble version and haven’t yet had time to update the documentation. This documentation is still for the old foxy version. You are right humble requires ubuntu 22.04. |
…os2-environment-automatic-tests to humble * commit '1fa1228944b3b1a90cdbd9413e6697e3235725d9': Fixes according to PR comments. Add launch description and position test for franka gripper. Improve variable names. Use single quotes to avoid build format errors. Add launch_test file for move_to_start_controller. Remove old launch file. Add 'process_finished' flag for move_to_start_controller. Initial package setup and launch file. Update .gitignore.
Hello! I would like to report the issue that I met when running the Clone repo and build packages process. I guess the error may happen due to the missing of backward_ros during ros2 installation.
<img width="1135" alt="屏幕截图 2023-08-04 104154" (the screen shot ) src="https://github.com/frankaemika/franka_ros2/assets/128056227/bd216bcb-0d6d-4c66-9421-58108a3684b9">
The error meassage is shown as following:
`:~/franka_ros2_ws$ colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release
[1.669s] WARNING:colcon.colcon_core.package_selection:Some selected packages are already built in one or more underlay workspaces:
'joint_trajectory_controller' is in: /opt/ros/foxy
If a package in a merged underlay workspace is overridden and it installs headers, then all packages in the overlay must sort their include directories by workspace order. Failure to do so may resu in build failures or undefined behavior at run time.
If the overridden package is used by another package in any underlay, then the overriding package in the overlay must be API and ABI compatible or undefined behavior at run time may occur.
If you understand the risks and want to override a package anyways, add the following to the command line:
--allow-overriding joint_trajectory_controller
This may be promoted to an error in a future release of colcon-override-check.
Starting >>> franka_msgs
Starting >>> franka_description
Starting >>> integration_launch_testing
Starting >>> joint_trajectory_controller
Finished <<< integration_launch_testing [0.71s]
Finished <<< franka_description [0.79s]
--- stderr: joint_trajectory_controller
CMake Error at CMakeLists.txt:29 (find_package):
By not providing "Findbackward_ros.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"backward_ros", but CMake did not find one.
Could not find a package configuration file provided by "backward_ros" with
any of the following names:
Add the installation prefix of "backward_ros" to CMAKE_PREFIX_PATH or set
"backward_ros_DIR" to a directory containing one of the above files. If
"backward_ros" provides a separate development package or SDK, be sure it
has been installed.
Failed <<< joint_trajectory_controller [1.18s, exited with code 1]
Aborted <<< franka_msgs [2.11s]
Summary: 2 packages finished [2.93s]
1 package failed: joint_trajectory_controller
1 package aborted: franka_msgs
1 package had stderr output: joint_trajectory_controller
7 packages not processed
`
The text was updated successfully, but these errors were encountered: