Newer
Older
<!-- Path (relative path to Adapter.java location)/ name value can be changed. -->
<adapter>
<input>
<!-- Feature Model generated by Feature IDE. -->
<featuremodel type="file" path="./resources/output/featuremodel.xml" />
<!-- Sensor configuration file. -->
<sensorconfig type="file" path="./resources/input/sensorconfig.xml" />
<!-- Path to all available .gazebo.xacro files. -->
<gazebomodel type="directory" path="./resources/input/turtlebot3-master/turtlebot3_description/urdf/" />
<!-- <gazebomodel type="directory" path="./../../sim/[ORT, WO DIE DATEIEN STEHEN KOENNTEN]" /> -->
</input>
<output>
<!-- Output path and name for the generated .gazebo.xacro file. -->
<gazebomodel type="directory" name="bot.gazebo.xacro" path="./../../../build/sim/" />
<!-- <gazebomodel type="directory" path="./resources/output/" /> -->