예제 #1
0
def init():
    '''Do something that changes topic tree so exportTopicTree interesting'''
    def proto(msg, arg1=None):
        pass

    topic = pub.getOrCreateTopic('topic_2.subtopic_21', proto)
    topic.setDescription('description for subtopic 21')
예제 #2
0
def init():
    '''Do something that changes topic tree so exportTopicTree interesting'''
    
    def proto(msg, arg1=None): pass
    topic = pub.getOrCreateTopic('topic_2.subtopic_21', proto)
    topic.setDescription( 'description for subtopic 21')
예제 #3
0
def init():
    '''Do something that changes topic tree so exportTopicTree interesting'''
    
    topic = pub.getOrCreateTopic('topic_2.subtopic_21')
    topic.setDescription( 'description for subtopic 21')
예제 #4
0
def init():
    '''Do something that changes topic tree so exportTopicTree interesting'''

    topic = pub.getOrCreateTopic('topic_2.subtopic_21')
    topic.setDescription('description for subtopic 21')