Robotics StackExchange | Archived questions

Renaming topics, parameters, services ...

I have developed one robot software.

Now I want to launch 3 robots simultaneously and I am having problems because of the names. To differentiate the nodes of each robot I have used "ns" but it hasn't worked with the topics and parameters.

What I need is to use a prefix in topics name:

/robot1/topiccamera /robot2/topiccamera

Is there an easy way of doing this in the launch files? (remap is not an option)

Asked by arenillas on 2015-01-30 06:47:59 UTC

Comments

namespace should be the correct way. What exactly did you do?

Asked by dornhege on 2015-01-30 06:56:32 UTC

Answers