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

Add roseus_bt package #681

Draft
wants to merge 164 commits into
base: master
Choose a base branch
from
Draft

Conversation

Affonso-Gui
Copy link
Member

Adding the roseus_bt package to run Behavior Trees in roseus.

Probably not perfect but have included a lot of examples so hoping that it should be fairly easy to follow!

roseus_bt/README.md Outdated Show resolved Hide resolved
roseus_bt/CMakeLists.txt Outdated Show resolved Hide resolved
roseus_bt/sample/README.md Outdated Show resolved Hide resolved
@Affonso-Gui Affonso-Gui changed the title Add roseus_bt package [WIP] Add roseus_bt package Aug 19, 2021
@708yamaguchi
Copy link
Member

When I run

roseus t04_subscriber-action-server.l
rosrun roseus_bt_tutorials t04_subscriber

The latter command outputs an error.

terminate called after throwing an instance of 'BT::RuntimeError'
  what():  Error at line 13: -> Node not recognized: RetryUntilSuccesful
Aborted (core dumped)

@Affonso-Gui
Copy link
Member Author

@708yamaguchi That name was a typo that was fixed on BehaviorTree/BehaviorTree.CPP@f54f6d8 (in the latest version)

I've just corrected it

@708yamaguchi
Copy link
Member

Thank you so much.
It works well!

@knorth55
Copy link
Member

knorth55 commented Sep 12, 2022

.travis is changed in this PR.
2c772ca (#681)

do not change .travis.

@knorth55
Copy link
Member

knorth55 commented Feb 6, 2023

this branch is old that we cannot build groot eus10 correctly.
please update this branch @Affonso-Gui
i.e. cancelAction() API in ws_action_client.h has changed.

@Affonso-Gui
Copy link
Member Author

@knorth55 Thanks, I will take a look next week.

@Affonso-Gui Affonso-Gui marked this pull request as draft February 14, 2023 01:24
@Affonso-Gui
Copy link
Member Author

Affonso-Gui commented Feb 14, 2023

@knorth55
I have updated the branch and confirmed that it compiles with groot roseus_bt and behaviortree_cpp_v3 v3.8.

However, I plan on prioritizing the eus10 branch and PR (#718) from now on, which I will also be reviewing soon.

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.

3 participants