- Notifications
You must be signed in to change notification settings - Fork778
Reserved port names#901
Unanswered
captain-yoshi asked this question inQ&A
-
Is there any reason why the port names There are a lot of valid cases where This feels redundant... <BehaviorTreeID="MainTree"> <Sequencename="root"> <CreateTasktask_name="pick and place"task="{task}" /> </Sequence></BehaviorTree> Much better ! <BehaviorTreeID="MainTree"> <Sequencename="root"> <CreateTaskname="pick and place"task="{task}" /> </Sequence></BehaviorTree> |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 0 comments
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment