ros2_behavior_tree_example icon indicating copy to clipboard operation
ros2_behavior_tree_example copied to clipboard

rosdep cannot find behaviortree_cpp package.

Open hanshans2002 opened this issue 2 years ago • 0 comments

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

hanshans2002 avatar Mar 09 '23 13:03 hanshans2002