Files
ros_senior/action_sample/launch/start_cpp.launch
T

19 lines
276 B
XML
Raw Normal View History

2023-10-26 21:21:57 +08:00
<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>