This commit is contained in:
yul 2024-02-05 06:08:18 +01:00
parent 64a48fe858
commit 61403d4051
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
<launch>
<node pkg="tutorial_pkg" type="my_first_node" name="my_first_node" output="screen"/>
<param name="timer_period_s" value="2"/>
</node>
</launch>