Beispiel #1
0
 public void ChangeOctomapTopic(string topicName)
 {
     PlayerPrefs.SetString("OctomapTopic", topicName);
     droneController.ChangeOctomapTopic(topicName);
 }