magazino / move_base_flex

Move Base Flex: a backwards-compatible replacement for move_base
https://uos.github.io/mbf_docs/
BSD 3-Clause "New" or "Revised" License
422 stars 154 forks source link

Cannot build package from source or binary #312

Open tugbakara opened 1 year ago

tugbakara commented 1 year ago

Hi! I tried to build from binary firstly with this command: $ sudo apt install ros-$ROS_VERSION-move-base-flex then I git cloned tutorial package but when I try to run command catkin_make I got this error:

"BehaviorTreeV3", but CMake did not find one.

  Could not find a package configuration file provided by "BehaviorTreeV3"
  with any of the following names:

    BehaviorTreeV3Config.cmake
    behaviortreev3-config.cmake

Then I tried to install all dependecies from rosdep didn't work. Then I remove binary installation the only left is tutorial in my ws, I tried to install source from git, I tried catkin_make I got the same issue, I searched BehaviorThree installation , here is installation command: but it didn't work too. Could you look at that issue, please?