RCL - RoboCLuedo  v1.0
Francesco Ganci - S4143910 - Experimental Robotics Lab - Assignment 1
parameters.launch
Go to the documentation of this file.
1 <launch>
2  <param name="cluedo_path_where" type="string" value="$(find robocluedo)/config/cluedo_items/cluedo_where.txt" />
3  <param name="cluedo_path_what" type="string" value="$(find robocluedo)/config/cluedo_items/cluedo_what.txt" />
4  <param name="cluedo_path_who" type="string" value="$(find robocluedo)/config/cluedo_items/cluedo_who.txt" />
5  <param name="cluedo_max_hypotheses" type="int" value="4" />
6 
7  <param name="cluedo_path_owlfile" type="string" value="$(find robocluedo)/config/cluedo_owl_ontology/cluedo_ontology.owl" />
8  <param name="cluedo_path_owlfile_backup" type="string" value="$(find robocluedo)/config/cluedo_owl_ontology/last_ontology/cluedo_last_ontology.owl" />
9 </launch>