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

Migrate to Behaviortree.CPP 4 #58

Open
luca-della-vedova opened this issue Jan 13, 2025 · 0 comments
Open

Migrate to Behaviortree.CPP 4 #58

luca-della-vedova opened this issue Jan 13, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@luca-della-vedova
Copy link
Member

Apart from being the latest and greatest it would allow simplifying the implementation of looping introduced in #42.
Specifically, there is a builtin node for going through a std::deque and popping one item at a time so we would be able to fully remove the custom rmf_request.LoopDestination behavior tree node. The custom node was designed to have the same inputs and outputs as the BTCPP4 builtin node so it should be a dropin replacement.

I prototyped with this during the Jazzy migration and found out that it's actually a fairly straightforward change but didn't bundle it in the Jazzy PR to avoid blowing up the complexity.

@luca-della-vedova luca-della-vedova added the enhancement New feature or request label Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant