- Notifications
You must be signed in to change notification settings - Fork3
Add task_name to InitializeMTCTask#31
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
captain-yoshi commentedDec 21, 2024
Yes very useful. Just waiting the discussion to see if we could use name instead of task_name.BehaviorTree/BehaviorTree.CPP#901 |
DaniGarciaLopez commentedDec 22, 2024
I agree. I also think using just However, I suppose a change like this would make the btcpp API incompatible, requiring a new version to be released, similar to what happened with theports order. I think it will take some time to be ready. Let's see if Davide can reply to us, as I haven’t seen him very active in the Discussions tab lately. |
Allowing to set the name of the task from the tree. Specially useful when you're planning multiple tasks in sequence.