-
Notifications
You must be signed in to change notification settings - Fork 30
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
Removed some small references still related to the old version of BehaviorTree #46
base: rolling
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And you will need to add a new workflow in .github , and a new status badge for this workflow in Readme
@@ -0,0 +1,156 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, remove this file in this PR
@@ -0,0 +1,121 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And this file
cmake_minimum_required(VERSION 3.5) | ||
project(plansys2_auction_example) | ||
|
||
set(CMAKE_BUILD_TYPE Debug) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the Debug flag
@@ -64,7 +64,7 @@ def generate_launch_description(): | |||
|
|||
# Declare the launch options | |||
ld.add_action(plansys2_cmd) | |||
ld.add_action(nav2_cmd) | |||
# ld.add_action(nav2_cmd) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Clean this
I removed references still related to the old version of Behavior Tree V3.8 (
BT::NodeConfiguration
nowBT::NodeConfig
in BT 4.x naming convention).Note: In the launch file
plansys2_bt_example_launch.py
of theplansys2_bt_example
package, there are still theserver_port
andpublisher_port
parameters passed to the action nodes (here), which were actually removed from the last PR as communication with Groot was removed. I have left them in case in the future we decide to enable communication with Groot2 or a light Groot-Groot2 interface.