-
Notifications
You must be signed in to change notification settings - Fork 15
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
Behaviortree build errors #1
Comments
We "solved" this problem by commenting three lines of code in the file |
Could I ask which lines you commented out? Thanks! |
We had to comment out lines 47-49:
The error we got had to do with the dynamic cast. |
Reference Issue#1686: Migrate from deprecated BehaviorTree.CPP APIs |
We are trying to build the project for testing and are having some problems with behaviortree.
First, we had errors with "setStatus" and "root_node" which we solved by manually installing the branch "ros2_devel" of behaviortree_cpp_v3 (https://github.com/BehaviorTree/BehaviorTree.CPP/tree/ros2-devel). It seems like the changes which are on the master branch today are not backwards compatible.
Now, we got another error: We are trying to build the project by executing
colcon build
in the kmriiwa_ws folder.Any help is appreciated!
This is the error message:
The text was updated successfully, but these errors were encountered: