You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I am struggeling to integrate behaviortree_cpp version 4.0.1 into my ROS2 package. I cannot even pass the first step, which would be including the dependencies in CMakeLists.txt and package.xml.
With rosdep install -i --from-path src --rosdistro humble -y I am always getting the error: ERROR: the following packages/stacks could not have their rosdep keys resolved to system dependencies: behavior_tree_example: Cannot locate rosdep definition for [behaviortree_cpp]
If I add the behaviortree_cpp_v3 dependencies, there is no problem at all.
Is it somehow not integrated, i.e. do I have to integrate it manually?
Thanks in advance,
best,
hans
The text was updated successfully, but these errors were encountered:
Hello!
I am struggeling to integrate behaviortree_cpp version 4.0.1 into my ROS2 package. I cannot even pass the first step, which would be including the dependencies in CMakeLists.txt and package.xml.
With
rosdep install -i --from-path src --rosdistro humble -y
I am always getting the error:ERROR: the following packages/stacks could not have their rosdep keys resolved to system dependencies: behavior_tree_example: Cannot locate rosdep definition for [behaviortree_cpp]
If I add the behaviortree_cpp_v3 dependencies, there is no problem at all.
Is it somehow not integrated, i.e. do I have to integrate it manually?
Thanks in advance,
best,
hans
The text was updated successfully, but these errors were encountered: