ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I've seen the machine attribute when using a node tag, for example:

<node machine="ubuntu" name="map_server" pkg="map_server" type="map_server"args="/map.yaml" />

In you case you have an include tag calling another launch. You need to modify that file (medicbot_diff_drive_controller.launch) and use the machine attribute in each node you are calling in it.

Hope it helps