Open Affonso-Gui opened 3 years ago
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)
@708yamaguchi That name was a typo that was fixed on https://github.com/BehaviorTree/BehaviorTree.CPP/commit/f54f6d83e5c06f44eae2b4d9700f5178dbdb4159 (in the latest version)
I've just corrected it
Thank you so much. It works well!
.travis
is changed in this PR.
2c772ca
(#681)
do not change .travis
.
@knorth55 Fixed.
@Affonso-Gui Superb!
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.
@knorth55 Thanks, I will take a look next week.
@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 (https://github.com/jsk-ros-pkg/jsk_roseus/pull/718) from now on, which I will also be reviewing soon.
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!