mirror of
https://github.com/Jieshoudaxue/ros_senior.git
synced 2026-08-29 16:40:44 +08:00
19 lines
276 B
XML
19 lines
276 B
XML
|
|
<launch>
|
||
|
|
|
||
|
|
<node
|
||
|
|
pkg="action_sample"
|
||
|
|
type="DoDishes_client"
|
||
|
|
name="do_dishes_client"
|
||
|
|
required="true"
|
||
|
|
output="screen"
|
||
|
|
/>
|
||
|
|
|
||
|
|
<node
|
||
|
|
pkg="action_sample"
|
||
|
|
type="DoDishes_server"
|
||
|
|
name="do_dishes_server"
|
||
|
|
respawn="true"
|
||
|
|
output="screen"
|
||
|
|
/>
|
||
|
|
|
||
|
|
</launch>
|