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

ViewManager - Uninitialized Variable #57

Open
oscarsanchez opened this issue Jan 26, 2021 · 1 comment
Open

ViewManager - Uninitialized Variable #57

oscarsanchez opened this issue Jan 26, 2021 · 1 comment

Comments

@oscarsanchez
Copy link

oscarsanchez commented Jan 26, 2021

function createViewVO(NodeOrName, ViewInitData)
if lcase(type(ViewComponentName)) = "rosgnode" then
name = NodeOrName.id
else
name = NodeOrName
end if

ViewComponentName should be NodeOrName

@oscarsanchez oscarsanchez changed the title Uninitialized Variable ViewManager - Uninitialized Variable Jan 26, 2021
@RokuChris
Copy link
Contributor

RokuChris commented Mar 15, 2021

This change has been incorporated into SGDEX v2.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants