rosmod / rosmct

Development of an openmct system for telemetry of ros systems
MIT License
20 stars 4 forks source link

Dictionary generation should set dict entry names to concatenation of system and topic name #15

Closed AWatk closed 6 years ago

AWatk commented 6 years ago

Allows unique identification of topics

change from

{
name: /topicname,
key: topictype,
...
}

to

{
name: systemname/topicname,
key: topictype
...
}