interaction-lab / NRI-SVTE

NRI SVTE Signal Design for Non-Expert Users
3 stars 1 forks source link

Scripts need to be put into namespace #46

Open tgroechel opened 3 years ago

tgroechel commented 3 years ago

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

namespace KuriSVTE{
  class VisualizerClass : Monobehavior{
  }
}
tgroechel commented 3 years ago

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