Renaming topics, parameters, services ...

asked 2015-01-30 05:47:59 -0500

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/topic_camera /robot2/topic_camera

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

edit retag flag offensive close merge delete

Comments

1

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

dornhege gravatar image dornhege  ( 2015-01-30 05:56:32 -0500 )edit