-
Notifications
You must be signed in to change notification settings - Fork 277
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
Fixed light entity number #1818
Conversation
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
This seems to help when lights are spawned only through the GUI but not when lights are embedded in a SDF file.
The lights went from being spawned in wrong places to not being spawned at all, I noticed that there are two entities per light now, a |
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
@Crola1702 on it |
@Crola1702 PR #1827 |
Signed-off-by: Alejandro Hernández Cordero [email protected]
🦟 Bug fix
Fixes #1816
Summary
When a light was created we also created a new visual, but this visual was not registered in the ECM which means that might conflict with other new entities in the world. The solution it's to create a visual entity with the light entity to register both things at the same time.
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.