Robotics StackExchange | Archived questions

Multiple machine roslaunch: auto detect

I fear the answer is going to be: write your own node to do that.

I find I want to achieve a couple things:

Is any of this achievable? Right now I tried launching a launch file with one of the defined machines offline and the procedure stopped completely.

Ideally

$ roslaunch project.launch
   (search for machines, found 1 through 3)
    |||
    ||\_ machine.launch (on machine 1)
    ||       |||
    ||       ||\_ laser
    ||       |\__ motors/odometry
    ||       \___ amcl
    ||
    |\__ machine.launch (on machine 2)
    |
    \___ machine.launch (on machine 3)

Asked by Claudio on 2013-01-29 08:32:33 UTC

Comments

have you been able to get it to work?

Asked by Vinh K on 2015-09-25 13:38:32 UTC

Answers