ProgrammingRobotsStudyGroup / robo_magellan

Apache License 2.0
4 stars 6 forks source link

Use namespaces to avoid remappings in launch files #32

Open merose opened 6 years ago

merose commented 6 years ago

Currently the topics used by robo_magellan are not uniform and mix top-level topics and topics in the /robo_magellan namespace. Topics should be defined in the private namespace for each node, and a should be used in the launch files to add a common prefix to our topics (/robo_magellan, e.g.).