Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Reserved port names#901

Unanswered
captain-yoshi asked this question inQ&A
Discussion options

Is there any reason why the port namesID andname are reserved ?

There are a lot of valid cases wherename is the perfect choice for a BT port... If it's needed internally I would suggest adding underscore at the beginning like you did with_autoremap.

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>
You must be logged in to vote

Replies: 0 comments

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Category
Q&A
Labels
None yet
1 participant
@captain-yoshi

[8]ページ先頭

©2009-2025 Movatter.jp