-
Notifications
You must be signed in to change notification settings - Fork 670
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
tf2_kdl: Cannot locate rosdep definition for [orocos_kdl] #1310
Comments
I don't know what a |
ROS2Me is just this script that installs ROS2: https://raw.githubusercontent.com/linorobot/ros2me/master/install How should I use orocos_kdl_vendor in Humble please? Below some info from my system. I found this https://github.com/ros2/orocos_kdl_vendor/tree/humble but I'm unclear how to use it? ubuntu@ubuntu:~$ rosdep update ubuntu@ubuntu: sudo apt-get install ros-humble-orocos-kdl-vendor ubuntu@ubuntu:~$ rosdep resolve tf2_kdl tf2_geometry_msgs tf2_eigen_kdl sudo apt-get install ros-humble-tf2-geometry-msgs ros-humble-tf2-eigen-kdl ros-humble-tf2-kdl |
I feel that this is now becoming more suited for a post on ROS Answers, but I think the issue you're facing is from the instructions of compiling tf2_geometry_msgs from source as instructed in https://github.com/Agroecology-Lab/visual-multi-crop-row-navigation/tree/ROS2#dependencies You should be able to just skip the following lines from the instructions there: git clone https://github.com/ros2/geometry2.git
cd geometry2
git fetch origin pull/533/head:pr-533
git checkout pr-533 and things should work. |
Bug report
Required Info:
Steps to reproduce issue
Expected behavior
Rosdep finds dependencies
Actual behavior
ERROR: the following packages/stacks could not have their rosdep keys resolved
to system dependencies:
tf2_kdl: Cannot locate rosdep definition for [orocos_kdl]
tf2_geometry_msgs: Cannot locate rosdep definition for [orocos_kdl]
tf2_eigen_kdl: Cannot locate rosdep definition for [orocos_kdl]
The text was updated successfully, but these errors were encountered: