Skip to content

Commit

Permalink
add stickler for launch file
Browse files Browse the repository at this point in the history
  • Loading branch information
spqrel committed Feb 19, 2023
1 parent 27c1be8 commit 0010d6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions launch/robobreizh_manager.launch
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<arg name="carry_my_luggage" default="false"/>
<arg name="store_groceries" default="false"/>
<arg name="serve_breakfast" default="false"/>
<arg name="stickler_for_the_rules" default="false"/>

<arg name="db_warehouse_port" default="0"/>
<arg name="db_warehouse_host" default="$(find manager_pepper)/manager_db/roboBreizhDb.sql"/>
Expand Down Expand Up @@ -61,6 +62,7 @@
<arg name="carry_my_luggage" value="$(arg carry_my_luggage)"/>
<arg name="store_groceries" value="$(arg store_groceries)"/>
<arg name="serve_breakfast" value="$(arg serve_breakfast)"/>
<arg name="stickler_for_the_rules" value="$(arg stickler_for_the_rules)"/>
</include>

<!-- SqLite Database nodes -->
Expand Down

0 comments on commit 0010d6f

Please sign in to comment.