ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
AFAIR, you have to add the default
flag within the machine
tag in the group
.
To quote the wiki:
`default="true|false|never" (optional)`
Sets this machine as the default to assign nodes to. The default setting only applies to nodes defined later in the same scope. NOTE: if there are no default machines, the local machine is used. You can prevent a machine from being chosen by setting default="never", in which case the machine can only be explicitly assigned.
Otherwise, you'd have to assign the machine explicitely.