-
Notifications
You must be signed in to change notification settings - Fork 27
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
How to properly install the package in ROS2 humble #32
Comments
Hello, You are missing Gazebo, which is a dependency. This is documented in README. |
Hello @LeonYo153 , I came across the same issue as you mentioned. I fixed it by first installing Gazebo Fortress.
I'm also working with ROS2 Humble, so make sure you cloned that branch.
HTH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dear Sir, I noticed that your packages are in ROS2 Galactic, But now I use humble, and I couldn't properly install. Since you have a humble version in pymoveit2, I think it should be okay with humble.
I tried to use: git clone https://github.com/AndrejOrsula/panda_ign_moveit2.git -b humble
but it turned out with: fatal: Remote branch humble not found in upstream origin
the errors are listed under.Thank you for your time.
CMake Error at CMakeLists.txt:32 (find_package):
By not providing "Findignition-transport10.cmake" in CMAKE_MODULE_PATH this
project has asked CMake to find a package configuration file provided by
"ignition-transport10", but CMake did not find one.
Could not find a package configuration file provided by
"ignition-transport10" with any of the following names:
Add the installation prefix of "ignition-transport10" to CMAKE_PREFIX_PATH
or set "ignition-transport10_DIR" to a directory containing one of the
above files. If "ignition-transport10" provides a separate development
package or SDK, be sure it has been installed.
Failed <<< ros_ign_gazebo [5.94s, exited with code 1]
Aborted <<< ros_ign_interfaces [7.30s]
Summary: 0 packages finished [8.35s]
1 package failed: ros_ign_gazebo
1 package aborted: ros_ign_interfaces
1 package had stderr output: ros_ign_gazebo
20 packages not processed
The text was updated successfully, but these errors were encountered: