Skip to content

Commit

Permalink
expose arg onto lang
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthou committed Oct 4, 2024
1 parent d4842df commit ec96b4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions launch/mementar_ontologenius_multi.launch
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<arg name="onto_robot_file" default="none"/>
<arg name="onto_human_file" default="none"/>
<arg name="onto_files" default=""/>
<arg name="onto_lang" default="en"/>

<arg name="mementar_intern_directory" default="none"/>
<arg name="mementar_config_file" default="$(find mementar)/files/config_example.yaml"/>
Expand All @@ -17,6 +18,7 @@
<arg name="intern_file" value="$(arg onto_intern_file)" />
<arg name="robot_file" value="$(arg onto_robot_file)" />
<arg name="human_file" value="$(arg onto_human_file)" />
<arg name="language" value="$(arg onto_lang)" />
</include>
</group>

Expand Down

0 comments on commit ec96b4c

Please sign in to comment.