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

Scripts need to be put into namespace #46

Open
tgroechel opened this issue Jul 20, 2021 · 1 comment
Open

Scripts need to be put into namespace #46

tgroechel opened this issue Jul 20, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@tgroechel
Copy link
Member

tgroechel commented Jul 20, 2021

Need to put namespace defs around classes, e.g.,

namespace KuriSVTE{
  class VisualizerClass : Monobehavior{
  }
}
@tgroechel tgroechel added the good first issue Good for newcomers label Jul 20, 2021
@tgroechel
Copy link
Member Author

Looks like the currently used namespace for our scripts (RosSharp namespace scripts should not be moved) is RosSharp_Test -> this needs to be migrated which should just be a refactor

@tgroechel tgroechel added enhancement New feature or request and removed good first issue Good for newcomers labels Aug 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant