Skip to content
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

Open
wants to merge 2 commits into
base: rolling
Choose a base branch
from

Conversation

SamueleSandrini
Copy link

I removed references still related to the old version of Behavior Tree V3.8 (BT::NodeConfiguration now BT::NodeConfig in BT 4.x naming convention).

Note: In the launch file plansys2_bt_example_launch.py of the plansys2_bt_example package, there are still the server_port and publisher_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.

Copy link
Contributor

@fmrico fmrico left a 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 @@
{
Copy link
Contributor

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 @@
{
Copy link
Contributor

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)
Copy link
Contributor

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)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clean this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants