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

It would be simpler just to have the call be its own node. I.e., have <node pkg="rosservice" type="rosservice" name="global_loc" args="call --wait /global_localization"/> in the launch file.

It would be simpler just to have the call be its own node. I.e., have have

<node pkg="rosservice" type="rosservice" name="global_loc" args="call --wait /global_localization"/>
/global_localization" />

in the launch file.

It would be simpler just to Just have the call be its own node. I.e., havenode:

<node pkg="rosservice" type="rosservice" name="global_loc" args="call --wait /global_localization" />

in the launch file.

Just have the call be its own node:node in the launch file:

<node pkg="rosservice" type="rosservice" name="global_loc" args="call --wait /global_localization" />

in the launch file.